From e1e16f9d41bde7fc7624dd0733cd9ef00c02c3f6 Mon Sep 17 00:00:00 2001
From: Sander Roosendaal
+
| Name | {{ workout.name }} | +|
|---|---|---|
| Distance: | {{ workout.distance }}m | +|
| Duration: | {{ workout.duration |durationprint:"%H:%M:%S.%f" }} | +|
| Public link to this workout | ++ https://rowsandall.com/rowers/workout/{{ workout.id|encode }} + | + |
| Name | {{ workout.name }} | -|
|---|---|---|
| Distance: | {{ workout.distance }}m | -|
| Duration: | {{ workout.duration |durationprint:"%H:%M:%S.%f" }} | -|
| Public link to this workout | -- https://rowsandall.com/rowers/workout/{{ workout.id|encode }} - | - |
+
+ {{ intervalstats }}
+
+
+ This new, experimental feature tries to find intervals by looking for patterns in the data. It does not autodetect rest and work intervals yet. The resulting "interval string" is copied to the Interval Shorthand @@ -72,6 +108,8 @@
+See the how-to at the bottom of this page for details on how to use this form. @@ -83,6 +121,8 @@ {% csrf_token %} +
With this form, you can specify a power or pace level. Everything faster/harder than the @@ -105,40 +145,6 @@
-
- {{ intervalstats }}
-
-
- This is a quick way to enter the intervals using a special mini-language.