osu-cs493-sp22 / final-project-team-30

CS 493 Final Project Team 30
0 stars 1 forks source link

Assignment submission creation #11

Closed walshb421 closed 2 years ago

walshb421 commented 2 years ago

This action, implemented by the POST /assignments/{id}/submissions endpoint, allows authorized student Users to upload a file submission for a specific assignment. Importantly, the file uploaded for each Submission must be stored by the API in such a way that it can be later downloaded via URL. Specifically, when storing the submission file, the API should generate the URL with which that file can later be accessed. This URL will be returned along with the rest of the information about the Submission from the GET /assignments/{id}/submissions endpoint