From 623008c032e1244f0c88035a7f62403fc45df4f7 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 6 May 2026 19:53:54 +0100 Subject: [PATCH] vault backup: 2026-05-06 19:53:54 --- .obsidian/plugins/hoarder-sync/data.json | 2 +- 01 Projects/cc-dashboard/CC Dashboard.md | 5 +++++ 99 Daily/2026-05-06.md | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.obsidian/plugins/hoarder-sync/data.json b/.obsidian/plugins/hoarder-sync/data.json index 296dffd..bffdee0 100644 --- a/.obsidian/plugins/hoarder-sync/data.json +++ b/.obsidian/plugins/hoarder-sync/data.json @@ -4,7 +4,7 @@ "syncFolder": "Hoarder", "attachmentsFolder": "Hoarder/attachments", "syncIntervalMinutes": 60, - "lastSyncTimestamp": 1778089803745, + "lastSyncTimestamp": 1778093404068, "updateExistingFiles": false, "excludeArchived": true, "onlyFavorites": false, diff --git a/01 Projects/cc-dashboard/CC Dashboard.md b/01 Projects/cc-dashboard/CC Dashboard.md index 611e42b..c8b94c7 100644 --- a/01 Projects/cc-dashboard/CC Dashboard.md +++ b/01 Projects/cc-dashboard/CC Dashboard.md @@ -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 | diff --git a/99 Daily/2026-05-06.md b/99 Daily/2026-05-06.md index ef5ac08..d975da4 100644 --- a/99 Daily/2026-05-06.md +++ b/99 Daily/2026-05-06.md @@ -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.