Closed jjgancfer closed 1 year ago
I believe we will implement something like MVC architectural style with a N-tier architecture, so the Controller layer will communicate with the model and the view but these two won't communicate with each other directly. For the model part, or data storage, we have two different providers as you represented in the picture, the centralised DB and the SOLID pods.
As you remember, part five of the documentation consists on "building blocks". Related to what I discussed with @andrrsin in Issue 13, I'd like some feedback on what I think we could use as architecture.