edulinq / autograder-server

A server to automatically grading coding assignments.
MIT License
4 stars 5 forks source link

Reject Submissions #37

Open eriq-augustine opened 10 months ago

eriq-augustine commented 10 months ago

We need to have some conditions for rejecting submissions before they are stored in the DB.

Possible Conditions:

eriq-augustine commented 9 months ago

The infrastructure for this is in: 9c20e1a548c84d17ff08b06f1a0c2f4e3b42597e

Along with rejections for max number of submissions and max submissions within a window.