Describe the solution you'd like
We should decouple out render code from our backend logic.
I propose we do this with API-classes exposing methods returning domain objects. As opposed to our current way of exposing actual database queries.
This will make our render code independent of our backend, thereby maintaining a good separation of concerns.
Describe the solution you'd like We should decouple out render code from our backend logic. I propose we do this with API-classes exposing methods returning domain objects. As opposed to our current way of exposing actual database queries. This will make our render code independent of our backend, thereby maintaining a good separation of concerns.