I am trying to build forum like Quora where users can post questions and answers.
The issue is that I am trying to create a page with list of categories
and users will be navigated to list of questions within the category when they click each selection.
Categories are created in the Option sets, and data from option sets are displayed in the category page, but i am having trouble showing questions sorted by the clicked category on different page
Just so you know, I have read through “How to Build Qoura”, which is a great example
but there isnt any explanation on categorizing.
i dont know if i should use option sets in this case or simply build Category type in the datebase.
I hope someone can help me with this
thank you