I'm creating a communication platform where people can react on news, blog and topic items. I have chosen to put the reactions not in the Umbraco tree nodes because it pollutes the tree and content editors don't have to see that nodes. I now use PetaPoco to manage the reactions. Because of that choice I have to make custom Umbraco routes to View/Edit/Create reactions in the frontend.
Is this the way to go or is there a better solution?
Architectural design issue in Umbraco
I'm creating a communication platform where people can react on news, blog and topic items. I have chosen to put the reactions not in the Umbraco tree nodes because it pollutes the tree and content editors don't have to see that nodes. I now use PetaPoco to manage the reactions. Because of that choice I have to make custom Umbraco routes to View/Edit/Create reactions in the frontend.
Is this the way to go or is there a better solution?
is working on a reply...