okpy / ok

ok.py supports programming projects by running tests, tracking progress, and assisting in debugging.
Apache License 2.0
333 stars 84 forks source link

Add ability to delete backup/submissions #1353

Open ja5087 opened 5 years ago

ja5087 commented 5 years ago

Fixes #1352

This adds a new "delete" button the submissions view for each student along with backend code.

Next steps are to make the button pop an alert first (to avoid accidental clicks), and to test it thoroughly, seeing as this is destructive.

ja5087 commented 5 years ago

Unfortunately, since the SQL schema doesn't have cascades set up to support this, this feature will likely require a database migration.