WIP: Implement application process

This commit is contained in:
Björn Fromme
2023-10-10 17:17:30 +02:00
parent 3a458df94f
commit 6910ab6134
34 changed files with 937 additions and 119 deletions
+6 -6
View File
@@ -47,27 +47,27 @@ class TeamerMenuBuilder extends AbstractMenuBuilder
'icon' => 'bus',
'children' => [
[
'route' => 'app_teamer_disposition_watchlist',
'route' => 'app_teamer_bookmark_index',
'title' => 'Merkliste',
],
[
'route' => 'app_teamer_disposition_watchlist',
'route' => 'app_teamer_bookmark_index',
'title' => 'Offene Bewerbungen',
],
[
'route' => 'app_teamer_disposition_watchlist',
'route' => 'app_teamer_disposition_upcoming',
'title' => 'Nächste Einsätze',
],
[
'route' => 'app_teamer_disposition_watchlist',
'route' => 'app_teamer_disposition_recent',
'title' => 'Letzte Einsätze',
],
[
'route' => 'app_teamer_disposition_watchlist',
'route' => 'app_teamer_bookmark_index',
'title' => 'Meine Dokumente',
],
[
'route' => 'app_teamer_disposition_watchlist',
'route' => 'app_teamer_bookmark_index',
'title' => 'Mein Feedback',
],
],