CodeGrade / bottlenose

CS assignment / grade mangement system
GNU Affero General Public License v3.0
40 stars 21 forks source link

Feature: Send Jobs to Orca #275

Closed williams-jack closed 3 months ago

williams-jack commented 1 year ago

Problem

Bottlenose should be able to send a job to Orca with the requisite execution information, priority, response information, and more. It should then be able to take in a response, verify it is coming from the correct source, and then record its output to be compared to its current output later on.

Solution

williams-jack commented 5 months ago

TODO: