vault backup: 2026-05-06 19:53:54

This commit is contained in:
Vadym Samoilenko 2026-05-06 19:53:54 +01:00
parent 7bdfd2029a
commit 623008c032
3 changed files with 9 additions and 1 deletions

View file

@ -4,7 +4,7 @@
"syncFolder": "Hoarder",
"attachmentsFolder": "Hoarder/attachments",
"syncIntervalMinutes": 60,
"lastSyncTimestamp": 1778089803745,
"lastSyncTimestamp": 1778093404068,
"updateExistingFiles": false,
"excludeArchived": true,
"onlyFavorites": false,

View file

@ -177,6 +177,10 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer {
- **Recent fixes:** Accurate time tracking with interval union (no double-counting), project metadata fields, auto-detect repo URL from git remote, chart null-safety, async safety (selectinload, execute delete)
## Sessions
### 2026-05-06 Add calendar view showing project time
**Asked:** Add calendar view showing project time tracking with OMG numbers, Azure DevOps sync, and daily task planner.
**Done:** Verified dashboard stability, fixed 5 issues including Apache proxy configuration and FastAPI routing, confirmed zero errors and correct data loading.
### 2026-05-06 User requested calendar view with project
**Asked:** User requested calendar view with project time tracking, Azure DevOps sync, and daily task planner. Server was serving stale index.html due to incorrect asset imports and caching issues. Calendar view, Azure DevOps integration, daily planner | Updated asset hashing, server configuration, import paths | index.html, FastAPI server config, build assets
**Done:** —
@ -256,6 +260,7 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer {
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 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 |
| 2026-04-27 | Overhead calculation fix | Restored and corrected overhead logic in calculations | cc-dashboard.ts, timeline.ts |
| 2026-04-27 | Time logging fix | Recalculate total hours from 15.4h to 6.95h, adjust project durations | cc-dashboard logs |

View file

@ -110,3 +110,6 @@ tags: [daily]
- 19:41 (<1min) | `cc-dashboard`
- **Asked:** User requested calendar view with project time tracking, Azure DevOps sync, and daily task planner. Server was serving stale index.html due to incorrect asset imports and caching issues. Calendar view, Azure DevOps integration, daily planner | Updated asset hashing, server configuration, import paths | index.html, FastAPI server config, build assets
- **Done:**
- 19:52 | `cc-dashboard`
- **Asked:** Add calendar view showing project time tracking with OMG numbers, Azure DevOps sync, and daily task planner.
- **Done:** Verified dashboard stability, fixed 5 issues including Apache proxy configuration and FastAPI routing, confirmed zero errors and correct data loading.