BandToThePole / MobileApp

Xamarin Cross Platform App for Consumer
Apache License 2.0
0 stars 1 forks source link

Break data down per day rather than showing all data points #4

Closed thomasdenney closed 7 years ago

thomasdenney commented 7 years ago

This can be done in the various view model classes.

See this function that is used on the website to achieve the same thing.

@Alex-Rice an alternative option is to move this onto the server and then modify the API so that it only serves one data point per day for distance and calories. Heart rate data should still be more granular though.

Alex-Rice commented 7 years ago

Will do this on server

thomasdenney commented 7 years ago

@Alex-Rice Great, I'll move this issue to the website repo.