Commit 8bbade5
committed
feat(prompts): add workflows for post-upload and document extraction reviews
Introduce two new review workflows to improve translation task management:
- Add post-upload review workflow enabling creation of language-specific
review tasks for files already uploaded to the platform with flexible
assignee mapping and optional confirmation prior to task creation.
- Add document extraction review workflow that parses raw document content
into translation keys, creates them in bulk, and sets up translation
tasks with language-based assignee assignments.
Additionally, enhance key listing functionality by supporting filename-based
filtering to precisely select keys associated with specific files, improving
task scope accuracy.
These additions streamline review and translation setup processes for files
and document content, reducing manual overhead and enhancing assignment
flexibility.1 parent 399c0a3 commit 8bbade5
5 files changed
Lines changed: 340 additions & 73 deletions
File tree
- src
- domains/keys
- prompts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
164 | 168 | | |
165 | 169 | | |
166 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
30 | 36 | | |
31 | 37 | | |
32 | 38 | | |
| |||
0 commit comments