Alternating option for Unilateral exercises

This commit is contained in:
AG
2025-12-10 18:40:54 +02:00
parent 95a5e37748
commit 9243fec947
10 changed files with 59 additions and 8 deletions

View File

@@ -542,9 +542,10 @@ Comprehensive test plan for the GymFlow web application, covering authentication
4. Select 'Left' from the Side selector.
5. Click 'Log Set'.
6. Repeat for 'Right' side.
7. Repeat for 'Alternately' side.
**Expected Results:**
- Sets are logged with the correct 'Left'/'Right' indicators visible in the history.
- Sets are logged with the correct 'Left'/'Right'/'Alternately' indicators visible in the history.
#### 3.15. C. Active Session - Log Special Type Set

View File

@@ -66,7 +66,7 @@ Users can structure their training via Plans.
* `PLYOMETRIC`: Requires **Reps**.
* **3.3.2 Custom Exercises**
* User can create new exercises.
* **Unilateral Flag**: Boolean flag `isUnilateral`. If true, sets recorded for this exercise can specify a `side` (LEFT/RIGHT).
* **Unilateral Flag**: Boolean flag `isUnilateral`. If true, sets recorded for this exercise can specify a `side` (LEFT/RIGHT/ALTERNATELY).
* **Bodyweight %**: For bodyweight-based calculations.
### 3.4. Workout Tracking (The "Tracker")