-
Notifications
You must be signed in to change notification settings - Fork 0
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
Group logic #72
Group logic #72
Conversation
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.
Looks good, also complete and comprehensive tests.
Only (minor) problem I see is that it is currently possible for a teacher to assign a score to a group greater than the max score of the corresponding project. It might be more preferable to implement this in our backend without relying solely on a max score limit in our frontend
Good point, should be added now. |
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.
👌
closes #64
closes #65 => see #71 for further features
closes #66