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

Model Creation #143

Closed skhunt004-alt closed 5 months ago

skhunt004-alt commented 5 months ago

Describe briefly your feature. This task involves creating a model to store weather information retrieved from the weather data service provider. The model will include temperature, humidity, wind speed, and other relevant weather parameters.

Describe the solution you'd like The solution requires defining a WeatherInfo class with attributes representing different weather parameters. Each attribute should have appropriate data types and accessors/mutators for retrieval and modification.

Describe alternatives you've considered. One alternative approach could be to use a third-party library or framework to handle weather information modeling. However, for simplicity and flexibility, a custom model tailored to the application's specific requirements is preferred.