diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 2ebdcbc76..90eddcc55 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -54,6 +54,12 @@ export default async function DashboardPage() {
{label}
++ {value} +
+ {sub &&{sub}
} ++ Real-time burn-down tracking with predictive velocity forecasting +
+| Issue | +Points | +Status | +Note | +
|---|---|---|---|
| + {issue.title} + | ++ {issue.storyPoints} + | ++ {issue.closedAt ? ( + + β Closed + + ) : ( + + Β· Open + + )} + | ++ {isNew && ( + + β Scope Creep + + )} + | +
Day {label}
+ {payload.map((entry) => ( +