-
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] Afficher le besoin d'une certification aménagée dans les détails des candidats (PIX-13294) #9822
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 : |
2647309
to
8f5accb
Compare
1c6746d
to
0f00c16
Compare
d4acaed
to
c6c34a0
Compare
9c0a309
to
d545cb2
Compare
ecf8706
to
934ba67
Compare
d9b6a96
to
d4223ea
Compare
d4223ea
to
b0aeea6
Compare
934ba67
to
4367c12
Compare
@@ -1,5 +1,6 @@ | |||
import Model, { attr } from '@ember-data/model'; | |||
|
|||
export default class FeatureToggle extends Model { | |||
@attr('boolean') isNeedToAdjustCertificationAccessibilityEnabled; |
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.
À noter: Je n'ai pas appliquer le même renommage sur le feature toggle, car son nom est historique et la modification était couteuse :(
59601cd
to
d404a5b
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.
f31e859
to
862df21
Compare
862df21
to
5523bb1
Compare
33d58c4
to
2c993da
Compare
2c993da
to
c15e6f4
Compare
9eb66cf
to
f781760
Compare
…fication-candidate model
…ssiblity column of enrolled candidates details table
f781760
to
61d063d
Compare
🦄 Problème
Le champ
accessibilityAdjustedCertificationNeeded
a été ajouté en base de donnée, il n’est pas visible dans le détails des candidats affiché sur Pix certif.🤖 Proposition
Permettre aux utilisateurs Pix certif de visualiser l’information concernant un besoin d’aménagement pour un candidat depuis la liste des candidats en rajoutant une colonne
Accessiiblité
dans les détails des candidats. Cette colonne est visible pour TOUS les centres V3 (SCO isManagingStudent, SUP, PRO).🌈 Remarques
💯 Pour tester
(FEATURE TOGGLE FT_ENABLE_NEED_TO_ADJUST_CERTIFICATION_ACCESSIBILITY DÉJÀ ACTIVÉ SUR LA RA)
Pour les centres PRO
Accessibilité
existe bien avec une valeurOui
pour les candidats ayant la valeur àtrue
et-
pour les candidats ayant la valeur àfalse
.Pour les centres SCO
Accessibilité
existe bien avec une valeurOui
pour les candidats ayant la valeur àtrue
et-
pour les candidats ayant la valeur àfalse
.Pour les centres non pilote V3
Accessibilité
n'existe pas.Feature toggle désactivé
Accessibilité
n'existe pas.