-
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
[TECH] Créer un assessment result en statut annulée lorsqu'on annule et désannule une certification sur Pix Admin (PIX-16045). #11131
base: dev
Are you sure you want to change the base?
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 : |
1ee1841
to
16052c5
Compare
1d6ca25
to
6c80303
Compare
6c80303
to
595a066
Compare
595a066
to
3e262be
Compare
Premier test func v2 (KO) Decision equipe
ℹ️ OK de pas pouvoir annuler si pas finalise |
3e262be
to
d33d490
Compare
const certificationCourseId = request.params.certificationCourseId; | ||
await usecases.cancelCertificationCourse({ certificationCourseId }); | ||
const certificationCancelledEvent = await usecases.cancelCertificationCourse({ certificationCourseId, juryId }); | ||
await dependencies.events.eventDispatcher.dispatch(certificationCancelledEvent); |
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.
😭
5c5c109
to
327e23f
Compare
Co-authored-by: Alexandre COIN <[email protected]> Co-authored-by: Andreia Pena <[email protected]> Co-authored-by: Yannick François <[email protected]>
Co-authored-by: Alexandre COIN <[email protected]> Co-authored-by: Andreia Pena <[email protected]>
Co-authored-by: Andreia Pena <[email protected]> Co-authored-by: Steph0 <[email protected]> Co-authored-by: Alexandre Coin <[email protected]>
327e23f
to
27bbc6e
Compare
Co-authored-by: Andreia Pena <[email protected]>
27bbc6e
to
e405c81
Compare
🥞 Problème
Actuellement, lorsque le métier annule ou désannule une certification, on ne modifie que le booléen isCancelled sur le certification-course.
🥓 Proposition
🧃 Remarques
😋 Pour tester