Skip to content

[Feature:TAGrading] Numeric CSV Download#12998

Merged
bmcutler merged 10 commits into
mainfrom
numeric-gradeable-csv-download
Jul 5, 2026
Merged

[Feature:TAGrading] Numeric CSV Download#12998
bmcutler merged 10 commits into
mainfrom
numeric-gradeable-csv-download

Conversation

@dandrecollins07-ctrl

Copy link
Copy Markdown
Contributor

Why is this Change Important & Necessary?

Closes #12921

What is the New Behavior?

Prior to this PR, on the Numeric/Text gradeable type there was no option to Download a CSV file, despite being able to upload one.

What steps should a reviewer take to reproduce or test the bug or new feature?

  1. Run submitty_install_site
  2. Log in as an instructor
  3. Create/open a numeric/gradeable type
  4. Click Download CSV
  5. Verify that Download CSV contains User ID, Given Name, Family Name, Grade columns, and Total points earned
  6. Modify grades
  7. Test Download CSV to see if grades modified as well

Other information

Does this PR include migrations to update existing installations?

N/A

@codecov

codecov Bot commented Jul 2, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 87 lines in your changes missing coverage. Please review.
✅ Project coverage is 21.30%. Comparing base (0b452ab) to head (bc3f4cd).
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main   #12998      +/-   ##
============================================
- Coverage     21.38%   21.30%   -0.09%     
- Complexity     9946    10013      +67     
============================================
  Files           268      275       +7     
  Lines         37158    37404     +246     
  Branches        499      505       +6     
============================================
+ Hits           7948     7969      +21     
- Misses        28715    28934     +219     
- Partials        495      501       +6     
Flag Coverage Δ
autograder 21.16% <ø> (ø)
js 1.98% <ø> (-0.02%) ⬇️
migrator 100.00% <ø> (ø)
php 20.35% <0.00%> (-0.09%) ⬇️
python_submitty_utils 80.08% <ø> (ø)
submitty_daemon_jobs 91.13% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mattLif mattLif left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested by creating a numeric gradeable. Download CSV button worked as described, and changing the grades caused the expected change in the new csv. As far as tests go, I'm pretty sure all failing ones are flakey except for simple_grading.spec.js, but I could be wrong.

@github-project-automation github-project-automation Bot moved this from Seeking Reviewer to Awaiting Maintainer Review in Submitty Development Jul 3, 2026
@bmcutler
bmcutler merged commit a7515fd into main Jul 5, 2026
24 of 27 checks passed
@bmcutler
bmcutler deleted the numeric-gradeable-csv-download branch July 5, 2026 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

[Feature:TAGrading] CSV Download for Numeric/Text Gradeable

3 participants