You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
The webapp should be able to load a form where a user can set translations for records with dynamic content. This form should disable the non-dynamic fields. It should load the selected language values when available. It should state the selected language in the form title to improve the UX.
Actual/Current Behavior
This feature is not yet implemented.
Steps to Implement This Feature
Trigger call to set-translate route using event emitters instead of state.
Add form title translations for "Set Translation".
Update AgentDetailComponent to handle the set-translation route:
Add a isSetTranslation boolean.
Use isSetTranslation to disable form controls.
Use isSetTranslation to update form title and submit method.
Update the dynamic form title to consume translation parameters, if available.
Wire up the set-translation/:id/:languageCode route.
Initialize CreateAgentResolver with default language dynamic content.
Pre-Testing TODOs
What needs to be done before testing.
Change DB values in x collection to y.
Testing Steps
If you are not a member of this project, skip this step
Karvel
changed the title
Translation Epic TS3 - Add Dynamic Translation to Form
Translation Epic TS3 - Add Dynamic Translation to Agent Detail Form
Apr 6, 2021
Desired Use Case
The webapp should be able to load a form where a user can set translations for records with dynamic content. This form should disable the non-dynamic fields. It should load the selected language values when available. It should state the selected language in the form title to improve the UX.
Actual/Current Behavior
This feature is not yet implemented.
Steps to Implement This Feature
set-translate
route using event emitters instead of state.AgentDetailComponent
to handle theset-translation
route:isSetTranslation
boolean.isSetTranslation
to disable form controls.isSetTranslation
to update form title and submit method.set-translation/:id/:languageCode
route.CreateAgentResolver
with default language dynamic content.Pre-Testing TODOs
What needs to be done before testing.
Testing Steps
If you are not a member of this project, skip this step
How do the users test this change?
References #270.
The text was updated successfully, but these errors were encountered: