edulinq / autograder-server

A server to automatically grading coding assignments.
MIT License
4 stars 5 forks source link

Server Users #24

Closed eriq-augustine closed 4 months ago

eriq-augustine commented 1 year ago

We need to support users that are not in any course. The main goal here is to support things like users that can do administrative actions remotely, but this could also be used to support course users as well.

No work should be done on this until #1 is complete. A DB backend will change a lot of how we currently manage users. We would even be able to have users that are consistent between courses.

eriq-augustine commented 4 months ago

Complete in c9a9940bceb5da5026464124d93f201508456e4b . Not in main yet, but will be soon.