From 7ceb22f1e12e3a040874a43b5e1177db83be15ed Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Thu, 12 Mar 2026 18:00:45 +0100 Subject: Add templates, per-set tracking, and float weight support - 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 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4cec9e1..7955577 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,10 @@ python3 egometrics.py ### Main menu -1. **Log Workout** — pick exercises, enter sets/reps/RPE/rest time/Last Set RPE for each +1. **Log Workout** — pick exercises (or start from a template), enter per-set reps/weight, rest time, Last Set RPE 2. **View Sessions** — browse past sessions, view details, delete -3. **Manage Exercises** — add, edit, list, delete exercises +3. **Manage Exercises** — add, edit, list, delete exercises (supports body-weight-relative exercises) +4. **Manage Templates** — create reusable workout templates with target sets/reps/weight/LSRPE/rest time ### Data -- cgit v1.2.3