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

Statistics is still a dummy implementation #470

@syntakker

Description

@syntakker

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions