Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize data base in backend with four aggregated compartments #313

Merged
merged 6 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions backend/src/api/fixtures/initial_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,30 +440,9 @@
]

COMPARTMENTS = [
"Susceptible",
"SusceptibleV1",
"Exposed",
"ExposedV1",
"ExposedV2",
"Carrier",
"CarrierV1",
"CarrierV2",
"CarrierT",
"CarrierTV1",
"CarrierTV2",
"MildInfections",
"Infected",
"InfectedV1",
"InfectedV2",
"InfectedT",
"InfectedTV1",
"InfectedTV2",
"Hospitalized",
"HospitalizedV1",
"HospitalizedV2",
"ICU",
"ICUV1",
"ICUV2",
"Recovered",
"Dead"
]

Expand Down
1 change: 1 addition & 0 deletions frontend/docs/changelog/changelog-de.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- Es ist jetzt möglich einen beliebigen Tag mit Daten auszuwählen.
- "Falldaten" wurde in "Geschätzte Fälle" umbenannt und neue Übersetzungen für neue Infektionszustände wurden hinzugefügt.
- Die Textgröße in Tooltips wurden zur besseren Lesbarkeit angepasst.
- Es werden nur noch vier aggregierte Kompartimente angezeigt.

### Fehlerbehebungen

Expand Down
1 change: 1 addition & 0 deletions frontend/docs/changelog/changelog-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
- It is now possible to set the date to any day containing data.
- "Case Data" was renamed to "Estimated Cases" and new translations for new infection states were added.
- The text size in tooltips was adjusted to improve readability.
- Only four aggregated compartments are displayed.

### Bug fixes

Expand Down
Loading