hfurubotten / autograder

Automatic management and build tool for lab assignments. Moved to organization autograde: https://github.com/autograde
https://github.com/autograde
Other
14 stars 7 forks source link

ui: avoid printing too many details #54

Open meling opened 8 years ago

meling commented 8 years ago

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 issues later.

One example: In the pending groups/students display, there is no reason to show github user name and student ID number. If this information is useful, it could instead be displayed if the user hovers the mouse over the name (and a tooltip could show the github name.)

The student ID number is almost never useful. It may be useful if we produce printable approved sheets or something, but not for anything else. We could think about producing some output format that can be imported by the exam administration into FS directly. That would be useful. These are just some ideas.