Commit 0de6c67
FIX dashboards queries (#71)
* fix lab dashboard queries
* add vaccinations new query model
* add third_dose property to VaccinationByDayRow
* fix _parse_vaccinations_by_day() and test
* fix data vaccination_supplied_by_manufacturer
* test vaccination_supplied_by_manufacturer
update assertion data row
* fix data vaccinations_by_region_by_day()
change parser to _parse_vaccinations_by_day
* test vaccinations_by_region_by_day adjust ...
...expectations
* add new R values: 2, 6
_parse_vaccinations_by_day()
* fix _get_default_by_age_group_command()
add new query
* use _parse_vaccinations_by_day in...
... vaccinations_by_age_group()
* !test vaccinations_by_age_group adjust assertions
we need more test for certain age groups where R == 2 || 6
R == 2
AgeGroup.GROUP_75_79 on 2021-10-10
AgeGroup.GROUP_80_84 on 2021-10-10
* fix manufacturer used query
* fix manufacturer used parser due to new query
see: c1a068e
* test fix manufacrurer used assertions
* test skip not importatant tests
* vaccinations_by_manufacturer_used: added test for timestamps
* fix absurdly high numbers (eg leaked timestamps)
* vaccinations_by_manufacturer_used: added test for
2021-01-29: R=30
2021-10-13: R=28
* test: lab test sanity checks
* fix lab PCR and HAT today queries
Co-authored-by: Štefan Baebler <stefan.baebler@gmail.com>1 parent 2a2c8b6 commit 0de6c67
File tree
8 files changed
+302
-297
lines changed- cepimose
- test
8 files changed
+302
-297
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
| 190 | + | |
192 | 191 | | |
193 | 192 | | |
194 | 193 | | |
195 | | - | |
| 194 | + | |
196 | 195 | | |
197 | 196 | | |
198 | 197 | | |
| |||
217 | 216 | | |
218 | 217 | | |
219 | 218 | | |
220 | | - | |
| 219 | + | |
221 | 220 | | |
222 | 221 | | |
223 | 222 | | |
224 | 223 | | |
225 | | - | |
| 224 | + | |
226 | 225 | | |
227 | 226 | | |
228 | 227 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
505 | | - | |
506 | | - | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
507 | 515 | | |
508 | 516 | | |
509 | 517 | | |
510 | | - | |
| 518 | + | |
511 | 519 | | |
512 | 520 | | |
513 | 521 | | |
514 | 522 | | |
515 | 523 | | |
516 | 524 | | |
517 | 525 | | |
518 | | - | |
519 | 526 | | |
520 | 527 | | |
521 | 528 | | |
522 | 529 | | |
523 | | - | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
| 530 | + | |
| 531 | + | |
530 | 532 | | |
531 | 533 | | |
532 | 534 | | |
| |||
0 commit comments