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/.
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".
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".