romper-collective / witchcult.shop

0 stars 0 forks source link

Check an item off a list #21

Open no-reply opened 4 years ago

no-reply commented 4 years ago

When I buy an item, i should be able to check it off the list.

no-reply commented 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.

no-reply commented 4 years ago

We think we want to add the status as a checked_off flag on the list <=> list_item join table.