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❌ Patch coverage is Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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