How are we representing items in the user's shopping list? Should the Item model have a 'tobuy' boolean attribute? In that case, when people add an item to their list, it would be adding that item to their whole inventory but marking it as 'on list' or, like, located/stored nowhere. Or is there a better way to do this?
How are we representing items in the user's shopping list? Should the Item model have a 'tobuy' boolean attribute? In that case, when people add an item to their list, it would be adding that item to their whole inventory but marking it as 'on list' or, like, located/stored nowhere. Or is there a better way to do this?