covid19cz/erouska-backend

metrics testsIncrease, testsIncreaseDate and testsTotal are empty

Closed this issue · 1 comments

Following #216 , the values of the metrics testsIncrease, testsIncreaseDate and testsTotal are empty in the covidDataTotal table.

This is not correct. Instead, the values of these metrics should correspond to the following values from the covid data file.

  • testsIncrease = provedene_testy_vcerejsi_den
  • testsIncreaseDate = provedene_testy_vcerejsi_den_datum
  • testsTotal = provedene_testy_celkem

Values of the metrics testsIncrease, testsIncreaseDate and testsTotal are filled in by getCovidData based on the values in the metrics testsIncrease, testsIncreaseDate and testsTotal.