WIP: Implement application process

This commit is contained in:
Björn Fromme
2023-10-10 17:50:50 +02:00
parent 6910ab6134
commit 7084e1528e
11 changed files with 225 additions and 6 deletions
+4 -4
View File
@@ -45,13 +45,13 @@ class TeamerMenuBuilder extends AbstractMenuBuilder
'route' => false,
'title' => 'Meine Einsätze',
'icon' => 'bus',
'children' => [
'children' => [#
[
'route' => 'app_teamer_bookmark_index',
'title' => 'Merkliste',
],
[
'route' => 'app_teamer_bookmark_index',
'route' => 'app_teamer_application_index',
'title' => 'Offene Bewerbungen',
],
[
@@ -63,11 +63,11 @@ class TeamerMenuBuilder extends AbstractMenuBuilder
'title' => 'Letzte Einsätze',
],
[
'route' => 'app_teamer_bookmark_index',
'route' => 'app_teamer_document_index',
'title' => 'Meine Dokumente',
],
[
'route' => 'app_teamer_bookmark_index',
'route' => 'app_teamer_feedback_index',
'title' => 'Mein Feedback',
],
],