aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-03-12 18:00:45 +0100
committerThomas Vanbesien <tvanbesi@proton.me>2026-03-18 14:31:27 +0100
commit7ceb22f1e12e3a040874a43b5e1177db83be15ed (patch)
treeb7418bbe91223bd35f03548249547011e0d99bdf /README.md
parent6e7e00846e658cb79d0c23e18939c59fedba06dd (diff)
downloadEgoMetrics-7ceb22f1e12e3a040874a43b5e1177db83be15ed.tar.gz
EgoMetrics-7ceb22f1e12e3a040874a43b5e1177db83be15ed.zip
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
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