webinterface.pages.base_pages.base module#
- class webinterface.pages.base_pages.base.BaseUIModule(variables, ionmodule, parsesettingsbuilder, page_name: str = '/')[source]#
Bases:
ABCBase class for all UI modules with common patterns.
- abstractmethod display_all_data_results_main() None[source]#
Tab 1 - Display results for all data (overview).
- abstractmethod display_all_data_results_submitted() None[source]#
Tab 4 - Display the results for all data (overview) + submission
- abstractmethod display_indepth_plots() None[source]#
Tab 3 - Display the dataset eselection dropdown and plot selected datasets.