Skip to content
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

Merged
merged 15 commits into from
Mar 9, 2024
Merged

Group logic #72

merged 15 commits into from
Mar 9, 2024

Conversation

BramMeir
Copy link
Contributor

@BramMeir BramMeir commented Mar 9, 2024

closes #64
closes #65 => see #71 for further features
closes #66

@BramMeir BramMeir added this to the Backend milestone milestone Mar 9, 2024
@BramMeir BramMeir self-assigned this Mar 9, 2024
Copy link
Contributor

@francisvaut francisvaut left a 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

backend/api/views/group_view.py Outdated Show resolved Hide resolved
@BramMeir
Copy link
Contributor Author

BramMeir commented Mar 9, 2024

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.

@EwoutV EwoutV self-requested a review March 9, 2024 22:46
Copy link
Contributor

@EwoutV EwoutV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@EwoutV EwoutV merged commit 3abdecb into development Mar 9, 2024
2 checks passed
@EwoutV EwoutV deleted the group-logic branch March 9, 2024 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants