UX/UI: Optimisations UX/UI/A11Y des formulaires d'inscription - #5643
Merged
Conversation
hellodeloo
force-pushed
the
deloo/ux-improvement-of-signup-forms
branch
from
February 18, 2025 16:39
1150eca to
780030f
Compare
|
🥁 La recette jetable est prête ! 👉 Je veux tester cette PR ! |
hellodeloo
requested review from
leo-naeka,
rsebille,
vincentporte and
xavfernandez
March 3, 2025 11:11
hellodeloo
force-pushed
the
deloo/ux-improvement-of-signup-forms
branch
from
March 3, 2025 15:08
780030f to
7e90e23
Compare
vincentporte
reviewed
Mar 3, 2025
vincentporte
left a comment
There was a problem hiding this comment.
beau travail 🔥 2 questions pour ne pas passer à côté d'un 🐺
hellodeloo
force-pushed
the
deloo/ux-improvement-of-signup-forms
branch
from
March 3, 2025 16:23
7e90e23 to
e6d9af2
Compare
xavfernandez
reviewed
Mar 5, 2025
xavfernandez
left a comment
Contributor
There was a problem hiding this comment.
Sauf si on souhaite explicitement avoir des attributs placeholder="" dans l'HTML, il vaut mieux supprimer directement toutes les lignes qui définissent un placeholder vide.
hellodeloo
force-pushed
the
deloo/ux-improvement-of-signup-forms
branch
8 times, most recently
from
March 6, 2025 13:57
fd9cc3c to
5ae7c18
Compare
xavfernandez
reviewed
Mar 6, 2025
hellodeloo
force-pushed
the
deloo/ux-improvement-of-signup-forms
branch
from
March 6, 2025 14:34
5ae7c18 to
503065c
Compare
xavfernandez
approved these changes
Mar 6, 2025
This file contains hidden or 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
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.
🤔 Pourquoi ?
Upgrade de bonnes pratiques UX et A11Y
🍰 Comment ?
Modifications des paramètres "help_text" et "placholder" de certains champs de formulaire. Mais pourquoi faire ?
Ajout de l'attribut "autocomplete" pour certains champs dont le contenu attendu ne prête pas à confusion
(ex: le champ "nom" d'un candidat peut posséder un
autocomplete="family-name"quand c'est le candidat qui s'enregistre, pas quand c'est une structure qui l'enregistre)Au passage, quelques corrections et harmonisations UI
💻 Captures d'écran
Candidat avant


Candidat apres


Employeur inclusif apres
