Here the student is authorized to submit a solution to the database. The solution can be integrated directly to the Grades Row of the student corresponding to the task. This endpoint is only accessible to students It should hold the /tasks/submit.
1) Check if the student is authorized (He is assigned for that task + he is a student)
2) Upload the file into the database.
Here the student is authorized to submit a solution to the database. The solution can be integrated directly to the Grades Row of the student corresponding to the task. This endpoint is only accessible to students It should hold the
/tasks/submit
. 1) Check if the student is authorized (He is assigned for that task + he is a student) 2) Upload the file into the database.