-
Notifications
You must be signed in to change notification settings - Fork 1
Client Application
Dana Palcu edited this page Sep 25, 2018
·
12 revisions
It represents the user interface of the "Backbone" application.
The client application is composed of 2 files:
-
client_app.py: this file contains the following classes:
- ClientApp - represents a controller of all other views.
- MainView - this class represents a view used to access all the functionality of the application.
-
UploadFileView - this class represents a view used for uploading files by the user. The user can upload the following file:
- two input datasets - the first dataset is mandatory and the second dataset is optional.
- configuration file
- training file (optional)
- settings file (optional)
- RedirectOutputText - this class is used for redirecting the stdout in the views
- TrainingFileView -
- ResultsView -
-
console_label.py : this file contains one class:
- ConsoleLabel -
-environment variables for the root_url