sageprice / SQLite-workout-tracker

Simple site for tracking workouts, backed by SQLite.
0 stars 0 forks source link

Graph workouts over time #2

Open sageprice opened 6 years ago

sageprice commented 6 years ago

As a user, I want to visualize trends.

There should be a new tab which displays a graph of changes in volume/max lift over time, perhaps also Wilk's score or something similar.

sageprice commented 6 years ago

Initially using Chart JS to perform charting. Downloaded files and have created simple demo at /chart, see https://github.com/sageeprice/SQLite-workout-tracker/commit/aee7104511db9cc55d0e01c4c9244f7176811859

Next steps: stop hardcoding values, always use latest numbers for one type of workout, and format these numbers to fit input requirements.