diff --git a/canapEPFL/README.md b/canapEPFL/README.md index 99a1b73ccb7b09554997c1cc52072d19a5deacc5..b9a54219df52bba94a11db62c595c896bc57414c 100644 --- a/canapEPFL/README.md +++ b/canapEPFL/README.md @@ -1,19 +1,11 @@ # Améliorations possibles du formulaire canap.epfl.ch -- [ ] Fusionner les annexes -> Créer un seul PDF pour les annexes ---- - -- [ ] Fichier HTML pour toutes les formations -> Tableau tri HTML pour toutes les formations ---- - -- [ ] Postulation pour les dossiers papiers -> Permet la postulation pour un dossier envoyé par poste (admin sans créer de compte). ---- +- [ ] Fusionner les annexes en une seul PDF +- [ ] Fichier HTML pour toutes les formations, tableau de tri +- [ ] Postulation pour les dossiers papiers pour les dossiers recu par courrier # Infos -> Résultats sur \\scxdata\apprentis$\candidatures -> Fichier de config pour choisir les postulations autorisées: configs/config.php +> Résultats sur \\scxdata\apprentis$\candidatures +> Fichier de config pour choisir les postulations autorisées: configs/config.php > En début de période de postulations, ne pas autoriser les laborantins (qui postulent -> AVML). \ No newline at end of file diff --git a/canapEPFL/configs/config.php b/canapEPFL/configs/config.php index c56b4582dcb71f6a1206ead7843fb5852e54cb27..86e03f56d320f651263b2e95d382d19fd96cde2e 100644 --- a/canapEPFL/configs/config.php +++ b/canapEPFL/configs/config.php @@ -9,18 +9,20 @@ // "logisticien" => "Logisticien-ne CFC", // "planificateurElectricien" => "Planificateur-trice éléctricien-ne CFC", // "electronicien" => "Electronicien-ne CFC", + // "polyMecanicien" => "Polymécanicien-ne CFC", + // "informaticien" => "Informaticien-ne CFC", + // "employeCommerce" => "Employé-e de commerce CFC", + // "gardienAnimaux" => "Gardien-ne d'animaux CFC", + // "interactiveMediaDesigner" => "Interactive Media Designer CFC" $LISTJOB = [ "Lausanne" => [ - "laborantinBiologie" => "Laborantin-e CFC; option biologie", - "polyMecanicien" => "Polymécanicien-ne CFC", - "informaticien" => "Informaticien-ne CFC", - "employeCommerce" => "Employé-e de commerce CFC", - "gardienAnimaux" => "Gardien-ne d'animaux CFC", - "interactiveMediaDesigner" => "Interactive Media Designer CFC" + "laborantinChimie" => "Laborantin-e CFC; option chimie", + "planificateurElectricien" => "Planificateur-trice éléctricien-ne CFC", + "polyMecanicien" => "Polymécanicien-ne CFC" ], "Sion" => [ - "logisticien" => "Logisticien-ne CFC" + // "logisticien" => "Logisticien-ne CFC" ] ]; ?> \ No newline at end of file diff --git a/canapEPFL/templates/isPostulationOpen.php b/canapEPFL/templates/isPostulationOpen.php index fd096000694e300e0ea97b03448c8ed046b579dd..e22a9a4336566bf908d295b26044121721397a5b 100644 --- a/canapEPFL/templates/isPostulationOpen.php +++ b/canapEPFL/templates/isPostulationOpen.php @@ -1,5 +1,7 @@ <?php -$isOpen = true; +// change this to open/close postulation +$isOpen = false; + if(!$isOpen){ header("Location: ./denied.php"); }