-
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
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 ? |
@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 |
Hide filtered elements instead of removing them from the array. This allows updating the array without replacing the original version with the filtered one.
J'ai modifié le comportement du filtre. Plutôt que de ne garder que les éléments correspondants à la recherche, je garde tout et je cache les éléments qui ne correspondent pas. Ainsi, on garde les |
Autre point vu : l'affichage du tag non disponible disparait lorsque l'on n'est pas connecté. Peut éventuellement être traité comme un bug après la MEP si besoin et si pas d'autre effet de bord |
place the v-for on a template to use v-if on the li
move some logic to composable add missing factors number info to onlyNoGroup results
@DanFluture275 bon pour moi (je n'ai regardé que le code) |
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 bon pour moi également !
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