Letractively / swe574-group1

Automatically exported from code.google.com/p/swe574-group1
0 stars 0 forks source link

Update the Analysis Object Model to reflect Food Types #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Food items must also hold reference to food categories (dairy, sweets, etc.) 
which may be blacklisted altogether by the user. Make relevant changes in the 
RSD analysis object model

Original issue reported on code.google.com by turkmen...@gmail.com on 15 Mar 2014 at 10:35

GoogleCodeExporter commented 8 years ago
The analysis object model now contains the FoodCategory entity:

• FoodCategory: is a type or category of foods which may contain multiple 
Food items. FoodCategory objects do not have multiple levels of hierarchy. One 
food item may belong to multiple categories. The user may choose to blacklist 
an entire category. e.g. dairy, fruits, vegetables

Original comment by turkmen...@gmail.com on 15 Mar 2014 at 10:54