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

feat: ajout du code dispositif pour les offres en apprentissage #513

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

FaXaq
Copy link
Collaborator

@FaXaq FaXaq commented Dec 19, 2024

No description provided.

@FaXaq FaXaq marked this pull request as ready for review December 23, 2024 14:42
@gBusato gBusato force-pushed the feat/ajout-dispositif-apprentissage branch from abfc605 to 4300d6a Compare December 30, 2024 15:31
@@ -26,6 +27,56 @@ import {

const processedUais = new Set<string>();

const parseCfd = (mef: string, duree: number): number => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ca mériterait d'avoir surement des tests pour être sur que le jour où on modifie ça ne casse rien, est ce qu'il y a un intérêt a remplacer les valeurs par des constantes ?

},
(deps) => {
return async ({ cfd, voie = "scolaire" }: { cfd: string; voie?: string }) => {
if (voie === "apprentissage") {
//console.log("codesDispo", 3);
Copy link
Collaborator

Choose a reason for hiding this comment

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

rm

@FaXaq FaXaq marked this pull request as draft January 6, 2025 14:20
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