Add a setting that formats the group list like this for easy copy-pasting into the OH queue
Bonus points: an extension that also makes a PUT to https://eecsoh.eecs.umich.edu/api/queues/<queue-id>/groups with groups directly from the Autograder. (OH Queue source code)
$ agio groups --list
downloads in a format that looks like this:Very readable, but the OH queue expects a JSON that looks like this:
Add a setting that formats the group list like this for easy copy-pasting into the OH queue Bonus points: an extension that also makes a
PUT
tohttps://eecsoh.eecs.umich.edu/api/queues/<queue-id>/groups
with groups directly from the Autograder. (OH Queue source code)