-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Is your feature request related to a problem? Please describe.
Currently, data-analysis is command line only and very clunky to use. It includes no user controls nor any good graphical output for the user to understand what is happening. It also involves configuring the application by manually editing raw json.
Describe the solution you'd like
Implement some GUI that procedurally generates some elements based on the configuration file. The GUI should concisely show users of data-analysis the progress of the application and important configuration items like number of cores being used. It should also include a configuration tool for configuring the application (should edit the config.json file directly).
Describe alternatives you've considered
A CLI only application will be the next target, but for users who want a graphical interface, this will be nessasary.
Additional context
Example mockup of the interface:
GUI_Mockup.pdf