-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce Program Configuration (Set Live Phases / Banner Message) #358
Conversation
This is so that when one clicks checkboxes, then closes the pop-up without saving, it still shows the accurate info
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think there could be a way to display that a particular phase is disabled to the student and disable the submission button, rather than just relying on the backend to refuse them and send an alert?
Yes there is. That's why there's an endpoint for the student to get config info. I'll be implementing that when I get back |
bffaed7
to
8bf0f1b
Compare
8bf0f1b
to
939ac49
Compare
This PR lays the ground work for editable configuration settings for the Autograder.
Changes
/api/config
with aGET
request/api/admin/config
with variousPOST
requests/api/admin/config
with aGET
requestFuture work
Somethings that should be added, but I didn't have time. (I'm going out of town this next week)
I would be happy to tackle all of these, but if anyone wants to do it while I'm gone, feel free to. I'll be back in a week.