-
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
PR: Lists
#165
PR: Lists
#165
Conversation
Codecov Report
@@ Coverage Diff @@
## main #165 +/- ##
===========================================
- Coverage 100.00% 99.69% -0.31%
===========================================
Files 22 26 +4
Lines 599 659 +60
===========================================
+ Hits 599 657 +58
- Misses 0 2 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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
the "all" list is not editable as discussed in: #400 (comment) |
chore: Making variables "snake_case" in drag and drop code
… allow displaying lists
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.
Nice. 😍 Thanks @SimonLab 👌
This PR creates the
list
interface for managinglists
and adding/removing/movingitems
.Includes:
List
Interface #400item
from onelist
to anotherlist
? #420remove_item_from_list/3
function #422items_with_timers/1
->items_with_timers/2
(list_cid
) #423list_cid
URL parameter inLiveView
mount/3
... #425move_item_from_lista_to_listb/4
function for movingitems
betweenlists
#427