demarches-normaliennes/spec
Sébastien Carceles 5c7b2ba1f3
feat(dossier): prefill drop down list champ (#8361)
* feat(dossier): prefill drop down list champ

* decorate the types de champ to avoid if / else

In order to avoid doing if this a drop down ? / else at several places,
we decorate the types de champ and let the decorator give the possible
and example values.

* show all possible values when there are too many

* allow to prefill 'other' option

* review: remove duplicate

* review: refactor for readability

* validate that value is in options

* review: exclude disabled options
2023-01-18 09:47:22 +01:00
..
components fix component spec 2023-01-16 11:14:29 +01:00
controllers feat(dossier): prefill drop down list champ (#8361) 2023-01-18 09:47:22 +01:00
factories feat(dossier): prefill drop down list champ (#8361) 2023-01-18 09:47:22 +01:00
fixtures humanize raison sociale from api_entreprise in adapter 2023-01-11 14:42:38 +01:00
graphql normalize boolean values (#8320) 2023-01-05 11:18:27 +00:00
helpers feat(procedure): includes read duration of explication/non fillable champs 2022-10-31 12:17:16 +01:00
jobs correctif(spec): associe le dossier suivis a l'instructeur du batch operation. sinon c'est un autre instructeur qui est crée 2023-01-16 11:14:29 +01:00
lib amelioration(balancer_delivery_method): implemente le fait de forcer la methode de delivery au niveau de notre balancer de fournisseur demail 2023-01-11 17:13:05 +01:00
mailers feat(mailer): make errors interceptable by jobs so they will retry 2023-01-17 14:26:11 +01:00
middlewares specs: always require rails_helper 2020-03-31 12:48:32 +02:00
models feat(dossier): prefill drop down list champ (#8361) 2023-01-18 09:47:22 +01:00
policies refactor(dossier): champs -> champs_public 2022-11-10 22:44:39 +00:00
serializers normalize boolean values (#8320) 2023-01-05 11:18:27 +00:00
services accessibilite(pages-authentification): evolutions des pages de connexion/creation de compte pour respecter le DSFR et supporter une meilleure accessibilite 2023-01-03 16:26:05 +01:00
support normalize boolean values (#8320) 2023-01-05 11:18:27 +00:00
system feat(dossier): use select in filters bygroupe instructeur 2023-01-16 14:00:08 +01:00
views feat(dossier): prefill drop down list champ (#8361) 2023-01-18 09:47:22 +01:00
rails_helper.rb test(flipper): reset flipper flags before each test 2022-10-12 14:14:30 +02:00
spec_helper.rb Chore(test): enable rspec only-failures support 2021-04-15 14:17:39 +02:00