David Wang
David Wang
After sending an invite for a group to the wrong person, a student is unable to cancel the formation of the group/leave the group. This occurs at this screen: ...
## Description - Added a button to toggle between showing students with completed submissions and all students on the view gradesheet screen - By default, will only show students with...
Fixes #123451 Passed linter and test cases locally. ``` $ lintrunner test/test_cuda.py ok No lint issues. ``` ``` >python test_cuda.py -k test_graph_optims_with_explicitly_capturable_param_groups Ran 6 tests in 5.100s OK (skipped=3) ```...
- Scrolling over scores can cause them to be decremented or incremented - To fix, there is some random code that make certain keys do additional functions in the speed...
On the course code enrollment page, some students did not realize they needed to enter a nickname at this page and save changes to confirm enrollment. As a result, they...
This is an issue raised by the 122 instructors, where students accidentally submit to previous assignments, leading them to not use late days when they don't need to, or submitting...
Adds a script for basic stress test functionality. This script uses the Tango CLI to simulate various submissions scenarios. The number of submissions can be adjusted as well as the...
- Added test cases for JobManager - Made slight changes to imports in tango.py to prevent circular import issues
## Description Passing cuds through session storage prevents the cookie that the cuds were previously passed through from overflowing. ## Motivation and Context Resolves issue #2274 ## How Has This...
## Description This changes implements server-side pagination for the manage submissions page to improve loading times. ## Motivation and Context Previously, it would take about 1.5 seconds for each page...