Arquisoft / lomap_en2b

LoMap Software architecture group en2b course 2022_23
https://arquisoft.github.io/lomap_en2b
1 stars 1 forks source link

Architecture of the application #14

Closed jjgancfer closed 1 year ago

jjgancfer commented 1 year ago

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.

diagram-7609396490844321024

UO283615 commented 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.

jjgancfer commented 1 year ago

Since we are having the discussion in another issue (see #13), I'm closing this one.