Skip to content

TT-7334 Add Prompt workflow step#312

Merged
gtryus merged 1 commit into
developfrom
feature/TT-7334-BOLD-prompt
May 18, 2026
Merged

TT-7334 Add Prompt workflow step#312
gtryus merged 1 commit into
developfrom
feature/TT-7334-BOLD-prompt

Conversation

@gtryus
Copy link
Copy Markdown
Contributor

@gtryus gtryus commented May 18, 2026

  • Added new translation units for "Prompt" and "Listen to the prompt above. Then, move to the next step." in XLIFF and XLF files.
  • Updated SQL migration to include the new "Prompt" workflow step.
  • Updated localization model and reducers to include new strings for prompt and promptTip.
  • Changed exported strings name to reflect the latest localization updates.

@gtryus gtryus requested a review from Copilot May 18, 2026 20:39
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new "Prompt" workflow step at the start of the BOLD process, with corresponding localization entries and a migration update that also renames existing BOLD step names to PascalCase and renumbers their sequences.

Changes:

  • Add prompt / promptTip strings to the workflowSteps localization (model, reducer, and XLIFF/XLF source files), and bump the exported strings bundle name.
  • Insert a new Prompt workflow step at sequencenum = 1 for process = 'bold' and shift the remaining steps (Record … Free transcription) to sequencenums 2–8.
  • Rename existing BOLD step names from space-separated form to PascalCase (e.g. Careful speechCarefulSpeech, Lwc translationLwcTranslation).

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/renderer/src/store/localization/reducers.tsx Adds prompt and promptTip English strings under workflowSteps.
src/renderer/src/store/localization/model.tsx Declares the new prompt / promptTip fields on IWorkflowStepsStrings.
src/renderer/src/store/localization/exported-strings-name.json Bumps the localization bundle filename to reflect updated strings.
migration/bold-workflow/insert-bold-workflowsteps.sql Adds the Prompt step at seq 1, renumbers later steps, and renames step names to PascalCase.
localization/TranscriberAdmin-en.xlf Adds XLIFF 2 source units for workflowSteps.prompt and workflowSteps.promptTip.
localization/TranscriberAdmin-en-1.2.xliff Adds XLIFF 1.2 trans-units for workflowSteps.prompt and workflowSteps.promptTip.

Comment thread migration/bold-workflow/insert-bold-workflowsteps.sql
- Added new translation units for "Prompt" and "Listen to the prompt above. Then, move to the next step." in XLIFF and XLF files.
- Updated SQL migration to include the new "Prompt" workflow step.
- Updated localization model and reducers to include new strings for prompt and promptTip.
- Changed exported strings name to reflect the latest localization updates.
@gtryus gtryus force-pushed the feature/TT-7334-BOLD-prompt branch from 4dc9de7 to 9d12bd5 Compare May 18, 2026 20:54
@gtryus gtryus merged commit 2888f80 into develop May 18, 2026
2 checks passed
@gtryus gtryus deleted the feature/TT-7334-BOLD-prompt branch May 18, 2026 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants