Merged
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
nelsonic
reviewed
Oct 7, 2022
Check if person exist before insert
Add schemas and controllers tests
Member
Author
- Add test for item controller managing lists - Fix #168
1 task
Member
Author
|
There are more features linked to lists to be added but I think this PR is big enough at the moment and create the structure for the list in the application. Let me know if the code makes sense @nelsonic |
4 tasks
Member
|
the "all" list is not editable as discussed in: #400 (comment) |
This was referenced Sep 15, 2023
chore: Making variables "snake_case" in drag and drop code
… allow displaying lists
3 tasks
1 task
Member
nelsonic
approved these changes
Nov 1, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR creates the
listinterface for managinglistsand adding/removing/movingitems.Includes:
ListInterface #400itemfrom onelistto anotherlist? #420remove_item_from_list/3function #422items_with_timers/1->items_with_timers/2(list_cid) #423list_cidURL parameter inLiveViewmount/3... #425move_item_from_lista_to_listb/4function for movingitemsbetweenlists#427