Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The timeseries could be improved #15

Open
dudepants opened this issue Mar 23, 2020 · 0 comments
Open

The timeseries could be improved #15

dudepants opened this issue Mar 23, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@dudepants
Copy link

You're using dynamic dates for the names of the {confirmed,deaths,recovered} objects in a timeseries array.

The timeseries array should really have objects of type {date, confirmed, deaths, recovered}. To consume this in mobile, you'd have to pre-define all the possible dates and have them nullable or parse the timeseries as a string and split up the values.

@Laeyoung Laeyoung added the enhancement New feature or request label Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants