Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Statistics is still a dummy implementation #470

Open
syntakker opened this issue Jun 5, 2020 · 0 comments
Open

Statistics is still a dummy implementation #470

syntakker opened this issue Jun 5, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@syntakker
Copy link
Collaborator

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.

@syntakker syntakker added the bug Something isn't working label Jun 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant