Sayali: add weekly PR grading screen with backend API integration and inline summary#5164
Open
sayali-2308 wants to merge 1 commit intodevelopmentfrom
Open
Sayali: add weekly PR grading screen with backend API integration and inline summary#5164sayali-2308 wants to merge 1 commit intodevelopmentfrom
sayali-2308 wants to merge 1 commit intodevelopmentfrom
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Rajasrivatsansrinivasan
approved these changes
Apr 18, 2026
Rajasrivatsansrinivasan
left a comment
There was a problem hiding this comment.
Reviewed PR #5164 by Sayali. Checked out the branch locally and tested the weekly PR grading screen with the integrated backend flow. Verified that team selection loads reviewer grading data correctly, the table shows the expected columns, new PR numbers can be added, pair and single PR styling behaves as expected, inline summary checkboxes are interactive, and clicking Done saves the grading updates with visible feedback. Also confirmed the page remains usable in dark mode. Approving.
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
Implements #12 (Priority Urgent)
Related PRs:
This frontend PR is related to backend PR #3826 (already merged).
Main changes explained:
PRGradingScreen.jsxto fetch grading data from backend API on load viauseEffectPRGradingScreen.jsxto save grades to backend when Done is clicked with saving/success feedbackCannot find image→No Correct Image) to match backendweeklyGradingActions.jswithgetWeeklyGradingandsaveWeeklyGradingAPI action functionsWEEKLY_GRADINGandWEEKLY_GRADING_SAVEendpoints tosrc/utils/URL.jsHow to test:
Sayali_Weekly_PR_Grading_Frontendnpm installandnpm run start:localhttp://localhost:5173/pr-grading-test+ Add newand enter a valid PR number (e.g.1070or1070 + 1256)Screenshots or videos of changes:
Note:
Backend is already implemented in merged PR #3826. This PR only covers frontend integration.