drriley / grocery

373 project
0 stars 17 forks source link

Data model for shopping list #3

Open juliat opened 11 years ago

juliat commented 11 years ago

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?