snap-cloud / lambda

An LTI backed server for auto grading Snap! code
https://lambda.cs10.org
6 stars 2 forks source link

Re-integrate best and recent submissions to work without edX #61

Open cycomachead opened 8 years ago

cycomachead commented 8 years ago

We have a submissions DB - these should be in the DB and loaded from there. No more local storage.

cycomachead commented 7 years ago

URL Options:

/questions/:id/best-submission /questions/:id/previous-submission

/questions/:id/submissions?best /questions/:id/submissions?previous

Or

Just send the URLs down, which are just generated from a query.


In the autograder: I need to write: reloadSnapFromURL()