com.ruuvi.station.ios
com.ruuvi.station.ios copied to clipboard
Follow selected resolution in all chart settings
Description:
Let's improve this so that calculation is always done with precise values for Min/Max/Avg Make sure that Last datapoint and Selected datapoint conversion uses high resolution values as well
Show in UI resolution that user has selected in settings everywhere in the app including Min/Max/Avg
Android card: https://github.com/ruuvi/com.ruuvi.station/issues/1230
Discussed during meeting to apply user selected resolution to min/max/avg/latest. Selected point should still show full resolution anyway.
What build is it? Atm latest shows in correct resolution for me.
I see some possible confusion here.
The screenshot has probably latest value 29.00C that is represented in 29C instead of 29.00C even if user has selected .01 as resolution setting. This should be unified with Android and webUI to show 29.00C and not 29C.
But another thing is that we have decided to show "min/max/average" values according to the user's resolution settings. But the value that is showed in the box when user taps on the graph should always show full .01 resolution. Compare with webUI, it has been already tested to work like this.
QA passed