Commit graph

7 commits

Author SHA1 Message Date
Brian McGonagill
9223f21e06 Updates to make Menu and lists work together again. 2025-07-30 07:11:50 -05:00
Brian McGonagill
d25ef56591 Commenting out console logging. 2025-07-23 19:44:24 -05:00
Brian McGonagill
cca29bc591 Updating framework to meteor 3 and later 2025-06-21 07:28:59 -05:00
9fdb7e4b7d Set List of products in alphabetical order 2024-08-18 09:57:56 -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
9abb198e82 dev work on menu to prod link 2024-07-28 19:42:23 -05:00