vostpt / covid19-mobile

"EstamosOn - Covid19" - Mobile App made with Flutter to inform citizens about Covid19 status in Portugal
https://covid19estamoson.gov.pt/
GNU Lesser General Public License v3.0
30 stars 8 forks source link

2.0 Graph "Casos por dia" not appearing #276

Open ffrutuoso opened 4 years ago

ffrutuoso commented 4 years ago

image

The graph does not show up in the view.

OldMetalmind commented 4 years ago

Not showing since the server is not sending data for that instance. We need to create an "empty state" for all graphs.

ffrutuoso commented 4 years ago

I will create empty states for this, but maybe we should be checking why these endpoints are not working, and is it permanent? If it is, theres no need to have the graph space in the first place.

OldMetalmind commented 4 years ago

It isn't permanent. DGS does not fully report all data or they change the structure in a way that the scrapping won't work, so the problem should be temporary.

Now I think about the case that DGS decide to stop publish new reports but in that case we simply show the data until the day of the last report.

OldMetalmind commented 3 years ago

@ffrutuoso this issue is an example that we should have a empty state for the plots. Adding this to milestone 2.0