mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 11:08:12 +00:00
auto allocation and batch managemnt, tracking the train
This commit is contained in:
@@ -154,9 +154,15 @@ export const BOOKING_STATUS_META: Record<string, StatusMeta> = {
|
||||
color: "text-amber-700",
|
||||
stage: 3,
|
||||
},
|
||||
SELECTED_FOR_BATCH: {
|
||||
title: "Selected for Batch",
|
||||
description: "Picked from the batch pool — pay within the window to secure the slot.",
|
||||
color: "text-amber-600",
|
||||
stage: 3,
|
||||
},
|
||||
AWAITING_PAYMENT: {
|
||||
title: "Awaiting Payment",
|
||||
description: "Selected in a batch — pay within 1 hour to secure the slot.",
|
||||
title: "Selected for Batch",
|
||||
description: "Picked from the batch pool — pay within the window to secure the slot.",
|
||||
color: "text-amber-600",
|
||||
stage: 3,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user