diff --git a/01 Projects/baic_dashboard/BAIC Dashboard.md b/01 Projects/baic_dashboard/BAIC Dashboard.md index 6f4fb79..29c844e 100644 --- a/01 Projects/baic_dashboard/BAIC Dashboard.md +++ b/01 Projects/baic_dashboard/BAIC Dashboard.md @@ -104,6 +104,7 @@ cd frontend && npm run dev ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 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/ | | 2026-05-06 | Per-user report feature | Frontend components updated, dist files deployed | frontend/src/*, dist/index.html | | 2026-05-06 | BAIC UK monthly reports | Python CSV generation script, deployment strategy via rsync | vite.config.js, index.html, backend deployment process | diff --git a/99 Daily/2026-05-06.md b/99 Daily/2026-05-06.md index 7d55300..550683f 100644 --- a/99 Daily/2026-05-06.md +++ b/99 Daily/2026-05-06.md @@ -95,3 +95,9 @@ tags: [daily] - 13:24 | `ai_leed` - **Asked:** How to fix a Cisco AnyConnect VPN daemon error with vpnagentd.plist? - **Done:** Identified missing plist file indicating corrupted installation and provided reinstallation steps. +- 13:27 | `ai_leed` + - **Asked:** How to fix the broken Cisco AnyConnect installation on macOS? + - **Done:** Diagnosed plist file corruption and provided uninstall command with reinstallation guidance from corporate IT portal or Cisco downloads. +- 13:27 | `baic_dashboard` + - **Asked:** Implement a per-user report feature for BAIC UK dashboard with monthly data exports. + - **Done:** Added Per-User Report tab to BAIC dashboard with bar chart, user message counts table, and export functionality.