mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 17:45:42 +00:00
Merge pull request #1414 from Tria-plc/freight_feature/usermanagement
feat: enhance train scheduling and contract management features
This commit is contained in:
@@ -481,6 +481,12 @@ export const URL_CONSTANTS = {
|
||||
FINALIZE: (id: string) => `/train-scheduling/schedules/${id}/finalize`,
|
||||
DISPATCH: (id: string) => `/train-scheduling/schedules/${id}/dispatch`,
|
||||
YARD_WORK: (id: string) => `/train-scheduling/schedules/${id}/yard-work`,
|
||||
STATION_WORK: (
|
||||
id: string,
|
||||
yardId: string,
|
||||
phase: "loading" | "unloading",
|
||||
edge: "start" | "end",
|
||||
) => `/train-scheduling/schedules/${id}/stations/${yardId}/${phase}/${edge}`,
|
||||
BOOKING_LOAD: (id: string, bookingId: string) =>
|
||||
`/train-scheduling/schedules/${id}/bookings/${bookingId}/load`,
|
||||
BOOKING_UNLOAD: (id: string, bookingId: string) =>
|
||||
|
||||
Reference in New Issue
Block a user