From 3af2d749a49e20cb9314e86b77f90a0fb139c847 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 7 May 2026 12:13:30 +0100 Subject: [PATCH] vault backup: 2026-05-07 12:13:30 --- .../handovers/2026-05-07-dashboard-rework.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 01 Projects/cc-dashboard/handovers/2026-05-07-dashboard-rework.md diff --git a/01 Projects/cc-dashboard/handovers/2026-05-07-dashboard-rework.md b/01 Projects/cc-dashboard/handovers/2026-05-07-dashboard-rework.md new file mode 100644 index 0000000..14bb9bc --- /dev/null +++ b/01 Projects/cc-dashboard/handovers/2026-05-07-dashboard-rework.md @@ -0,0 +1,22 @@ +# Handover: P1-7 Dashboard rework + +## What changed +- Added **Tasks Today** panel: shows pending/doing tasks for today (from tasksStore), each row has a quick-complete checkbox with spinner. Links to /planner. +- Added **ADO Priority Items** panel: shows top 5 open Azure DevOps work items sorted by priority, with project name and state badge. Links to /devops. Shows a connect-prompt card when no DevOps integration configured. +- Both panels inserted between KPI cards and the charts row. +- Script section already had fetchForDate + devops store wiring from previous step. + +## Files +- — template updated, ~130 lines added + +## Verified +- — clean, no warnings +- Committed & pushed: fe31ca0 + +## Next subtask +P2-8: Planka Docker + Apache proxy +- Add planka + planka-postgres services to docker-compose.yml +- Configure BASE_URL, SECRET_KEY, volumes +- Apache ProxyPass /board/ → port 1337 +- Update Sidebar: Planner → Tasks (external link) +- Delete PlannerView.vue + Task*.vue components \ No newline at end of file