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

✨ Formulaire de modification d'une candidature #2300

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

benjlevesque
Copy link
Member

@benjlevesque benjlevesque commented Oct 9, 2024

  • retirer le menu "Corriger des candidats". On souhaite plutot utiliser le formulaire. Il est dispo dans la page "importer des candidats"
  • fix sur la projection en cas de Correction
  • nouvelle page détail Candidature
  • nouvelle page corriger Candidature

@benjlevesque benjlevesque force-pushed the feat/ui-corriger-candidature branch 3 times, most recently from 462f4d0 to c4b989b Compare October 11, 2024 07:47
Copy link
Collaborator

@VioMrqs VioMrqs left a comment

Choose a reason for hiding this comment

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

Quelques retours, la correction a l'air de bien marcher en dehors de ce estNotifié qui est reset j'ai l'impression. Je ferai un test plus approfondi de tous les champs et des cas éliminé => lauréat toute à l'heure

@@ -103,9 +103,6 @@ const MenuAdmin = (currentPage?: string) => (
>
Notifier des candidats
</DropdownMenu.DropdownItem>
<DropdownMenu.DropdownItem href={Routes.Candidature.corriger}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Je l'aurai gardée en mettant Corriger plusieurs candidatures (c'est très bizarre de corriger des candidats, et pas les candidatures, j'ai un problème avec ce wording)

Copy link
Member Author

Choose a reason for hiding this comment

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

je pense vraiment qu'on doit retirer ce menu, et on en avait parlé avec Mathieu il me semble.
Ce n'est pas du tout quelque chose de standard de venir corriger par csv; c'est juste pour le cas ou tout le csv (ou la majorité des cas) a un problème.
Du coup je crois qu'il faut rendre ce menu moins visible, et disponible sur la page import et la page correction individuelle

})
// le motif d'élimination est obligatoire si la candidature est éliminée
.superRefine(requiredFieldIfReferenceFieldEquals('motifElimination', 'statut', 'éliminé'));
// le type de GF est obligatoire si la candidature est classée
Copy link
Collaborator

Choose a reason for hiding this comment

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

Du coup tu ne le mets pas ?

Copy link
Member Author

Choose a reason for hiding this comment

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

on peut le rajouter effectivement, uniquement avant notification du coup.

historiqueAbandonValue: previous.historiqueAbandon.formatter(),
technologieValue: previous.technologie.formatter(),

// TODO
Copy link
Collaborator

Choose a reason for hiding this comment

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

Todo quoi ?

Copy link
Member Author

Choose a reason for hiding this comment

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

ah j'attendais que tu aies mergé tes PR pour gérer les détails, je m'en occupe

identifiantProjet: IdentifiantProjet.ValueType;
};

const mapToActionComponents = ({ identifiantProjet, actions }: MapToActionsComponentsProps) => (
Copy link
Collaborator

Choose a reason for hiding this comment

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

Return null si pas d'action, en tant que porteur je vois juste le titre sans rien en dessous

Copy link
Member Author

Choose a reason for hiding this comment

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

tu ne devrais pas avoir accès à cette page ETQ porteur, tu y es arrivé par URL ?

Copy link
Member Author

Choose a reason for hiding this comment

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

ca a pas d'importance qu'il puisse y accéder, et du coup je pense que c'est OK qu'il n'y ait pas d'action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants