get_my/imports/api
Brian McGonagill 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
..
listItems.js Add list items from linked menu items 2024-07-29 16:58:08 -05:00
lists.js Added List and Menu clean up. 2024-07-30 16:32:06 -05:00
menu.js Updated menus to work better with list item linking 2024-08-14 11:38:13 -05:00
menuItems.js Updated menus to work better with list item linking 2024-08-14 11:38:13 -05:00
menuProdLinks.js Updated menus to work better with list item linking 2024-08-14 11:38:13 -05:00
products.js Updaated Products to have multiple associated stores. 2024-08-13 10:48:27 -05:00
recipeItems.js Added Task Mgmt, and framework for Recipes. 2022-09-05 09:39:54 -05:00
recipes.js Added Task Mgmt, and framework for Recipes. 2022-09-05 09:39:54 -05:00
shopList.js Added a delete confirmation modal to all views. 2022-08-26 11:18:18 -05:00
stores.js Added a delete confirmation modal to all views. 2022-08-26 11:18:18 -05:00
systemConfig.js Added ability for ystem admin to disable registration. 2023-06-11 12:30:08 -05:00
tasks.js Aded Task cleanup by number of weeks or months 2024-08-01 11:56:04 -05:00
userConfig.js added user config for dark mode and navigation 2024-07-25 10:25:56 -05:00
userConfigOptions.js Added ability for ystem admin to disable registration. 2023-06-11 12:30:08 -05:00
userLast.js Updated Lists to pull last viewed list from db 2024-07-30 10:30:10 -05:00