Metrics / Admin Dashboard
Build a single-page metrics or admin dashboard with KPI summary cards, at least one chart, and a data table, rendered from sample or provided data. Locks the data model and which metrics matter first, then a scannable dashboard layout (grid of cards, chart placement, table), then builds the interactive HTML with a lightweight charting approach and a sortable/filterable table. Deciding the metrics and layout before coding prevents a small model from dumping raw data with no hierarchy; a dashboard's value is the at-a-glance summary up top.
How it runs
| # | Step | Who runs it | What happens |
|---|---|---|---|
| 1 | Data scope | Planner | data model + which KPIs and views matter |
| 2 | Layout design | Designer | card grid, chart placement, table, hierarchy |
| 3 | Build | Developer | implement index.html with cards, chart, table |
| 4 | Evaluate | Reviewer | Grade the deliverable against every acceptance criterion. All pass → finish; any fail → loop back and fix the gap. |
| 5 | Finish | Developer | All acceptance criteria met. Stamp a short summary and report DONE. |
Say something like "admin dashboard" or "metrics dashboard" or "analytics page" or "kpi dashboard" or "build a dashboard" or "data dashboard" in chat to start it.