I will start developing my very first website with MODX, I will use the latest version of Revolution.
I would like to have your advice on how to implement the following thing.
I have extensively read the documentation, mostly focusing on the Blog tutorial (
http://rtfm.modx.com/display/revolution20/Creating+a+Blog+in+MODx+Revolution) to understand how to retrieve resources and so on.
What I need to implement is very close from the blog post, itβs a kind of review section where articles will review a product.
I was thinking of starting with the blog tutorial except that I need to include a grade filled so the writer will be able to rate the product and the users need to be able as well (for this second option I have seen that rating snippet already exists in the extras)
For the writer grade I was thinking of using a TV, but I need this TV to sortable meaning that for the parent category I should be able to display all the review sorted by grade.
I would like to know if this is implemented in the way I thought or if I need to dive more into the code using xPDO to allow it. If xPDO is required which methods would you recommend.
Regards Loic.