Skip to content

feature: add support for downloading submissions#62

Open
jknaack wants to merge 1 commit intonyuoss:mainfrom
jknaack:feature-submissions
Open

feature: add support for downloading submissions#62
jknaack wants to merge 1 commit intonyuoss:mainfrom
jknaack:feature-submissions

Conversation

@jknaack
Copy link

@jknaack jknaack commented Mar 3, 2026

Summary

Added support for downloading student submissions (the zip file, not just individual files) or the entire assignment submissions.zip for the class if you are an instructor/TA

Details

More or less implemented the review_grades page for a given assignment. The Submission class is a row in the table on that page, and you can download a single submission for a given student. Alternatively, you can specify a course id and assignment id and download the entire submissions.zip for the class (essentially the Export Submissions button on the UI). The helper classes handle checking to see if there is already a file available for download, and if not, calling export on the server and polling until the export is complete. Once the file is completely rendered on the server side, there is another helper method you can call to actually download the file locally.

Checks

  • Tested changes
  • Attached Logs

Team to Review

Unknown

Reference to the issue

New Feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant