got a question regarding Master Detail Views, here is my setup
Data
1. json feed for categories
2. json feed for category list
what i want to do is in following steps
1/ display all categories from the categories json feed
2/ user click on a category from the categories view, it will take the user to the list of category selected(display all related products of that category).
3/ user click on a product from the category list view, to the final product details view.
my structure i am thinking is
have a datastore for the categories, then pass the category id to the next datastore which is the category list that contains all the product detail, what i am not sure is how do i pass the category id on to the category list datastore
yes st2, i need help with how to write how my structure is , sorry i am pretty new to st2, if have some sample codes would be perfect.
cheers
Hi,
It sounds very basic on you should be able to do it very easy with Architect. I could do it for you but I think you will learn more by doing it yourself. There are many examples you could look at and if you have problems post them here and I will try to help.
@jasonsti requested a version with a detail view.
Enjoy!
Hi hotdp
plesae have a look at the project i done, when i hit the product detail view, it only show the first record {ProductName} i have a second tag {ProductCategory} that is not show up, not sure what i have done wrong here, can you please have a look at it for me