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 (service functions, Ski statistics) - Max Speed(Kilometer per hour) on a particular date #99

Closed ParthSonani closed 6 months ago

ParthSonani commented 7 months ago

Describe briefly your feature. This feature aimed at implementing a UI component to showcase the max speed per hour covered along with the date. It depends on the functionality developed by Groups# 4 - 6, related issue link #56.

Describe the solution you'd like Members of Groups # 4-6 will work on the methods for creating the statistics(service functions, Ski statistics) and provide a function for the max speed per run(Km/h). Once these methods are established, additional code can be integrated to compute max speed per hour along with a date of that day. The computed data will then be utilized by an XML file, configurable with necessary attributes to present the max speed along with the date at the ski chairlift.

Describe alternatives you've considered Should the initially proposed method prove ineffective, an alternative approach involves allowing users to manually input speed of the run out of which maximum will be calculated and displayed along with the date associated with that speed. However, this method may be less reliable due to potential inaccuracies in user-provided data.

Additional context WhatsApp Image 2024-03-17 at 18 17 15

ParthSonani commented 6 months ago

Added method to calculate max speed for ski