mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 05:18:11 +00:00
Enhance contract clearance features with review timestamps and staff identifiers; improve file handling in controllers and views for better user experience.
This commit is contained in:
@@ -222,6 +222,10 @@ export interface ContractClearanceDocument {
|
||||
file: { id: string; name: string; url: string } | null;
|
||||
reviewStatus: ContractDocReviewStatus | null;
|
||||
note: string | null;
|
||||
/** When the review decision (approve/query) was recorded. */
|
||||
reviewedAt?: string | null;
|
||||
/** Staff id that recorded the decision (no user directory to resolve names). */
|
||||
reviewedByStaffId?: string | null;
|
||||
}
|
||||
|
||||
export interface ContractClearanceView {
|
||||
|
||||
Reference in New Issue
Block a user