vault backup: 2026-05-06 13:25:57
This commit is contained in:
parent
baaf9f3227
commit
8f850d5a9e
2 changed files with 14 additions and 0 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue