Page 1 of 1
List category
Posted: Mon Feb 09, 2015 10:40 pm
by Sunita
Hi,
I have a list of recipes, which I list on my app page using the database list service. This is working fine.
However, I need to categorise them. So, I need a category page -- click on category -- opens recipes specific to that category --- click on recipe --- opens recipe details.
Can you help me implement this please?
List category
Posted: Tue Feb 10, 2015 10:31 am
by Maryna Brodina
Hello!
This can be done by invoking REST services. Please clarify what have you tried and what exactly doesn't work?
List category
Posted: Tue Feb 10, 2015 3:48 pm
by Sunita
List category
Posted: Wed Feb 11, 2015 12:22 pm
by Sunita
Can someone please help me out with this?
It has been a while since i posted this question
List category
Posted: Wed Feb 11, 2015 1:03 pm
by Illya Stepanov
Hi Sunita -
What difficulties are you having to create the service like you have for the first page and link it before the first page?
List category
Posted: Wed Feb 11, 2015 1:51 pm
by Sunita
Hi Illya,
I am not able to link a category (for e.g Soups) with recipes specific to it (for e.g Tomato Soup, Mixed Soup etc).
I want to be able to list categories from database, and when I click on a category name, it should display to me only those recipes that are specific to that category.
Does this make more sense?
List category
Posted: Wed Feb 11, 2015 2:39 pm
by Illya Stepanov
Yes, you are right. You should create such data in your database and perform query which will return you the specific recipes list.
List category
Posted: Wed Feb 11, 2015 5:49 pm
by Sunita
You have just repeated my question up there Illya!
Could you guide me through the steps a little maybe?
List category
Posted: Thu Feb 12, 2015 1:07 am
by Sunita
I managed to do this, thank you for your help!