rilling / OpenTracks-Winter-2024-COMP-354

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

Connecting Customizable Moving Average with User Selection Button #160

Closed Jainoir closed 5 months ago

Jainoir commented 5 months ago

Feature: Connect both the user selection of (5,10,15) data points to the Customizable Moving Average class. This will allow for the moving average to have the argument numDataPoints from its parameters to execute calculation.

Jainoir commented 5 months ago

Implemented logic to connect with the user selection button of data points for movable average.