-
Notifications
You must be signed in to change notification settings - Fork 28
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
Create index, destroy, show, edit and update route for programming groups #1906
Conversation
kiragrammel
commented
Sep 14, 2023
•
edited
Loading
edited
- Add an index route for programming groups to have an overview for admins which groups exist
- Add an destroy route for programming groups to delete groups and make it possible to start working with another person on a exercise or work alone
- Add edit & update route for programming groups to remove users from a group
- closes Add show route for programming_group #1848
2ff52e0
to
9da0ba6
Compare
Codecov Report
@@ Coverage Diff @@
## master #1906 +/- ##
==========================================
- Coverage 66.03% 65.94% -0.09%
==========================================
Files 195 195
Lines 6103 6132 +29
==========================================
+ Hits 4030 4044 +14
- Misses 2073 2088 +15
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
69d7da4
to
4c4bc0d
Compare
34ddb85
to
b887728
Compare
b887728
to
ad9160c
Compare
ad9160c
to
c7bb9c6
Compare
This comment was marked as resolved.
This comment was marked as resolved.
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.
Here are some pending comments I already made last week (but didn't submit).
This comment was marked as resolved.
This comment was marked as resolved.
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.
I think, these are the main, missing points. Nothing too big, only a few remarks. I am sure, we can proceed merging soon ™️
38d8c10
to
c16b1f8
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
* Correct sorting in table * Modify page when nested in exercises * Fix links between pages * Link from statistics page to programming_groups/index * Link from submission page to programming_groups/<id> * Allow filtering for exercise ID on ProgrammingGroup#index * Add search fields for internal and external user id on pg/index
* Make programming groups breadcrumb navigation clickable
aaf4a29
to
3de2bef
Compare
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.
Awesome, well done! 💪