[Feature:TAGrading] Withdrawn Student Banner#12005
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12005 +/- ##
============================================
- Coverage 21.70% 21.66% -0.04%
- Complexity 9495 9528 +33
============================================
Files 268 268
Lines 36298 36398 +100
Branches 474 475 +1
============================================
+ Hits 7878 7886 +8
- Misses 27950 28041 +91
- Partials 470 471 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
jeffrey-cordero
approved these changes
Aug 14, 2025
Contributor
jeffrey-cordero
left a comment
There was a problem hiding this comment.
Overridden grades and withdrawn students' notice banner correctly displays for the applicable students to prevent graders from unnecessary grading. #11882 should add the respective tests within student_info_panel.spec.js once this is merged.
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.
Why is this Change Important & Necessary?
There is currently no way for a TA to distinguish who is a withdrawn student or not. If they navigate using the navigating button, they might accidentally grade a withdrawn student, who doesn't actually need grading.
What is the New Behavior?
This PR aims to add banners to distinguish the withdrawn status. In addition, this slightly fixes a bug where a overridden student submits to a gradeable and the text not appearing on the rubric panel.
What steps should a reviewer take to reproduce or test the bug or new feature?
Automated Testing & Documentation
#11882 will add withdrawn students, then it would be easier to test
Other information