-
Notifications
You must be signed in to change notification settings - Fork 57
[TECH] Renommer et regrouper les routes et controlleurs d'attestation pour évoquer un certificat (Pix-17439) #12015
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
[TECH] Renommer et regrouper les routes et controlleurs d'attestation pour évoquer un certificat (Pix-17439) #12015
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 : |
168b2c4
to
629dd79
Compare
@@ -16,20 +49,20 @@ const getPDFAttestation = async function ( | |||
const { i18n } = request; | |||
const { isFrenchDomainExtension } = request.query; | |||
|
|||
const attestation = await usecases.getCertificationAttestation({ | |||
const certificate = await usecases.getCertificationAttestation({ |
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.
Le renommage des usecases aura lieu dans une autre PR ?
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.
Oui, je pense que c'est mieux. Je fais par petites étapes
629dd79
to
7b8e630
Compare
@@ -261,20 +443,16 @@ describe('Certification | Results | Unit | Application | Controller | certificat | |||
division, | |||
organizationId, | |||
}) | |||
.resolves([v3CertificationAttestation, v3CertificationAttestation, v2CertificationAttestation]); | |||
.resolves([v3CertificationAttestation, v3CertificationAttestation]); |
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 rollback ma correction d'ici #12013
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 sans doute un raté sur un rebase. Je vais reprendre ça
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.
Bon, je pense que c'est une histoire de date de commit, et les miens ont du passé par-dessus le tien. Je viens de faire un cherry-pick pour « re-appliquer » tes modifications.
7b8e630
to
6aa589f
Compare
3a043ae
to
ae1c265
Compare
ae1c265
to
7bd3a31
Compare
🌸 Problème
🌳 Proposition
🐝 Remarques
Les URL n'ont pas été modifiés pour le moment.
🤧 Pour tester
Faire le parcours pour récupérer un certificat / attestation, tout devrait fonctionner comme avant.