cds-snc / c19-benefits-node

Answer some questions to find which federal programs can help you https://covid-benefits.alpha.canada.ca/. - Répondez à quelques questions pour trouver quels programmes d’aide financière fédéraux s’offrent à vous https://covid-prestations.alpha.canada.ca/.
MIT License
2 stars 4 forks source link

Feedback component - add free text field capability #327

Closed dsamojlenko closed 4 years ago

dsamojlenko commented 4 years ago

Closes #326

Added the free text field to the Feedback component, and supporting code.

image

The feedback-related js was getting pretty bulky in the script.njk file, so took the opportunity to move out to a module required by app.js.

Added Axios Switched from XHR to fetch api to make the ajax code a little nicer as well.

michellengaiCDS commented 4 years ago

The French "Can you tell us more?" part is still in English.

michellengaiCDS commented 4 years ago

Changes look good to me. Thanks!