-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: regroupement de facteurs #583
base: main
Are you sure you want to change the base?
Conversation
create disclosure component add group field to datasetEditModal start group logic implementation
✅ Deploy Preview for ecospheres ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for meteo-france ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, ça prend déjà forme 😎
refactor group selection in datasetAddToBouquetModdal
remove unused dep
sort group alphabetically in composable + styles
2339bee
to
e5a56b9
Compare
small cleanup
445dce4
to
2663dbc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Problème d'export svg c'est corrigé !
Je n'ai pas réussi à reproduire, tu aurais étape par étape ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Attendons jusqu'à demain voir si data.gouv.fr a des remarques particulières avant de merger, sinon ok pour moi.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'est corrigé, j'en ai profité pour mettre le même chevron ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrigé aussi. Le texte n'est pas super bien centré à cause d'un margin bottom (de la librairie) j'ai pas surchargé vu qu'on va remplacer le composant bientôt 🤞 |
Retours recette : Bloquant :
Mineurs :
|
* feat(groups-filter): logic and markup for factor filtering * feat(groups-sommaire): add sommaire logic and styles * feat(groups-filtre): optimize code and fix small bugs moved functions to composables and updated references fixed an anchor link bug inside DsfrTabs with a quick and dirty CSS hack feat(groups-filtre): optimize code and fix small bugs 🧙 * feat(groups-filter): fix searchComponent regression
52c24a4
to
c99129e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testé PO OK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Toute modification (regroupement ou facteur) faite pendant le filtrage entraîne ce comportement. C'est parce qu'on filtre les |
@narduin J'ai encore un comportement bizarre lors de la modif d'un JDD pendant qu'un filtre est actif.
Je filtre sur "2", j'édite "facteur 2" pour le renommer en "facteur 2 doublon", j'enregistre. Comportement attendu : avoir "facteur 1" et "facteur 2 doublon" Vidéo en pj |
Ajout de la notion de regroupement
group
dans les bouquets.Jusqu'ici:
group
estfalsy
DisclosureWidget
(accordéon custom)Ajout du composant Vue 3 Multiselect pour la sélection/création de regroupements.
Test de ce même composant pour la sélection des datasets (quelques bugs en cours).
Fix ecolabdata/ecospheres#145
Fix ecolabdata/ecospheres#491
Fix ecolabdata/ecospheres#518