I am creating a restaurant app similar to Uber Eats. I’m trying to set up the following hierarchy: menu --> menu item ----> dish description, dish price, dish picture etc. Any ideas on how I could accomplish this? In the data tab for my app, I see data types and fields for those types but no subfields. I started by creating a data type called and a field called menu item. Then I created a type called menu item and assigned fields dish description, dish price, dish picture, etc… to this. This doesn’t seem right though.
I want to be able to show users a feed and for users to click on a menu link in this feed that will show them a restaurants menu with menu items displayed in a repeating groups and the dish descriptions, pictures for each menu item displayed in the repeating groups.
I set up a menu uploader for users as a repeating group with a group containing some inputs and clearing them to create menu items. I tried to then save this repeating group as a menu.
I appreciate any ideas for how to structure the data. Thanks guys!
Evan