Hein Meling
Hein Meling
When all dates have passed, automagically make a lab exam schedule with information about the grades so far, and insert breaks at 10-10:30 and 12-12:30.
Move auths.go to web/session package.
The redirect bool argument is confusing. Sometimes we do redirect in the functions and sometimes we check if error, then redirect outside the functions. We should let the user decide...
JUnit tests may produce long stack traces that make it difficult to view the interesting data returned from the unit test. It would be desirable to have a filter button...
The only place where they are used is here: https://github.com/hfurubotten/autograder/blob/master/ci/deamon.go#L120 That is they are used only when there are no JSON score objects emitted. Suggest to remove them (in my...
github seems to have changed things; they no longer have a special owners admin team, but a owners role. They want us to change the team name from Owners to...
For each lab, we could display different colors depending on how many points a student/group has gotten. For example: - White (0%) - Blue (0%-59%, no slip days used) -...
It would be nice if the top-menu bar could be made visible always, even though the user scrolls down.
In the UI, some places, we print too many details to the screen. This issue is meant as a high-level issue for cleanup; we could break it down into smaller...
In the pending groups display: it would be convenient if the display showed, e.g. with a green background color, if the students have approved labs 1 and 2, and should...