Skip to content
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

[TRA-13729] Adds page titles #3639

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

[TRA-13729] Adds page titles #3639

wants to merge 1 commit into from

Conversation

kornifex
Copy link
Collaborator

@kornifex kornifex commented Oct 7, 2024

En attente de certaines URLs

  • Mettre à jour la documentation
  • Mettre à jour le change log
  • Documenter les manipulations à faire lors de la mise en production (sur le ticket Favro de release)
  • S'assurer que la numérotation des nouvelles migrations est bien cohérente
  • Informer le data engineer de tout changement de schéma DB

@kornifex kornifex self-assigned this Oct 7, 2024
Copy link

sonarcloud bot commented Oct 7, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
2 Security Hotspots
61.3% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud


const matches = matchRoutes(paths, currentLocation);

const title = titles[matches ? matches[0].route.path : "default"];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On doit avoir un petit glitch ici: quand title vaut "", le title de la page devient vide 'au lieu d'un "Trackdechets" générique) et ff par exemple va exemple afficher le path eg domain.tld/registre)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha oui, effectivement, bien vu ! J'attends des titres à compléter dans la liste, je fixerai ça en les updatant !

Copy link
Member

@providenz providenz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cf comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants