diff --git a/Home.md b/Home.md index c0245fa..e9ea71c 100644 --- a/Home.md +++ b/Home.md @@ -12,6 +12,14 @@ Mobile-first web app for tracking physical assets via barcode scanning, OCR stic - Username: `admin` - Password: `Brett85!@` +### T5 Dashboard Fixes — May 2026 +- **Active Technicians** now queries `users WHERE role='technician'` (was counting from visit data — showed 0 when no visits yet) +- **Interactive bar charts** — hover shows label + count tooltip; click drills down to filtered asset list (Category, Status, Make) +- **Quick Actions** reorganized: 🪙 Assets, 🏢 Sites, 📍 Check-in (replaced CSV export buttons) +- **No visit data** — suggestion card with "➕ Add a Check-in" button instead of empty state +- **No manufacturer data** — section hidden entirely when empty +- **30-second cache TTL** on both backend (`/api/stats`) and frontend (dashboard) to avoid reloading on every tab switch + ### UX Sweep — May 2026 - [[UX-Sweep]] — Full UX improvement sweep across all pages: forms, search, map, dashboard, modals, navigation, and polish. Managed via `canteen-ux-sweep` kanban board.