vault backup: 2026-05-10 14:55:10

This commit is contained in:
Vadym Samoilenko 2026-05-10 14:55:10 +01:00
parent 1ea716765e
commit 0508a6b821
2 changed files with 8 additions and 0 deletions

View file

@ -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/ |

View file

@ -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.