Skip to content

App structure

MeneerPinguin edited this page Oct 12, 2020 · 1 revision

On this page I will be describing the basic structure of the application.

Top-level diagram

This is a container diagram, which shows the top-level structure of the application. A user accesses the app through the Form application. This applications provides an interface to interact with.
The Form application uses the Services layer to do everything for them. The Services layer contains all logic that is used by the application.
Both the Form and Services layers make use of the Models layer, where all classes are defined.

Form application diagram

Services diagram

Models diagram

Clone this wiki locally