betagouv / e-controle

Outil permettant de simplifier la relation entre un organisme de contrôle et des structures contrôlés
MIT License
9 stars 11 forks source link

A bit more vuex... #550

Closed estellecomment closed 4 years ago

estellecomment commented 4 years ago

For Questionnaire-detail page, pass the controls through the Django template and set them into Vuex. That way, more Vue components can get the controls and questionnaires through Vuex instead of passing them through props.

We get gradually closer to a clean single-page app :)

Edit : do not merge into develop until v1.18 branches off, so that we can keep v1.18 simple.