Menu Workflow - MarcoLagalla/marette_backend GitHub Wiki

While working with Menus there is a flow that has to be followed:

First thing first we have to create a new Menu, calling Add Menu, that is an empty container, with a title, a description, and a price.

After we have created the 'Menu container' we can create a MenuEntry calling Add MenuEntry, linking itself to our Menu through the ID and adding a reference to a list of products that we want to add in this Entry. (There are other parameters that have to be checked)

API

Menu

MenuEntry