wip: implement transportation, pickups and parking

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent 81b8237570
commit fe624cfd1c
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;