CodeGrade / orca

Grading job server for CS student submissions.
0 stars 1 forks source link

Refactor: GradingJobOutput -> GradingJobResult #44

Closed williams-jack closed 11 months ago

williams-jack commented 1 year ago

Feature/Problem Description

GradingJobOutput is not only an inconsistent name with the use of the object -- as it contains all information about the result of a job -- but it also uses a field tap_output for the output of a successful job, even though the format could be many things.

Solution (Changes Made)