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
+2 -2
View File
@@ -60,8 +60,8 @@ class ParticipantDto
public ?Pickup $pickupOutbound = null;
public ?Pickup $pickupInbound = null;
// Parking service for self-organized transportation
public ?Service $parking = null;
// Parking service for self-organized transportation (boolean: true if parking requested)
public bool $parking = false;
// Deprecated properties for backward compatibility - will be removed in future version
public ?Service $transportationServiceTo = null;