Skip to content

Commit

Permalink
Merge pull request #187 from DLR-SC/feature/edit-groups
Browse files Browse the repository at this point in the history
Feature/edit groups
  • Loading branch information
JonasGilg authored Feb 23, 2023
2 parents dba9577 + 197aa51 commit 41de617
Show file tree
Hide file tree
Showing 25 changed files with 2,999 additions and 968 deletions.
19 changes: 16 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@
**Release Date:** TBD

### New Features
### Imporvements
- Group Filters
- There is a new button below the '+' card on the top right called 'Groups'.
- This opens the group filter editor. Here you can create, toggle, edit and delete customizable groups.
- Example of a group filter: "All people of any gender aged 35 or less"
- Example of a group filter: "All people of any gender aged 35 or more"
- Example of a group filter: "All males of any age"
- The scenario cards now show the active group filters as an collapsible addon to the right.
- The line chart displays the group filters with a different line style.

### Improvements
- All numbers on scenario cards now show as integers only.
- The cards are now bigger, so it is less likely for text to overflow.
- The app now saves, if the compartments were expanded between sessions.

### Bug fixes

---
Expand All @@ -15,7 +28,7 @@
### New Features
- Scenario Cards
- selectable compartments
- selectable scenarions
- selectable scenarios
- cards displaying scenario values, rate of change compared to case data of start date, and trend arrow indicating positive or negative changes
- additional compartments after main 4 are hidden behind an expand button
- Line Chart
Expand All @@ -31,4 +44,4 @@
- selection dialog for heatmap presets
- toggle between fixed and dynamic range based on data
- Buttons to increment decrement selected day and play button to cycle through scenario days continuously, button to switch to full screen view
- Navigation menu with information about imprint, privacy policy, accessibility, and attribution
- Navigation menu with information about imprint, privacy policy, accessibility, and attribution
4 changes: 4 additions & 0 deletions frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ module.exports = {
version: 'detect',
},
},
globals: {
crypto: 'readonly',
window: 'readonly',
},
plugins: ['@typescript-eslint', 'jest', 'react', 'react-hooks'],
extends: [
'eslint:recommended',
Expand Down
Loading

0 comments on commit 41de617

Please sign in to comment.