brunorplima / divino-dog-menu-app

Automated menu and order app for Divino Dog
divino-dog-menu-app.vercel.app
0 stars 0 forks source link

Add weekDays field to menu items #109

Closed brunorplima closed 2 years ago

brunorplima commented 2 years ago

Some products may only be offered on specific days of the week, therefore the menuItemModel should have a weekDays property which will be an array of numbers to represent the days of the week that those products will be offered to only show them in the menu on those days. It should be an optional property, meaning that the products lacking such property will be implicitly offered every day. The only numbers that should be allowed to be added to it are between 0 and 6 (inclusive) because Javascript Date uses these numbers to represent the days of the week. Remember to add a field(s) in the edit/add form for menu items.