Our company has a backend for building simple apps that can contain a catalog, an events blog, a map, etc. We were building an app creator to then use this backend to make nice looking apps, but we've given that up because there are so many great tools like Tiggzi out there now! So I'm seeing if I can build an app using Tiggzi with the backend we already have.
So the catalog JSON file has items, each of which can have a name, a short html description, an image, etc. And then each item can have multiple children, each of which can have a name, short description, image, etc. And each of those children can have multiple children.
I've tried using a rest service to request this JSON file and build the automatic response, and that works fine. But when I then connect it up to a grid or list, all the nested children are put in to the top level list.
I'm just trying to work out what is the best approach to work out the parent/child relationships of each item in the catalog and nest them appropriately. Do you have any general advice for me? I'm not amazingly familiar with javascript, I'm more of a Python person, but I'm trying to learn my way around.
Here is a JSON url for a sample catalog that we've built for testing our backend: https://test-appbox.stirfirestudios.c...