-
Notifications
You must be signed in to change notification settings - Fork 23
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
Ajout de la qualité (tooltip et composant texte) #468
Open
paulop33
wants to merge
1
commit into
benoitdemaegdt:main
Choose a base branch
from
velo-cite:feat/quality-text-and-tooltip
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Ajout de la qualité (tooltip et composant texte) #468
paulop33
wants to merge
1
commit into
benoitdemaegdt:main
from
velo-cite:feat/quality-text-and-tooltip
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
paulop33
force-pushed
the
feat/quality-text-and-tooltip
branch
from
November 10, 2024 12:15
d0a9ae2
to
037f0e3
Compare
paulop33
changed the title
[Gestion fork] Ajout de la qualité (tooltip et composant Texte)
[Gestion fork] Ajout de la qualité (tooltip et composant texte)
Nov 10, 2024
Suite aux retours de @ThibautChd Plus le composant texte (à utiliser ou pas) : C'est prêt à être mergé. Reste à développer le reste ^^ |
paulop33
force-pushed
the
feat/quality-text-and-tooltip
branch
from
November 11, 2024 21:29
7bb1fa4
to
6c5e82a
Compare
paulop33
changed the title
[Gestion fork] Ajout de la qualité (tooltip et composant texte)
Ajout de la qualité (tooltip et composant texte)
Nov 11, 2024
paulop33
force-pushed
the
feat/quality-text-and-tooltip
branch
from
November 27, 2024 12:33
800c5a8
to
b92672f
Compare
QualityText component possibilité de déclarer la qualité de l'aménagement et affichage sur tooltip LineTooltip : si la donnée qualité n'est pas définie, le LineTooltip n'affiche pas de ligne supplémentaire qualityText : notion de Inconnue manquante fix factorisation des label de qualityNames qualité : réduction du nombre d'état (satisfaisant et non satisfaisant) + adapatation du LineTooltip composant StatsQuality créé et ajouté dans le bloc aperçu de la page des lignes ajout du composant qualité sur la page d'accueil
paulop33
force-pushed
the
feat/quality-text-and-tooltip
branch
from
November 27, 2024 12:38
b92672f
to
c943329
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bonjour,
Dans le but de faire avancer la gestion des forks, j'ai commencé à intégrer la notion de qualité en m'inspirant de ce que Montpellier a fait.
Le but n'est évidemment pas de forcer tout le monde à afficher/gérer une notion de qualité par tronçon.
Au contraire, cette fonctionnalité est désactivée par défaut. Elle n'a donc aucun impact sur le site lyonnais.
Dans config.json, il faudra ajouter
"qualityDisplay": true
pour activer la fonctionnalité.Enfin, aucune information n'est affichée si aucun élément n'est défini (y compris si la fonctionnalité est activée)
J'ai ajouté un composant QualityText qui permet d'ajouter un texte simple :
Pour la carte interactive, ajouter la property quality permet son affichage dans le LineTooltip
En son absence, la ligne ne s'affiche pas dans la boite :
6 valeurs sont possibles :
dangerous: 'Dangereuse',
bad: 'Non satisfaisante',
fair: 'Globalement ',
good: 'Satisfaisante',
perfect: 'Parfaite',
unknown: 'Inconnue'