vault backup: 2026-05-07 12:13:30

This commit is contained in:
Vadym Samoilenko 2026-05-07 12:13:30 +01:00
parent 5e2cbc9025
commit 3af2d749a4

View file

@ -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