feat: dashboard aggregation endpoint + DashboardView #45
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
New landing page showing flywheel state across all pipeline stages.
Backend (
app/dashboard.py)GET /api/dashboard— returns:data.items_since_last_eval(count of new labels/corrections since last benchmark run)eval.last_run_at,eval.top_model,eval.top_scoretrain.active_jobs(list of running/queued jobs)signalsarray: threshold-triggered suggestions with CTA typeFrontend (
DashboardView.vue)/(landing page)Acceptance
Shipped in the Apr 19–May 4 sprint. GET /api/dashboard aggregate endpoint and DashboardView (flywheel stage cards: Data → Eval → Train → Fleet) landed.