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

group naming: should we support custom named groups? #52

Open meling opened 8 years ago

meling commented 8 years ago

Should we allow students to name their own groups, we need to ensure uniqueness per course, but that's easy if based on first-come-first-serve? Are there other issues?

hfurubotten commented 8 years ago

That's no problem to implement. Can simply add a naming field in the group structure, the groups are anyway sorted and stored on their ID. The problem comes if we would like to use this naming on github as well. Then it will be more work to implement this and it will be a only once naming on the groups.