wip: implement transportation, pickups and parking

This commit is contained in:
Björn Fromme
2025-09-02 19:32:02 +02:00
parent 605b6ca64c
commit 21054f0c45
15 changed files with 1497 additions and 190 deletions
+5
View File
@@ -80,3 +80,8 @@ services:
- 'App\Form\Service\ParticipantBoardFieldHandler'
- 'App\Form\Service\ParticipantRentalsFieldHandler'
- 'App\Form\Service\ParticipantSkiPassFieldHandler'
- 'App\Form\Service\ParticipantTransportationOutboundFieldHandler'
- 'App\Form\Service\ParticipantTransportationInboundFieldHandler'
- 'App\Form\Service\ParticipantPickupOutboundFieldHandler'
- 'App\Form\Service\ParticipantPickupInboundFieldHandler'
- 'App\Form\Service\ParticipantParkingFieldHandler'