Open no-reply opened 4 years ago
We talked about the requirements for this and we want:
I think this means we need a status
field (or maybe #active?
flag) so a ListItem
can be marked as "removed" or "inactive" or ??? in the DB.
Then the problem of checking an item off becomes a PATCH request to update the status.
We think we want to add the status as a checked_off
flag on the list <=> list_item
join table.
When I buy an item, i should be able to check it off the list.