cpinitiative / online-judge

Serverless Online Judge
Mozilla Public License 2.0
17 stars 4 forks source link

Problem Submission Grading #2

Open thecodingwizard opened 2 years ago

thecodingwizard commented 2 years ago

Remaining Tasks


Goal

Add support for submitting and grading code for entire problems (ex. USACO problems), to be used by things like USACO Guide Groups.

Rough guidelines

Execute Lambda

https://github.com/cpinitiative/online-judge/tree/serverless/execute

Submit Lambda

https://github.com/cpinitiative/online-judge/tree/serverless/submit

Things to keep in mind

MrinallU commented 2 years ago

I’ll do this

thecodingwizard commented 2 years ago

Quick update: I went ahead and refactored / updated a lot of code for this. I think it mostly works now. Just need to: