add clearance history and operations history endpoints, update UI components for history view

This commit is contained in:
Marshal
2026-06-28 19:08:30 +00:00
parent 258f1eb45a
commit 7af2ecc76e
8 changed files with 154 additions and 38 deletions

View File

@@ -150,6 +150,8 @@ export const URL_CONSTANTS = {
`/contracts/${id}/clearance/ops-review`,
OPS_CLEARANCE_FINALIZE: (id: string) =>
`/contracts/${id}/clearance/ops-finalize`,
CLEARANCE_HISTORY: "/contracts/clearance/history",
OPS_CLEARANCE_HISTORY: "/contracts/clearance/ops-history",
BOOKINGS: (id: string) => `/contracts/${id}/bookings`,
CAPACITY: (id: string) => `/contracts/${id}/capacity`,
MILESTONES: (id: string) => `/contracts/${id}/milestones`,