Feat: move_item_from_lista_to_listb/4
function for moving items
between lists
#427
Labels
discuss
Share your constructive thoughts on how to make progress with this issue
elixir
Pull requests that update Elixir code
enhancement
New feature or enhancement of existing functionality
help wanted
If you can help make progress with this issue, please comment!
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
T25m
Time Estimate 25 Minutes
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
To aid with _moving _an
item
from onelist
to another, we need a littlefunction
.Todo
item.cid
should be removed fromlista
and added tolistb
. π§ͺThankfully we already have two helper functions we can call for this:
mvp/lib/app/list.ex
Lines 171 to 176 in 15af0f1
and:
mvp/lib/app/list.ex
Lines 189 to 199 in 15af0f1
So this should be relatively straightforward. π
The text was updated successfully, but these errors were encountered: