From 1ae15a775527b52cb338ee2802398b6467179a4c Mon Sep 17 00:00:00 2001 From: Saravanakumar D Date: Sat, 30 May 2026 18:25:46 -0700 Subject: [PATCH] docs: mark cost burndown complete Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/TASKS_TO_COMPLETE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/TASKS_TO_COMPLETE.md b/docs/TASKS_TO_COMPLETE.md index e3fa5e8d..1259c951 100644 --- a/docs/TASKS_TO_COMPLETE.md +++ b/docs/TASKS_TO_COMPLETE.md @@ -29,9 +29,9 @@ - Acceptance criteria: endpoint returns per-factor contributions; UI shows them; degrade if absent. - Verification command: `pnpm --filter @lysnrai/platform-service exec vitest run src/modules/fleet` -- [ ] **Cost burndown chart** +- [x] **Cost burndown chart** - Priority: P1 - - Current status: budget page shows a spend bar only + - Current status: ✅ DONE — `costBurndown` + `GET /fleet/budgets/:id/burndown` + BurndownChart; fleet 147 green - Files involved: `dashboards/tracker-web/src/app/dashboard/fleet/budget/page.tsx`, new client fn - Implementation plan: aggregate run cost by day from events/runs; render burndown vs ceiling overlay. - Acceptance criteria: per-day spend visible with ceiling line; empty state when no data.