ibeal / KitchenDB

A personal project to create something that can track inventory and recipes to suggest recipes to make determined by inventory
2 stars 0 forks source link

adding menu class #35

Closed ibeal closed 3 years ago

ibeal commented 3 years ago

menu class will be a list of daily menus, each daily menu will have categorized lists of recipe (breakfast, lunch, dinner, etc). I will also need to design the database table and the menuAPI to complete this. This card specifically covers the creation of the menu, dailyMenu, and shoppingList classes.