Commit graph

8 commits

Author SHA1 Message Date
a139335a4c update menu items method 2024-08-18 08:51:31 -05:00
206cb65fa7 Update the items calls 2024-08-18 08:40:09 -05:00
88fa7c1d22 Updated menus to work better with list item linking
Lots of changes made (almost a refactor <--- four letter word to me...
- Menu Items collection is now the "permanent" storage location for menu item for any day.  So, if i set Green Chile Chicken Enchiladas, Beans, and Rice as an item for a day, it will be stored as a Menu Item for later use.
- Linking menu items to items that can be added to a shopping list - This has been updated to be more reusable. So as you re-choose a menu item that's already got list items linked, it just shows up for you to use to build a shopping list as needed.
- Deleting menu items from a menu - changed to delete them only from the menu, and not from the database.
- Dashboard updated to pull today's menu item from the menu, and not the menu item list.
2024-08-14 11:38:13 -05:00
00a99e0393 Add list items from linked menu items 2024-07-29 16:58:08 -05:00
Brian McGonagill
301c66eeba Fixing the menu items to sort by date. 2022-09-07 11:30:38 -05:00
Brian McGonagill
2ce2499347 Updating dashboard view, and fixing an issue with menu completion. 2022-08-30 16:17:53 -05:00
Brian McGonagill
075dd57996 Finished adding the simplest form of Menus. 2022-08-27 16:59:01 -05:00
Brian McGonagill
3290b3086a Added Menu List and the Menu Table view. 2022-08-26 17:10:05 -05:00