diff --git a/rowers/templates/stepeditor.html b/rowers/templates/stepeditor.html index 0d82a71b..efc9daf1 100644 --- a/rowers/templates/stepeditor.html +++ b/rowers/templates/stepeditor.html @@ -97,6 +97,66 @@
Step information
+| Parameter | +Regular Step | +Repeat Step | +
|---|---|---|
| Duration Type | Time or Distance | Repeat | +
| Duration Value | Minutes / Meters | Block number to start repeat from | +
| Target Type | Set a target to hold | --- | +
| Target Value | +
+ Power: Zone number (1-10), % of FTP (10-1000)
+ Speed: 1000x target speed in m/s
+ Heart Rate: Zone number (1-10), % of max (10-100);
+ Cadence: Strokes per Minute
+ |
+ + Number of repetitions + | +
| Target Value Low | +
+ Power: % of FTP (10-1000)
+ Speed: 1000x target speed in m/s
+ Heart Rate: % of max (10-100);
+ Cadence: Strokes per Minute
+ |
+ + | +
| Target Value High | +
+ Power: % of FTP (10-1000)
+ Speed: 1000x target speed in m/s
+ Heart Rate: % of max (10-100);
+ Cadence: Strokes per Minute
+ |
+ + | +
| Intensity | Warming Up, Active, Rest | Set to Active | +
| Description | Any other text | + |