Feat: list_items
query
#357
Labels
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-1
Highest priority issue. This is costing us money every minute that passes.
T1h
Time Estimate 1 Hour
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
As outlined in #145 (comment) we need a way of querying the
list_items
tablewhich will have multiple entries for the same
item
to reflect re-ordering theitems
on alist
.Todo
Ecto
) query for returning thelist
ofitems
.should:
GROUP BY item_id
so that similar entries in thelist_items
table are ignoredlist_items
whereposition=999999.999
as per EPIC:lists
Schema + Setup #356which signifies that an
item
was removed from thelist
.This should be enough to get this working. 💭
The text was updated successfully, but these errors were encountered: