-
Notifications
You must be signed in to change notification settings - Fork 55
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] Sélection des acquis accessibles pour proposer un test aménagé (PIX-14241). #10144
Merged
pix-service-auto-merge
merged 12 commits into
dev
from
feat/pix-14241-adapt-test-when-candidate-needs-adjustement
Sep 23, 2024
Merged
[FEATURE] Sélection des acquis accessibles pour proposer un test aménagé (PIX-14241). #10144
pix-service-auto-merge
merged 12 commits into
dev
from
feat/pix-14241-adapt-test-when-candidate-needs-adjustement
Sep 23, 2024
Conversation
This file contains 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
Une fois les applications déployées, elles seront accessibles via les liens suivants :
Les variables d'environnement seront accessibles via les liens suivants : |
HEYGUL
force-pushed
the
feat/pix-14241-adapt-test-when-candidate-needs-adjustement
branch
2 times, most recently
from
September 19, 2024 14:12
4b07ade
to
eeb781a
Compare
P-Jeremy
force-pushed
the
feat/pix-14241-adapt-test-when-candidate-needs-adjustement
branch
from
September 20, 2024 13:04
47acdd1
to
d1eff1d
Compare
P-Jeremy
force-pushed
the
feat/pix-14241-adapt-test-when-candidate-needs-adjustement
branch
2 times, most recently
from
September 20, 2024 14:24
a8cc2ce
to
3f60c4b
Compare
HEYGUL
commented
Sep 20, 2024
HEYGUL
commented
Sep 20, 2024
api/src/certification/evaluation/domain/usecases/get-next-challenge-for-v3-certification.js
Outdated
Show resolved
Hide resolved
P-Jeremy
reviewed
Sep 23, 2024
api/src/certification/evaluation/domain/usecases/get-next-challenge-for-v3-certification.js
Outdated
Show resolved
Hide resolved
HEYGUL
force-pushed
the
feat/pix-14241-adapt-test-when-candidate-needs-adjustement
branch
from
September 23, 2024 08:58
c8cc3af
to
ea5ad87
Compare
HEYGUL
added
👀 Tech Review Needed
👀 Func Review Needed
and removed
Development in progress
labels
Sep 23, 2024
HEYGUL
force-pushed
the
feat/pix-14241-adapt-test-when-candidate-needs-adjustement
branch
from
September 23, 2024 09:07
ea5ad87
to
4d08c2a
Compare
api/src/shared/application/assessments/assessment-controller.js
Outdated
Show resolved
Hide resolved
HEYGUL
added
Func Review OK
PO validated functionally the PR
and removed
👀 Func Review Needed
labels
Sep 23, 2024
HEYGUL
force-pushed
the
feat/pix-14241-adapt-test-when-candidate-needs-adjustement
branch
from
September 23, 2024 09:56
4d08c2a
to
17b69e4
Compare
api/src/certification/evaluation/domain/usecases/get-next-challenge-for-v3-certification.js
Outdated
Show resolved
Hide resolved
HEYGUL
force-pushed
the
feat/pix-14241-adapt-test-when-candidate-needs-adjustement
branch
from
September 23, 2024 12:59
17b69e4
to
9427e9d
Compare
P-Jeremy
force-pushed
the
feat/pix-14241-adapt-test-when-candidate-needs-adjustement
branch
from
September 23, 2024 13:02
9427e9d
to
95cffd1
Compare
P-Jeremy
approved these changes
Sep 23, 2024
alexandrecoin
approved these changes
Sep 23, 2024
.../certification/session-management/domain/usecases/get-next-challenge-for-v3-certification.js
Outdated
Show resolved
Hide resolved
...valuation/integration/infrastructure/repositories/certification-candidate-repository_test.js
Show resolved
Hide resolved
HEYGUL
force-pushed
the
feat/pix-14241-adapt-test-when-candidate-needs-adjustement
branch
from
September 23, 2024 13:28
f9cc2d9
to
0e20f34
Compare
pix-service-auto-merge
force-pushed
the
feat/pix-14241-adapt-test-when-candidate-needs-adjustement
branch
from
September 23, 2024 13:43
0e20f34
to
a523fc2
Compare
…didate needs accessibility adjustment
Co-authored-by: <jeremy.pluquet@pix.fr>
Co-authored-by: <jeremy.pluquet@pix.fr>
Co-authored-by: Guillaume LAGORCE <guillaume.lagorce@pix.fr>
… v3 is the standard now
pix-service-auto-merge
force-pushed
the
feat/pix-14241-adapt-test-when-candidate-needs-adjustement
branch
from
September 23, 2024 13:43
a523fc2
to
e84feee
Compare
pix-service-auto-merge
deleted the
feat/pix-14241-adapt-test-when-candidate-needs-adjustement
branch
September 23, 2024 13:49
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
🦄 Problème
Un centre de certification a maintenant la possibilité de renseigner le besoin d’un test aménagé pour l’accessibilité d’un candidat inscrit en session.
Pour le moment, le candidat se voit proposer un test avec potentiellement des acquis non accessibles ou non pertinents.
🤖 Proposition
Lorsqu’un candidat ayant été identifié comme nécessitant un aménagement d’accessibilité lance son test de certification v3, on sélectionne la prochaine épreuve uniquement parmis les épreuves dont les champs “Accessibility1” (non-voyants) et “Accessibility2” (daltonien) sont "OK" ou "RAS".
🌈 Remarques
On introduit ici le contexte d' Evaluation et on en profite pour y déplacer les usecases de choix de questions
💯 Pour tester
Passer un test de certification avec un candidat identifié comme ayant besoin d'un test aménagé.
Passer un test de certification avec un candidat non-identifié comme ayant besoin d'un test aménagé.