nesl / AutoGrader

Web frontend of Embedded Systems Auto Grader project
1 stars 0 forks source link

Come out a non-hacky way for students to download input files #105

Closed TimeString closed 7 years ago

TimeString commented 7 years ago

As I can recall, when a user clicks the download button in the assignment table in the assignment page, the user only gets the first file if there are multiple input files, which is not correct and we didn't have a chance to resolve it in time before we released the last assignment. The goal of this issue is to make the download logic correct.

PARanOiA1120 commented 7 years ago

Changes: For each row in the task table in the assignment page, there is a download button for input files, and this button will generate a zip file on-the-fly to allow students to download all input files in one click.

Have tested the following scenarios: