Bosu - fix PR quality distribution tooltip and member count - #5483
Open
BosuBose132 wants to merge 1 commit into
Open
Bosu - fix PR quality distribution tooltip and member count#5483BosuBose132 wants to merge 1 commit into
BosuBose132 wants to merge 1 commit into
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
iAbhi001
self-requested a review
August 30, 2026 04:52
iAbhi001
approved these changes
Aug 30, 2026
iAbhi001
left a comment
There was a problem hiding this comment.
Tested locally on branch Bosu-fix-pr-review-quality-distribution (Node 20).
Testing Checklist & Verification:
- Team Member Counts: Confirmed each team card in the PR Quality Distribution section accurately displays the member count next to the team name (e.g.,
Team B (16 members),Team C (0 members)). - Tooltip Key-Value Formatting: Hovered over the PR quality pie charts; all four categories (
Not Approved,Low Quality,Sufficient,Exceptional) correctly render with their corresponding labels and values, including zero-count entries. - Data View Toggle: Verified switching between NUMBER and PERCENTAGE updates chart values and tooltip formatting as expected.
- Filtering & Responsiveness: Verified team and duration dropdown filters update dynamically, and responsive layout/dark mode display without regression.
- Automated Checks: Focused unit tests and ESLint checks pass cleanly.
LGTM! Approved.
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.



Description
Finishes the follow-up fixes for the PR Review Team Analytics Dashboard PR Insights frontend.
This fixes two regressions in the PR Quality Distribution section:
Related original/follow-up work:
Main changes explained
PRQualityGraph.jsxso every tooltip entry displays its quality category and corresponding value.teamDatafromReviewsInsight.jsxintoPRQualityGraph.How to test
Bosu-fix-pr-review-quality-distributionnpm run start:localPR Dashboard -> PR Reviews Insightsor
/pull-request-analytics/reviews-insightAll Time.All Teams.Testing completed
git diff --checkpassed.Backend changes
None.
The existing frontend data already contains
memberCount, so no API or backend changes were necessary.Screenshots / Videos
Screen.Recording.2026-08-29.at.6.56.25.PM.mov