690514:2019 204-rfa-approval-refactor #01
CI / CD Pipeline / build (push) Successful in 6m1s
CI / CD Pipeline / deploy (push) Failing after 6m42s

This commit is contained in:
2026-05-14 20:19:21 +07:00
parent 07cc6d47b1
commit 0240d80da5
183 changed files with 20050 additions and 1017 deletions
+8
View File
@@ -3,6 +3,14 @@ export type WorkflowType = 'CORRESPONDENCE' | 'RFA' | 'DRAWING';
// ADR-021: ระดับความเร่งด่วน (แสดงด้วย Badge สี)
export type WorkflowPriority = 'URGENT' | 'HIGH' | 'MEDIUM' | 'LOW';
export enum ReminderType {
DUE_SOON = 'DUE_SOON',
ON_DUE = 'ON_DUE',
OVERDUE = 'OVERDUE',
ESCALATION_L1 = 'ESCALATION_L1',
ESCALATION_L2 = 'ESCALATION_L2',
}
// ADR-021: ข้อมูลสรุปไฟล์แนบประจำ Step
export interface WorkflowAttachmentSummary {
publicId: string;