I would like to develop a digital display menu system which doesn't include any ordering feature. Currently I get stuck in handling entity relationship between menu list and menu item. Should I use a mapping table for them? or I can simply handle menu items inside menu list instead of creating an entity for menu item. I hope I have clarified my questions. Thanks!!!
Requirement:
There are several restaurants using the same menu system.
Each restaurant has several menu lists(meals, snacks and drinks etc.)
Each menu list contains different menu items with price (burger, fries and Coke...)
Requirement:
There are several restaurants using the same menu system.
Each restaurant has several menu lists(meals, snacks and drinks etc.)
Each menu list contains different menu items with price (burger, fries and Coke...)