Commit Graph

5 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
b667fe1082 feat: implement client overview dashboard and admin portal structure with API services and page components 2026-07-09 17:37:54 +05:30
76888915e7 few tweaks to fix master image issue 2026-07-06 10:47:28 +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
39c4e1b390 feat: implement axios client with interceptors, dashboard caching, and core application modules 2026-06-22 15:27:19 +05:30