From be4decb918dd99c391840ca363fa010c6ff122af Mon Sep 17 00:00:00 2001 From: mahdahar <89adham@gmail.com> Date: Fri, 23 Jan 2026 16:43:26 +0700 Subject: [PATCH] update checklist --- CHECKLIST.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHECKLIST.md b/CHECKLIST.md index 8d4b2d4..c9dde97 100644 --- a/CHECKLIST.md +++ b/CHECKLIST.md @@ -6,13 +6,12 @@ Pending: - Restrict Print/Save-to-PDF to CS Role only (Lab can only preview, CS can print/save) - Add Dedicated Print Button (Trigger browser/system print dialog) - Create 'Detail Unvalidated' History Log/View (Log unvalidation actions with timestamp, user ID, and reason) -- Enhanced Patient Detail Logging (Track: Sample Collection Time, Sample Received Time, Print History) - Add Error Handling for Preview Button (Handle empty data gracefully) - Ensure 'Uncollect' Feature Functional (Maintain Uncollect feature functionality) - Backend Performance & Connectivity (Investigate intermittent connection issues with Server 253) - Update PDF Report Metadata (Replace 'Printed By' with validating user's name) - Reprint Label (Add functionality to reprint labels) -- **Print Result Audit** (Track when result reports are printed/exported, log user and timestamp) +- Print Result Audit (Track when result reports are printed/exported, log user and timestamp) Completed: - 01 : Update User Role levels (Standardize roles: Superuser, Admin, Lab, Phlebo, CS) @@ -31,6 +30,8 @@ Completed: - 14 : Hide/Disable 'Validation' button after 2nd validation (Prevent redundant validation actions) - 15 : Restrict 'UnValidate' to Admin, Superuser - 16 : Remove 'UnCollect' +- 17 : Audit Trail (Track all actions: validation, unvalidation, collection, uncollection) +- 18 : Create Validate Page Addition on dev :