Render a fitness graph which shows the user's training data over a rolling window #271
Labels
No Label
hex-grid
maintenance
music-player
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: savanni/monorepo#271
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The user should configure the size of the rolling window in the configuration page.
The graph, depending on the range, should show the calculated numbers on a per-month, per-week, or per-day basis.
These numbers should be average weight, plus average distance and average duration of the user's workouts. It should be useful to just add up all distance and duration values and divide them by the graph resolution to get reasonably good numbers. Workouts fall off and get added as the window moves forward.