build69
build69  /  Components  /  App  /  ProjectReportsPage

ProjectReportsPage

v1.0.33Updated 4 Sept 2026

Composed example delivery-analytics reports page: KPI StatCards plus burndown / velocity / cumulative-flow charts (agile view) or a baseline-slippage DataTable with milestones (schedule view), switched by a view prop.

Preview

Live · 8 stories
Why this is recommendedpagereportsanalyticsagile+4

ProjectReportsPage — agile.

Recommended for+14
  • Reference for delivery/engineering reports
  • Sprint retro and schedule-health dashboards
Tags+6
pagereportsanalyticsagileschedulechartsburndownexample
Features+4
  • view prop: agile | schedule
  • KPI StatCard strip per view
  • Ideal-vs-actual burndown (LineChart, dotted ideal)
  • Committed-vs-completed velocity bars
  • Stacked cumulative-flow AreaChart
  • Cycle-time-by-column breakdown
  • Slippage DataTable with success/destructive variance colouring
  • Upcoming-milestones list + baseline KVList
Not recommended for−2
  • Direct embedding
  • Financial/BI dashboards (use DashboardPage)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "ProjectReportsPage" })

Usage

import { ProjectReportsPage } from '@/components/pages/ProjectReportsPage';

<ProjectReportsPage view="agile" />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

No documented props — ProjectReportsPage is composed rather than configured. See the source for its full signature.

Related