demarches-normaliennes/app
Sébastien Carceles b8ff0ba4a2
feat(demarche): sign up when prefilling a dossier (#8247)
* store prefill params in session

Instead of using query params on /dossier/new, we assume the user comes
from /commencer/:path, which is the new prefill link.

There, we store the prefill params in session, and use them to prefill
the dossier when creating it, in /dossiers/new.

* spec: cover the case

* review: serialize with json instead of yaml

* review: rename method

* review: store only query params

* review: comment why we dont override already stored params
2022-12-15 10:58:17 +01:00
..
assets style(instructeurs): fix dropdown visibility when table height is short 2022-12-14 18:57:34 +01:00
components adapt button icons to bulk action 2022-12-15 10:04:25 +01:00
controllers feat(demarche): sign up when prefilling a dossier (#8247) 2022-12-15 10:58:17 +01:00
custom_views feat(footer): customize using custom views & locales 2022-03-10 17:31:20 +01:00
dashboards feat(team_account): add procedures count 2022-11-24 14:50:26 +01:00
fields fix(geopoint_field): no geoportail link without coordinates 2022-09-06 09:23:52 +02:00
graphql feat(api_token): api v2 use new token 2022-12-07 18:19:37 +01:00
helpers Merge branch 'main' into pj-en-construction-replace 2022-12-14 16:59:48 +01:00
javascript Merge branch 'main' into pj-en-construction-replace 2022-12-14 16:59:48 +01:00
jobs refactor(demarche): make declarative demarche processing syncroneous 2022-12-06 11:41:25 +01:00
lib feat(timestamp): add certigna 2022-12-07 19:28:01 +01:00
mailers refactor(groupe_instructeur): remove mailer should take a list of instructeurs 2022-12-06 12:01:54 +01:00
models feat(demarche): sign up when prefilling a dossier (#8247) 2022-12-15 10:58:17 +01:00
policies feat(dossier): preview should save dossier 2022-05-24 17:02:05 +02:00
schemas fix(annuaire-education): schema should not require adresse_1, type_contrat_prive attributes 2022-12-07 22:23:34 +01:00
serializers refactor(procedure): types_de_champ -> active_revision.types_de_champ_public 2022-11-17 13:54:14 +01:00
services feat(timestamp): ensure signature is openssl compatible 2022-12-07 19:28:01 +01:00
validators feat(emails): validate tags in notification emails 2022-11-04 09:08:41 +00:00
views style(instructeurs): convert filters to DSFR tags 2022-12-15 09:34:10 +01:00