docs: mark cost burndown complete
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
89860e39f9
commit
1ae15a7755
@ -29,9 +29,9 @@
|
|||||||
- Acceptance criteria: endpoint returns per-factor contributions; UI shows them; degrade if absent.
|
- 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`
|
- Verification command: `pnpm --filter @lysnrai/platform-service exec vitest run src/modules/fleet`
|
||||||
|
|
||||||
- [ ] **Cost burndown chart**
|
- [x] **Cost burndown chart**
|
||||||
- Priority: P1
|
- 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
|
- 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.
|
- 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.
|
- Acceptance criteria: per-day spend visible with ceiling line; empty state when no data.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user