Commit Graph

23 Commits

Author SHA1 Message Date
c7c3d46c62 audit session: zoomable images, 0-9 categories, prefilled notes, Next != Skip
- images: scroll-wheel zoom toward the cursor + mouse-follow pan on both
  master and anomaly panes (new ZoomableImage); video keeps native controls
- categories renumbered 0-9 on both lists (first item = 0) for display and
  keyboard shortcut, matching the legacy UI; keyboard resolves by key, not id
- NOTES prefills from the record's existing Comment so the algorithm comment
  is visible/editable and no longer wiped on save
- Enter/primary button is plain Next (record stays pending); only Skip/Tab
  marks Skipped, and Skipped records are excluded from Audit All
  feed table: FEATURES shows Audit_value; verdict pill replaces slider

- FEATURES column now renders the record's Audit_value (was a nonexistent
  field showing N/A)
- ANOMALY True/False column: colored pill (green True / red False / neutral
  when not yet audited) instead of the broken slider; gated on IsAudited so
  pending rows read neutral
2026-07-21 16:04:31 +05:30
ee25bb6065 rectification audit options: TRUE auto-"Others", FALSE limited to true/false others
- rect TRUE: no category menu, verdict saved as "Others" (legacy behavior);
  Save/Enter work without a category, A auto-saves in Quick mode
- rect FALSE: only "true others" / "false others" (keys 1-2); audits safe
  menu no longer selectable in rect mode (closes the "duplicate" soft-delete trap)
- FALSE + "true others" now calls POST /auditor/rectified/false to re-open
  the defect (asset DAMAGED) - wired into single save, Bulk Mode phase 2b,
  and Audit All; per-record errors surfaced in toasts
- audits mode untouched (all changes gated on isRectActive)
2026-07-17 11:27:36 +05:30
c872566e83 dev tickets and issues raised 2026-07-15 14:24:26 +05:30
c911311596 under review records ui and be 2026-07-15 11:14:25 +05:30
08307119da image scanning and asset edit 2026-07-14 14:20:24 +05:30
8c6c26bc8e feat: add admin service, console page, and missing media monitoring module 2026-07-13 23:34:17 +05:30
3cb086d67b sorting for records in the ui 2026-07-13 21:43:10 +05:30
c7cea78f74 build file fixes 2026-07-13 15:23:34 +05:30
4ed551e253 bulk audit and multiselect option in the ui 2026-07-13 15:10:43 +05:30
98eb91af71 feat: implement admin audit history, session management, and dashboard modules with supporting API service layer 2026-07-13 12:22:46 +05:30
e5c2b047d7 feat: implement administrative audit allocation and management dashboard pages with supporting API services 2026-07-12 18:19:50 +05:30
b667fe1082 feat: implement client overview dashboard and admin portal structure with API services and page components 2026-07-09 17:37:54 +05:30
3cf9e2997c feat: create AuditSession page with annotation tools, reporting, and session management 2026-07-08 14:47:45 +05:30
c1e3212e07 client-site based dropdown in the clients tab 2026-07-07 14:29:23 +05:30
89daec453b feat: implement ClientsOverview dashboard with audit summary visualization and data filtering 2026-07-06 18:30:46 +05:30
76888915e7 few tweaks to fix master image issue 2026-07-06 10:47:28 +05:30
9d2acd126c feat: implement audit session module with centralized API service and axios interceptors 2026-06-26 11:36:37 +05:30
fc61b4cdb6 feat: implement activity feed module with debounced filtering, history tracking, and axios service integration 2026-06-24 11:28:37 +05:30
de2b5a808f mvp-1 2026-06-23 10:26:28 +05:30
39c4e1b390 feat: implement axios client with interceptors, dashboard caching, and core application modules 2026-06-22 15:27:19 +05:30
514a656fa8 feat: implement activity feed module with dynamic filtering, state management, and asset selection components 2026-06-22 12:47:01 +05:30
0a35bba378 feat: initialize dashboard structure with auth, feed management, and activity feed filtering components 2026-06-16 16:42:48 +05:30
a4c0892741 Initial commit of react-revamp for Auditor Portal 2026-06-10 18:33:17 +05:30