[US-9.2 / OBT-217] Show team size in the project map popup - #18
Conversation
Add the team_size field to ProjectResponse (US-9.1) and display it in the map popup's details grid with a people icon and a "N members" label, so users can gauge a project's scale at a glance.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
|
Warning Review limit reached
Next review available in: 41 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: Organization UI Review profile: QUIET Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
US-9.2 / OBT-217 — Show how many team members are working on a project in the map pin popup, so users can gauge the project's scale at a glance.
Changes
src/types/project.ts: addteam_size: numbertoProjectResponse(from US-9.1).src/components/pages/MapPage.tsx: add a "Team" cell to the popup's details grid with a people icon and a "N members" label (singular/plural aware).Type of Change
Testing
npm run typecheck— passnpm run lint— 0 errors (pre-existing ProjectsPage warning only)npm run build— pass