ImisDevelopers / 1_011_a_infektionsfall_uebermittellung

This repository is deprecated and has not been maintained for months!
https://imis-prototyp.de/
MIT License
22 stars 6 forks source link

Statistics is still a dummy implementation #470

Open syntakker opened 4 years ago

syntakker commented 4 years ago

Describe the bug PublicStatistics.vue is still a dummy implementation. The data source is a hardcoded constant:

const data = [
  {
    zip: '12345',
    active: '320',
    suspicion: '742',
    recovered: '135',
    deaths: '12',
  },
...

Expected behavior The statistics feature should either be implemented or removed.