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