irceline / aq-mobile-be

App for consulting air quality data in Belgium using the ionic framework for Android and iOS
Apache License 2.0
7 stars 8 forks source link

add grey box when data are not available #287

Closed ffierens closed 3 years ago

ffierens commented 3 years ago

When data from the previous days are missing (due to e.g. technical issues) a grey box indicating "not available or NA", "niet beschikbaar or NB", "non disponible or ND" could (should?) be used. Screenshot = example from last weekend (5/6 June 2021): day -1 and -2 not available. Same remark when forecasts are missing.

Screenshot_20210605-103553_BelAir_v2

bieblebrox commented 3 years ago

@ffierens we can do that, but what is the expected behaviour when the user selects a grey box? If there is not data on that day, should we create a 'no data component / empty state' ?

ffierens commented 3 years ago

Yes, something like "no data available for day x"

ffierens commented 3 years ago

Fixed