Skip to content
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

matthieu-octo
Copy link
Contributor

@matthieu-octo matthieu-octo commented Aug 8, 2024

🦄 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

  • conforme à la la maquette (⚠️ attention l'affichage du tableau dans sa globalité sur la maquette diffère des l'existant)

(FEATURE TOGGLE FT_ENABLE_NEED_TO_ADJUST_CERTIFICATION_ACCESSIBILITY DÉJÀ ACTIVÉ SUR LA RA)
Pour les centres PRO

  1. Se connecter à Pix certif avec le compte certifV3@example.net
  2. Cliquer sur une session pour voir le détails
  3. Constater que la colonne Accessibilité existe bien avec une valeur Oui pour les candidats ayant la valeur à true et - pour les candidats ayant la valeur à false.

Pour les centres SCO

  1. Se connecter à Pix certif avec le compte certif-sco@example.net (ou certif-sco-v3@example.net si le renommage est déjà pris en compte)
  2. Cliquer sur une session pour voir le détails
  3. Constater que la colonne Accessibilité existe bien avec une valeur Oui pour les candidats ayant la valeur à true et - pour les candidats ayant la valeur à false.

Pour les centres non pilote V3

  1. Se connecter à Pix certif avec le compte certif-pro@example.net
  2. Cliquer sur une session pour voir le détails
  3. Constater que la colonne Accessibilité n'existe pas.

Feature toggle désactivé

  1. désactiver le feature toggle
  2. Se connecter à Pix certif avec le compte certifV3@example.net
  3. Cliquer sur une session pour voir le détails
  4. Constater que la colonne Accessibilité n'existe pas.

Capture d’écran 2024-08-12 à 12 43 11

@pix-bot-github
Copy link

Une fois les applications déployées, elles seront accessibles via les liens suivants :

Les variables d'environnement seront accessibles via les liens suivants :

@matthieu-octo matthieu-octo force-pushed the pix-13294-add-accessibility-column-in-the-enrolled-candidat-details-list branch 2 times, most recently from 2647309 to 8f5accb Compare August 8, 2024 12:21
@alexandrecoin alexandrecoin changed the title [FEAT] Afficher le besoin d'une certification aménagée dans les détails des candidats (PIX-13294) [FEATURE] Afficher le besoin d'une certification aménagée dans les détails des candidats (PIX-13294) Aug 8, 2024
@matthieu-octo matthieu-octo force-pushed the pix-13294-add-accessibility-column-in-the-enrolled-candidat-details-list branch 2 times, most recently from 1c6746d to 0f00c16 Compare August 9, 2024 10:32
@alexandrecoin alexandrecoin changed the base branch from dev to pix-13293-add-accessibility-needed-column-to-certification-candidates-table August 9, 2024 12:21
@alexandrecoin alexandrecoin force-pushed the pix-13294-add-accessibility-column-in-the-enrolled-candidat-details-list branch 3 times, most recently from d4acaed to c6c34a0 Compare August 9, 2024 15:06
@mcampourcy mcampourcy force-pushed the pix-13293-add-accessibility-needed-column-to-certification-candidates-table branch from 9c0a309 to d545cb2 Compare August 12, 2024 08:11
@matthieu-octo matthieu-octo force-pushed the pix-13294-add-accessibility-column-in-the-enrolled-candidat-details-list branch 3 times, most recently from ecf8706 to 934ba67 Compare August 12, 2024 10:35
@matthieu-octo matthieu-octo marked this pull request as ready for review August 12, 2024 10:37
@matthieu-octo matthieu-octo requested a review from a team as a August 12, 2024 10:37
@matthieu-octo matthieu-octo self-assigned this Aug 12, 2024
@matthieu-octo matthieu-octo force-pushed the pix-13293-add-accessibility-needed-column-to-certification-candidates-table branch 3 times, most recently from d9b6a96 to d4223ea Compare August 12, 2024 14:21
@pix-service-auto-merge pix-service-auto-merge force-pushed the pix-13293-add-accessibility-needed-column-to-certification-candidates-table branch from d4223ea to b0aeea6 Compare August 12, 2024 15:10
Base automatically changed from pix-13293-add-accessibility-needed-column-to-certification-candidates-table to dev August 12, 2024 15:16
@matthieu-octo matthieu-octo force-pushed the pix-13294-add-accessibility-column-in-the-enrolled-candidat-details-list branch from 934ba67 to 4367c12 Compare August 13, 2024 15:52
@@ -1,5 +1,6 @@
import Model, { attr } from '@ember-data/model';

export default class FeatureToggle extends Model {
@attr('boolean') isNeedToAdjustCertificationAccessibilityEnabled;
Copy link
Contributor Author

@matthieu-octo matthieu-octo Aug 13, 2024

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 :(

@matthieu-octo matthieu-octo force-pushed the pix-13294-add-accessibility-column-in-the-enrolled-candidat-details-list branch 2 times, most recently from 59601cd to d404a5b Compare August 14, 2024 09:34
@alexandrecoin alexandrecoin self-requested a review August 19, 2024 13:46
Copy link
Contributor

@alexandrecoin alexandrecoin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

L'ajout de candidat via modale est cassé.

Capture d’écran 2024-08-19 à 15 47 31

@matthieu-octo
Copy link
Contributor Author

matthieu-octo commented Aug 20, 2024

L'ajout de candidat via modale est cassé.

Capture d’écran 2024-08-19 à 15 47 31

Problème résolu dans le dernier commit. Ember-data envoyait le champ accessibility-adjustment-needed à l'API car ce dernier a été rajouté dans le model Ember. La validation du payload côté route renvoyait logiquement une 400 car ce champ n'était pas attendu.

Solution: Supprimer le champ dans le serializer côté front.

@matthieu-octo matthieu-octo force-pushed the pix-13294-add-accessibility-column-in-the-enrolled-candidat-details-list branch 2 times, most recently from f31e859 to 862df21 Compare August 20, 2024 10:27
@matthieu-octo matthieu-octo force-pushed the pix-13294-add-accessibility-column-in-the-enrolled-candidat-details-list branch from 862df21 to 5523bb1 Compare August 20, 2024 12:36
@matthieu-octo matthieu-octo force-pushed the pix-13294-add-accessibility-column-in-the-enrolled-candidat-details-list branch from 33d58c4 to 2c993da Compare August 21, 2024 08:35
@matthieu-octo matthieu-octo force-pushed the pix-13294-add-accessibility-column-in-the-enrolled-candidat-details-list branch from 2c993da to c15e6f4 Compare August 21, 2024 08:48
@pix-service-auto-merge pix-service-auto-merge force-pushed the pix-13294-add-accessibility-column-in-the-enrolled-candidat-details-list branch 3 times, most recently from 9eb66cf to f781760 Compare August 21, 2024 09:13
@pix-service-auto-merge pix-service-auto-merge force-pushed the pix-13294-add-accessibility-column-in-the-enrolled-candidat-details-list branch from f781760 to 61d063d Compare August 21, 2024 09:21
@pix-service-auto-merge pix-service-auto-merge merged commit 8464397 into dev Aug 21, 2024
4 of 7 checks passed
@pix-service-auto-merge pix-service-auto-merge deleted the pix-13294-add-accessibility-column-in-the-enrolled-candidat-details-list branch August 21, 2024 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants