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.
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