fmidev / weather-app

FMI's official weather application for mobile devices
7 stars 2 forks source link

Improve latest observation visualisation #673

Open AnttiRumpunen opened 1 week ago

AnttiRumpunen commented 1 week ago

Currently App fetches observations from current time to -72h back and shows latest value as latest observation. This is fine except when obs station updates single parameter value every minute, for example wind. Then latest value is wind and it's shown and other values are not shown.

Improve latest observation visualisation so it shows all parameters in the last 10 minutes (8:50 or 8:20 for example). Minute accuracy is fine in graphs.

Values are updated every 5mins which is fine.

geosaaga commented 1 week ago

PR: https://github.com/fmidev/weather-app/pull/688