mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 04:15:43 +00:00
enhance booking and contract management features
- Added support for comma-separated ops-clearance lifecycle statuses in contracts service. - Display reference number in Upcoming Windows section if available. - Updated badge label for document requirements in constants. - Improved logic for identifying phased bookings in BookingClearanceWorkflowBanner. - Introduced tabs in ReadonlyBookingView for better organization of booking details. - Enhanced KeyFactsStrip to reflect the general nature of drawdown bookings. - Updated status titles and descriptions for clarity in StatusHero and constants. - Added contractKind field to IBooking interface for better identification of booking types. - Created DocumentsTab component to manage and display all relevant documents for bookings.
This commit is contained in:
@@ -461,6 +461,8 @@ export const contractsService = {
|
||||
page?: number;
|
||||
pageSize?: number;
|
||||
search?: string;
|
||||
/** Comma-separated ops-clearance lifecycle statuses; omitted → under-review queue. */
|
||||
statuses?: string;
|
||||
}): Promise<PaginatedContracts> => {
|
||||
const response = await client.get<PaginatedContracts>(
|
||||
C.OPS_CLEARANCE_QUEUE,
|
||||
|
||||
Reference in New Issue
Block a user