feat: extend job-profile and feedback entities for future statistics

This commit is contained in:
Björn Fromme
2025-12-18 12:01:58 +01:00
parent 149d793fa1
commit 9400b78a9f
8 changed files with 237 additions and 1 deletions
+3 -1
View File
@@ -27,8 +27,10 @@ class JobProfileType extends AbstractType
'placeholder' => 'bitte zuordnen...',
'choices' => [
'Reiseleitung' => JobProfile::CATEGORY_GUIDE,
'Kursleitung' => JobProfile::CATEGORY_COURSE,
'Kursleitung Ski' => JobProfile::CATEGORY_COURSE_SKI,
'Kursleitung Board' => JobProfile::CATEGORY_COURSE_BOARD,
'Serviceteam' => JobProfile::CATEGORY_SERVICE,
'Eventteam' => JobProfile::CATEGORY_EVENT_TEAM,
],
])
->add('requiredTrainings', EntityType::class, [