From 0508a6b82199d2425aed93e2b655ec6d295cefac Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Sun, 10 May 2026 14:55:10 +0100 Subject: [PATCH] vault backup: 2026-05-10 14:55:10 --- 01 Projects/baic_dashboard/BAIC Dashboard.md | 5 +++++ 99 Daily/2026-05-10.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/01 Projects/baic_dashboard/BAIC Dashboard.md b/01 Projects/baic_dashboard/BAIC Dashboard.md index 43cb825..83fa668 100644 --- a/01 Projects/baic_dashboard/BAIC Dashboard.md +++ b/01 Projects/baic_dashboard/BAIC Dashboard.md @@ -69,6 +69,10 @@ cd frontend && npm run dev | 2025-11-19 | Update deploy script to restart backend service instead of start | ## Sessions +### 2026-05-10 – Richard reported that date range filtering +**Asked:** Richard reported that date range filtering isn't working and shows total message counts instead of filtered counts. +**Done:** Investigated the issue and confirmed existing lint/build errors are pre-existing problems unrelated to recent changes. + ### 2026-05-06 – Set up a per-user report generation **Asked:** Set up a per-user report generation system for BAIC UK client with monthly data tracking using JSON files and CSV output. **Done:** Deployed new index.html and assets to server with Per-User Report dashboard feature now live at baic.oliver.solutions. @@ -104,6 +108,7 @@ cd frontend && npm run dev ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-05-10 | Date filtering bug | Message counts not filtered by date range, tables show all-time data instead of timeframe-filtered data | Backend, Frontend | | 2026-05-06 | Report automation | Per-user CSV generation from JSON files, git-based deployment with deploy keys and update.sh script | baic_messages.json, baic_conversations.json, update.sh, .env | | 2026-05-06 | Per-User Report feature | New Per-User Report tab, bar chart, user message table, export button | index.html, assets/ | | 2026-05-06 | Per-User Report | index.html, assets/, git push (46ccccc) | index.html, assets/ | diff --git a/99 Daily/2026-05-10.md b/99 Daily/2026-05-10.md index a7213c2..a3597a0 100644 --- a/99 Daily/2026-05-10.md +++ b/99 Daily/2026-05-10.md @@ -179,3 +179,6 @@ tags: [daily] - 14:48 (1min) | `Barclays-banner-builder` - **Asked:** Remove "Ask AI to improve" button from step 2 and add character count displays throughout the workflow. - **Done:** Updated step 2 to remove AI improvement option, added character counts to prompt, edit, and export sections, and verified no unused imports in VariantsGrid.tsx. +- 14:54 (3min) | `baic_dashboard` + - **Asked:** Richard reported that date range filtering isn't working and shows total message counts instead of filtered counts. + - **Done:** Investigated the issue and confirmed existing lint/build errors are pre-existing problems unrelated to recent changes.