mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-09 10:58:14 +00:00
feat(group-booking): draft schedules, coach-scoped seating, mixed classes
This commit is contained in:
@@ -20,6 +20,10 @@ enum UserRole {
|
||||
}
|
||||
|
||||
enum TripStatus {
|
||||
/// Not yet published. Hidden from the public booking channel; visible to the staff
|
||||
/// group-booking channel so a party can be assembled before the trip goes on sale.
|
||||
/// Promoted to SCHEDULED by an explicit publish action — never by the status cron.
|
||||
DRAFT
|
||||
SCHEDULED
|
||||
BOARDING
|
||||
EN_ROUTE
|
||||
|
||||
Reference in New Issue
Block a user