-
Notifications
You must be signed in to change notification settings - Fork 56
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
[FEATURE] Utiliser PixCode dans la vérification des certificats sur Pix App (PIX-16429). #11343
base: dev
Are you sure you want to change the base?
[FEATURE] Utiliser PixCode dans la vérification des certificats sur Pix App (PIX-16429). #11343
Conversation
Une fois les applications déployées, elles seront accessibles via les liens suivants :
Les variables d'environnement seront accessibles via les liens suivants : |
d31ef10
to
7486582
Compare
|
||
@tracked certificateVerificationCode = null; | ||
@tracked errorMessage = null; | ||
@tracked status = 'default'; |
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.
A gérer coté PixUI : le liseré rouge en cas d'erreur n'apparaît pas.
|
||
@action | ||
clearErrors() { | ||
this.errorMessage = null; |
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.
suggestion lorsque le champ a le focus et qu'on valide avec "entrée" le message d'erreur apparait brievement et disparait. on pourrait rajouter un check sur le clearErrors(event)
pour ne rien faire si l'event reçu correspond à la touche entrée
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.
au alors rajouter event.stopImmediatePropagation()
dans checkCertificate
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.
oups, je viens de vérifier, le problème était la avant
mon-pix/tests/unit/controllers/fill-in-certificate-verification-code-test.js
Outdated
Show resolved
Hide resolved
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.
Top ! quelques commentaires, mais rien de bloquant
7486582
to
0a4a25e
Compare
0a4a25e
to
0e9a76c
Compare
🥞 Problème
Actuellement les champs code sur Pix App ne sont pas des composants Pix UI
🥓 Proposition
Utiliser le nouveau composant PixCode.
🧃 Remarques
Création d'un composant pour cette page
😋 Pour tester
Aller sur /verification-certificat et faire une non régression :