-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Alternate Language Field for Complete AIA #132
Comments
The following fields will need to be made available: Page 1:
Project Details:
Page 2:
Page 5:
Page 7:
Page 8:
Page 10:
|
Proposed DesignCreate a new file: Containing only the questions that are necessary for translation - if the file is empty then the summary and translate sections do not appear. (For countries with only a single language) Update the en/fr.json files with text associated with Translation eg: "To complete the AIA Assessment you are required to provide translations for the following content." Create a new file: A copy of the Results.vue. TBD on if any content is stripped out. Create a new file: Largely a copy of Home.vue, but instead of modifying the this.$store.state.toolData object, add to this.$store.state.toolTranslations object. Update store.ts to handle the new toolTranslations object. Update ActionButtonBar.vue to cause the save function to save and load the toolTranslations objects. Update Results.vue to display English AND French Content on same page, with data from toolTranslations. @gcharest / @nschonni - looking for a Sanity check, just as I'm not super experienced with Vue. |
I'm not sure if we need much that is view specific or not. When I was going through the docs and kicking the WYSIWYG, survey.js looked like it can tie visibility of a question on a page based off of other answers. EX: on the summary page, question13_translation could be shown if question13 isn't empty. Might be good to document if a suffix or some other pattern should be followed when adding those questions. |
The issue with that approach is needing to support the summary section which can't be injected easily into the Survey. May be possible, but I'm not sure if it'd be easier or harder. |
The AIA Tool needs to support bilingual data entry.
As part of the MVP :
So workflow:
AIA -> Summary -> Translations -> Final Report (Bilingual)
The text was updated successfully, but these errors were encountered: