vault backup: 2026-05-06 21:21:19

This commit is contained in:
Vadym Samoilenko 2026-05-06 21:21:19 +01:00
parent 9db9154021
commit b41e5ebf65
2 changed files with 4 additions and 0 deletions

View file

@ -268,6 +268,7 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer {
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-05-06 | Fix Projects TypeError | Add null check before toFixed call | ProjectsView-CZF7uexl.js, CardContent.vue |
| 2026-05-06 | Calendar view, Azure DevOps sync, task planner | Dashboard preset to 'today', Cache-Control header, Live Feed bug fixes | index.html, dashboard config, feed module |
| 2026-05-06 | Calendar view with time tracking | Add calendar component, Azure DevOps integration, daily planner, Apache ProxyPass config, FastAPI root_path routes | main.py, Apache config |
| 2026-05-06 | Calendar & planning features | Calendar view with project time tracking, Azure DevOps sync, daily task planner, time expense tracker | Task.ts, form components |

View file

@ -128,3 +128,6 @@ tags: [daily]
- 21:19 | `ai_leed`
- **Asked:** Merge best practices from clipboard content into claude.md and perform full revision for conflicts and logical errors.
- **Done:** Identified Memory Compiler as actual self-improvement mechanism, added explicit lesson formatting rule for flush-LLM, and began claude.md review.
- 21:20 | `cc-dashboard`
- **Asked:** Fix TypeError in Projects component where toFixed is called on undefined value.
- **Done:** Identified and fixed null reference error in ProjectsView component, built successfully and committed changes.