-
Notifications
You must be signed in to change notification settings - Fork 9
Architecture
Lasklu edited this page Aug 7, 2020
·
36 revisions
We aimed a MVVM architecture, requiring that there are no references from models to the view layer. Also all of our service classes are only referenced from the core project, seperating them cleanly from any ui concerns. Our architecture consists of three main components: UI, core and the client.
Please take a look at our detailed architecture model: