rilling / OpenTracks-Winter-SOEN-6431_2024

OpenTracks is a sport tracking application that completely respects your privacy. SOEN 6431
https://OpenTracksApp.com
Apache License 2.0
0 stars 65 forks source link

Statistics (aggregate per day (run/lift) - Total time skiing (moving) #69

Open beingtranquil opened 4 months ago

beingtranquil commented 4 months ago

Describe briefly your feature. Create a function to determine the total time skiing and create a UI element for displaying this statistic.

Describe the solution you'd like From the outcome of Group #4-6 - Statistics (service functions, Ski statistics), we will have distance skied, average speed, so for calculating time, we can divide distance by speed.

Describe alternatives you've considered There is no alternative for this.

Sharanyu commented 3 months ago

Update:

beingtranquil commented 2 months ago

I updated the feature after getting the functionality from group 6 and I have merged the following PR:

https://github.com/rilling/OpenTracks-Winter-SOEN-6431_2024/pull/206