Skip to content

Architecture

Lasklu edited this page Aug 7, 2020 · 36 revisions

Architecture Overview

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: Architecture

Clone this wiki locally