Add team and person work-completed performance graphs - #73
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughThe UI adds shared chart components and integrates delivery, rating, work-mix, cycle, and throughput visualizations into person, team performance, and sprint pulse pages. Documentation and the changelog describe the expanded analytics coverage. ChangesPerformance analytics
Estimated code review effort: 4 (Complex) | ~45 minutes Suggested reviewers: Sequence Diagram(s)sequenceDiagram
participant PersonPage
participant PersonPerformanceCharts
participant PerformanceEndpoints
PersonPage->>PersonPerformanceCharts: Render personId and cycleId
PersonPerformanceCharts->>PerformanceEndpoints: Load delivery, team, and rating data
PerformanceEndpoints-->>PersonPerformanceCharts: Return performance datasets
PersonPerformanceCharts-->>PersonPage: Render performance charts
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Modsofthenation
marked this pull request as ready for review
August 11, 2026 12:29
Surface delivery volume charts on Team performance (by person + vs rating), person dossiers (window mix, cycle series, rating trend), and Sprint pulse throughput — reusing existing rollup APIs with shared SVG chart helpers. Co-authored-by: Damon <Modsofthenation@users.noreply.github.com>
cursor
Bot
force-pushed
the
cursor/performance-work-graphs-3367
branch
from
August 11, 2026 12:34
5f98f31 to
7a53c64
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds work-completed performance graphs for the team and for individual people, using existing delivery rollup / team-performance / rating-trends APIs (no new backend).
What’s new
Team performance (
/team-performance)Person dossier (
/team/:id→ Performance)Sprint pulse
Shared SVG/CSS chart helpers live in
apps/ui/src/components/charts.tsx(no chart library added).Test plan
pnpm --filter @prm/ui typecheckSummary by CodeRabbit