Home: dynamic “what next?” suggestion queue - #72
Conversation
|
Warning Review limit reached
Next review available in: 57 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughChangesHome suggestions
Estimated code review effort: 3 (Moderate) | ~25 minutes Sequence Diagram(s)sequenceDiagram
participant HomePage
participant buildHomeSuggestions
participant HomeSuggestionQueue
HomePage->>buildHomeSuggestions: provide cycle and pipeline state
buildHomeSuggestions-->>HomePage: return prioritized suggestions
HomePage->>HomeSuggestionQueue: pass suggestions and refresh state
HomeSuggestionQueue-->>HomePage: invoke refresh callback when requested
Possibly related PRs
Suggested reviewers: ✨ Finishing Touches 💡 2⚔️ Resolve merge conflicts 💡
🛠️ Fix failing CI checks 💡
📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Replace the single static NextStep with a priority queue that updates as roles, self-reviews, drafts, and evidence gaps clear. Refresh on tab focus/visibility so returning from Roles/Cycles/Writing desk reorders the list without a full page reload. Co-authored-by: Damon <Modsofthenation@users.noreply.github.com>
33dfea3 to
fc5f7d7
Compare
Summary
Home (Command center) now suggests what to do next as a prioritized queue that updates as you clear work.
Behavior
Files
apps/ui/src/lib/homeSuggestions.ts— pure priority builder + unit testsapps/ui/src/components/HomeSuggestionQueue.tsx— UIapps/ui/src/pages/HomePage.tsx— wire-up + focus refreshTest plan
pnpm --filter @prm/ui typecheckpnpm --filter @prm/api exec tsx --test apps/ui/src/lib/homeSuggestions.test.tsSummary by CodeRabbit
New Features
Bug Fixes
Documentation