Skip to content
Snippets Groups Projects
Commit 14286cb9 authored by nicrausaz's avatar nicrausaz
Browse files

update readme, close for 2018

parent 17f3b01e
No related branches found
No related tags found
No related merge requests found
# Améliorations possibles du formulaire canap.epfl.ch # Améliorations possibles du formulaire canap.epfl.ch
- [ ] Fusionner les annexes - [ ] Fusionner les annexes en une seul PDF
> Créer un seul PDF pour les annexes - [ ] Fichier HTML pour toutes les formations, tableau de tri
--- - [ ] Postulation pour les dossiers papiers pour les dossiers recu par courrier
- [ ] 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).
---
# Infos # Infos
> Résultats sur \\scxdata\apprentis$\candidatures > Résultats sur \\scxdata\apprentis$\candidatures
> Fichier de config pour choisir les postulations autorisées: configs/config.php > 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). > En début de période de postulations, ne pas autoriser les laborantins (qui postulent -> AVML).
\ No newline at end of file
...@@ -9,18 +9,20 @@ ...@@ -9,18 +9,20 @@
// "logisticien" => "Logisticien-ne CFC", // "logisticien" => "Logisticien-ne CFC",
// "planificateurElectricien" => "Planificateur-trice éléctricien-ne CFC", // "planificateurElectricien" => "Planificateur-trice éléctricien-ne CFC",
// "electronicien" => "Electronicien-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 = [ $LISTJOB = [
"Lausanne" => [ "Lausanne" => [
"laborantinBiologie" => "Laborantin-e CFC; option biologie", "laborantinChimie" => "Laborantin-e CFC; option chimie",
"polyMecanicien" => "Polymécanicien-ne CFC", "planificateurElectricien" => "Planificateur-trice éléctricien-ne CFC",
"informaticien" => "Informaticien-ne CFC", "polyMecanicien" => "Polymécanicien-ne CFC"
"employeCommerce" => "Employé-e de commerce CFC",
"gardienAnimaux" => "Gardien-ne d'animaux CFC",
"interactiveMediaDesigner" => "Interactive Media Designer CFC"
], ],
"Sion" => [ "Sion" => [
"logisticien" => "Logisticien-ne CFC" // "logisticien" => "Logisticien-ne CFC"
] ]
]; ];
?> ?>
\ No newline at end of file
<?php <?php
$isOpen = true; // change this to open/close postulation
$isOpen = false;
if(!$isOpen){ if(!$isOpen){
header("Location: ./denied.php"); header("Location: ./denied.php");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment