softwareconstruction240 / autograder

Autograder for BYU's CS 240 Chess project
https://cs240.click
2 stars 2 forks source link

Add application configuration table #323

Closed pawlh closed 2 months ago

pawlh commented 2 months ago

What

This PR adds a new table ("configuration") that will allow for a key-value store of application configurations.

For now, this only includes STUDENT_SUBMISSIONS_ENABLED. This boolean configuration will allow the autograder to reject student submissions while otherwise allowing all other features to work.