-
Notifications
You must be signed in to change notification settings - Fork 58
[TECH] Déplacer le domaine parcoursup dans certification/results (PIX-16604). #11442
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] Déplacer le domaine parcoursup dans certification/results (PIX-16604). #11442
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 : |
998d1f0
to
b8f8f88
Compare
b8f8f88
to
16e417d
Compare
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.
@@ -1,9 +1,9 @@ | |||
import { usecases } from '../domain/usecases/index.js'; | |||
|
|||
const getCertificationResult = async function (request) { | |||
const getCertificationResultForParcoursup = async function (request) { |
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.
const getCertificationResultForParcoursup = async function (request) { | |
const getParcoursupResult = async function (request) { |
* | ||
* @returns {CertificationResult} matching candidate certification result | ||
* @throws {MoreThanOneMatchingCertificationError} in some cases (INE for example) there might be duplicates | ||
* @throws {NotFoundError} if no certification exists for this candidate | ||
**/ | ||
export const getCertificationResult = async ({ | ||
export const getCertificationResultForParcoursup = async ({ |
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.
On sait deja que on est dans des resultats de certif
export const getCertificationResultForParcoursup = async ({ | |
export const getResultForParcoursup = async ({ |
Allez on est 3 a etre OK |
🥞 Problème
Il n'y a pas d'intérêt à avoir un domaine métier particulier pour
parcoursup
.Parcoursup est un format de resultat, et nous avons deja tout un contexte dedie au partage de resultats de certification.
🥓 Proposition
Déplacer ce domaine dans le sous-domaine
certification/results
.😋 Pour tester