wip: transportation services in summary

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent 5c5134b69f
commit 36fe4c9e9a
3 changed files with 173 additions and 14 deletions
+3
View File
@@ -63,6 +63,9 @@ class ParticipantDto
// Parking service for self-organized transportation (boolean: true if parking requested)
public bool $parking = false;
// Parking service object for pricing calculation (new, contains actual service with pricing)
public ?Service $parkingService = null;
// Deprecated properties for backward compatibility - will be removed in future version
public ?Service $transportationServiceTo = null;
public ?Service $transportationServiceFro = null;