EBATINCA / TrainUS

Ultrasound guidance training platform
Other
10 stars 0 forks source link

Update TrainUS architecture #2

Closed dgmato closed 1 year ago

dgmato commented 3 years ago

When the app is initialized, the TrainUS module is opened and directly creates the interface for the main menu (Home). This Home contains 4 different tabs: dashboard, participants, recordings, and configuration. These tabs can be handled by separate Python classes.

From this main menu, separate modules can be accessed for the different functionalities in the app.

Diagram below:

image