-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
daniakbar
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request