From 8f850d5a9e36f2185244f52bf5ef69df8701e7cd Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 6 May 2026 13:25:57 +0100 Subject: [PATCH] vault backup: 2026-05-06 13:25:57 --- 01 Projects/baic_dashboard/BAIC Dashboard.md | 5 +++++ 99 Daily/2026-05-06.md | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/01 Projects/baic_dashboard/BAIC Dashboard.md b/01 Projects/baic_dashboard/BAIC Dashboard.md index 529d1e2..6f4fb79 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-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. + ### 2026-05-06 – Implement per-user report generation for BAIC **Asked:** Implement per-user report generation for BAIC UK and deploy frontend changes to the server. **Done:** Updated frontend components to generate per-user CSV reports from existing API data and deployed dist files to production via rsync. @@ -100,6 +104,7 @@ cd frontend && npm run dev ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 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 | | 2026-05-06 | Report setup | Process JSON to CSV monthly, verify Vite asset paths | vite.config.js, index.html, dist/index.html | diff --git a/99 Daily/2026-05-06.md b/99 Daily/2026-05-06.md index 5ff3942..7d55300 100644 --- a/99 Daily/2026-05-06.md +++ b/99 Daily/2026-05-06.md @@ -86,3 +86,12 @@ tags: [daily] - 13:21 (<1min) | `ai_leed` - **Asked:** How to fix Cisco AnyConnect "VPN Service is not available" error on macOS? - **Done:** Provided three troubleshooting steps to restart the VPN daemon using launchctl commands. +- 13:23 | `baic_dashboard` + - **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. +- 13:24 | `ai_leed` + - **Asked:** How to fix the Cisco AnyConnect VPN daemon unload error? + - **Done:** Diagnosed that vpnagentd.plist file is missing from /Library/LaunchDaemons/ causing I/O error on unload. +- 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.