makeopensource / devU

Autograder version 4
11 stars 14 forks source link

API: Add an ContainerAutoGrader Entity #17

Closed jessehartloff closed 8 months ago

jessehartloff commented 1 year ago

An Autograder entity that stores the grading files and params for the grader.

The grader should also have a reference to the assignment that it autogrades. Details of the structure are still up for debate and discussion.

jessehartloff commented 9 months ago

After discussion: Create an entity named ContainerAutoGrader which will contain all information for autograding a submission inside a container. This will primarily be user to grade code submissions.

ContainerAutoGrader should have the following values (In addition to the common fields of id, createdAt, updatedAt, and deletedAt):

A second NonContainerAutoGrader is planned for the future