@@ -17,17 +17,24 @@ class JobTitleEnums extends AbstractEnums
17
17
public const SYSADMIN = 9 ;
18
18
public const DEVOPS = 10 ;
19
19
20
+ public const DEV_JUNIOR = 11 ;
21
+ public const DEV_CONFIRME = 12 ;
22
+ public const DEV_SENIOR = 13 ;
23
+ public const DEV_EXPERT = 14 ;
24
+ public const TECH_LEAD = 15 ;
25
+
20
26
protected array $ choices = [
21
27
self ::DIRECTEUR => 'Directeur et Directrice, cadre dirigeant ' ,
22
- self ::RESPONSABLE_EQUIPE => "Cadre intermédiaire, responsable d'équipe " ,
23
- self ::CHEF_PROJET => 'Chef/Cheffe de projet ' ,
24
- self ::LEAD_DEVELOPPEUR => 'Lead développeur/Lead développeuse ' ,
28
+ self ::DEV_JUNIOR => 'Développeuse / Développeur Junior ' ,
29
+ self ::DEV_CONFIRME => 'Développeuse / Développeur confirmé ' ,
30
+ self ::DEV_SENIOR => 'Développeuse / Développeur Senior ' ,
31
+ self ::DEV_EXPERT => 'Développeuse / Développeur Expert ' ,
32
+ self ::TECH_LEAD => 'Tech Lead ' ,
33
+ self ::RESPONSABLE_EQUIPE => "Responsable d'équipe " ,
34
+ self ::CONSULTANT => 'Consultante / Consultant ' ,
25
35
self ::ARCHITECTE => 'Architecte ' ,
26
- self ::CONSULTANT => 'Consultant ' ,
27
- self ::FORMATEUR => 'Formateur/Formatrice ' ,
28
- self ::DEVELOPPEUR => 'Développeur/Développeuse ' ,
29
- self ::SYSADMIN => 'Sysadmin ' ,
30
- self ::DEVOPS => 'Devops ' ,
36
+ self ::CHEF_PROJET => 'Chef/Cheffe de projet ' ,
37
+ self ::FORMATEUR => 'Formatrice / Formateur ' ,
31
38
self ::AUTRE => 'Autre ' ,
32
39
];
33
40
0 commit comments