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

Make results bookmarkable #338

Closed dsamojlenko closed 4 years ago

dsamojlenko commented 4 years ago

Closes #339

Puts the session data in the URL so that results are bookmarkable/shareable.

This works by adding a prepare step before the results route. The prepare route will grab the session data, parameterize it, and redirect to results with the session data as querystring.

An earlier iteration passed the list of benefits, but that messed with the conditional logic for "you may have missed a question".