-
Notifications
You must be signed in to change notification settings - Fork 2
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
Groups #169
base: main
Are you sure you want to change the base?
Conversation
Create the lists table
Create list controller to add and edit lists
Create item controller to link items to lists
- Add/Remove list linked to an item - Display lists as badges on main page
Check if person exist before insert
Add schemas and controllers tests
- Add test for item controller managing lists - Fix #168
Create migration, schema and controller for groups
Codecov Report
@@ Coverage Diff @@
## main #169 +/- ##
============================================
- Coverage 100.00% 82.47% -17.53%
============================================
Files 13 23 +10
Lines 219 331 +112
============================================
+ Hits 219 273 +54
- Misses 0 58 +58
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Add functions in Person schema to get the list of groups.
Create controller and templates for group members
Add member to group display errors if person not found
@SimonLab in light of my comment in dwyl/auth#220 (comment) I made the case that For the purposes of adding collaboration to the |
Create group_list_controller to add lists to groups
Update group name Delete group
Create groups:
many_to_many groups - lists
many_to_many groups - people