aboutsummaryrefslogtreecommitdiffstats
path: root/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove note field from weight loggingThomas Vanbesien2026-03-181-4/+3
|
* Add body weight logging with diff trackingThomas Vanbesien2026-03-181-0/+30
|
* Add templates, per-set tracking, and float weight supportThomas Vanbesien2026-03-181-40/+162
| | | | | | | | | | - Rename tables with workout_ prefix, add workout_templates and workout_template_exercises tables - Add bw_relative flag to exercises for body-weight-relative display - Store reps, weight, and rest_time as per-set comma-separated TEXT in session exercises (rest_time is optional/nullable) - Support float weight with one decimal place - Add template CRUD and template-to-session logging flow
* Add workout logging CLI with SQLite storageThomas Vanbesien2026-03-111-0/+132
Exercises CRUD, session logging with sets/reps/RPE/rest/LSRPE, session viewing and deletion. Interactive terminal menu.