Issue #68: Extract submissions Feature#146
Merged
dennis-zyska merged 14 commits intodevfrom Apr 14, 2026
Merged
Conversation
dennis-zyska
requested changes
Apr 7, 2026
Collaborator
dennis-zyska
left a comment
There was a problem hiding this comment.
Nice implementation, thanks, there are just some minor comments for improving the code quality. Please also have a look for the merge conflicts.
frontend/src/components/dashboard/projects/export/StepConfirmDownload.vue
Show resolved
Hide resolved
frontend/src/components/dashboard/projects/export/StepOptions.vue
Outdated
Show resolved
Hide resolved
dennis-zyska
approved these changes
Apr 14, 2026
# Conflicts: # backend/package-lock.json # backend/package.json # frontend/package-lock.json # utils/modules/editor-delta-conversion/package-lock.json
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.
This feature introduces a way to download all submissions from a project using stream download.
By going to Projects -> Export data on one project, you're able to choose "Extract submissions" in the dropdown, activating new steps to personalize your download. First selecting students, then creating aliases if necessary and finally downloading the data into a zip directly on your end device.
Depending on the current user, the naming changes: if the user is an admin, the full names are used. Else, the username. Those are overriden if anonymization is selected, because then the aliases are used.
Limitations: