ESID
ESID copied to clipboard
This is the repository to the ESID frontend for visualization of infectious disease propagation.
We want to only show the following four presets initially and hide the rest behind an advanced settings button: - Default - Classic - coolwarm - rainbow
# Related Issues: - [ ] #307 - [ ] #308 - [x] #309 --- Ability to create new scenarios from the frontend. --- Frontend: - Popup interface for scenario...
Right now the import_simulation command expects user input to determine whether to replace existing scenarios or to append to them. This is a hurdle for automatic upload. By adding a...
### Description #### Related Issues ### Design Decisions ### Performance & Quality ### Checklist **I, the author of this PR checked the following requirements for good software quality:** - [...
The district map takes significant time to load. Poking around on the website, it seems the Response from the Backend API takes way too long to generate. https://zam10063.zam.kfa-juelich.de/api/v1/rki/2024-03-02/?all&groups=total&compartments=MildInfections was the...
Refactor the settings dialog that is used in the goup filter editor into a component. As a pop-up dialog for settings with a confirmation dialog on close wheter to discard...
Rework how scenario information is stored in the redux store and how color is assigned to scenarios.
Based on feedback we should increase the suggestion that the expanded compartment list is scrollable as the added scroll bar may not be enough. We could add a box shadow...
Merge the group filter dialog and the compartment filters into a single filter dialog (Button below new scenario button) and re-enable the filter button to allow filtering. Waits on: -...
### Description #### Related Issues ### Design Decisions ### Performance & Quality ### Checklist **I, the author of this PR checked the following requirements for good software quality:** - [x]...