diff --git a/rowers/templates/analysis.html b/rowers/templates/analysis.html index 56eb39e2..f91d3a64 100644 --- a/rowers/templates/analysis.html +++ b/rowers/templates/analysis.html @@ -13,27 +13,27 @@

Basic

-
-

- Ranking Pieces

-

Analyze your Concept2 ranking pieces over a date range and predict your pace on other pieces.

-
-
-

- Stroke Analysis -

-

- Plot all strokes in a date range and analyze several parameters (Power, Pace, SPM, Heart Rate). -

-
-
-

- Analysis Feature 3 -

-

- Reserved for future functionality. -

-
+
+

+ Ranking Pieces

+

Analyze your Concept2 ranking pieces over a date range and predict your pace on other pieces.

+
+
+

+ Stroke Analysis +

+

+ Plot all strokes in a date range and analyze several parameters (Power, Pace, SPM, Heart Rate). +

+
+
+

+ Analysis Feature 3 +

+

+ Reserved for future functionality. +

+
diff --git a/rowers/templates/trainingplan.html b/rowers/templates/trainingplan.html index 4142f116..cc17460f 100644 --- a/rowers/templates/trainingplan.html +++ b/rowers/templates/trainingplan.html @@ -83,6 +83,15 @@ sessions + {% else %} + +   + + + + sessions + + {% endif %}
@@ -147,6 +156,17 @@ {% endif %} + {% else %} + {% if mesocycle.0.plan.type == 'userdefined' %} + +   + + + + sessions + + + {% endif %} {% endif %} @@ -209,6 +229,17 @@ {% endif %} + {% else %} + {% if microcycle.plan.type == 'userdefined' %} + +   + + + + sessions + + + {% endif %} {% endif %} diff --git a/rowers/templates/workoutstats.html b/rowers/templates/workoutstats.html index 4c5f8644..ac867eff 100644 --- a/rowers/templates/workoutstats.html +++ b/rowers/templates/workoutstats.html @@ -44,14 +44,7 @@ -
- -

rPower: Equivalent steady state power for the duration of the workout.

-

Heart Rate Drift: Comparing heart rate normalized for average power for the first and second half of the workout

-

TRIMP: TRaining IMPact. A way to combine duration and heart rate into a single number.

-

rScore: Score based on rPower and workout duration to estimate training effect

-

rScore (HR): Score based on heart rate, designed to give values comparable to rScore. Used instead of rScore for workouts without power data.

-
+
{% if otherstats %}

Workout Metrics

@@ -74,6 +67,14 @@
+
+

rPower: Equivalent steady state power for the duration of the workout.

+

Heart Rate Drift: Comparing heart rate normalized for average power for the first and second half of the workout

+

TRIMP: TRaining IMPact. A way to combine duration and heart rate into a single number.

+

rScore: Score based on rPower and workout duration to estimate training effect

+

rScore (HR): Score based on heart rate, designed to give values comparable to rScore. Used instead of rScore for workouts without power data.

+
+ {% endif %}
@@ -113,7 +114,7 @@ {% endif %}
-
+
{% if cordict %}

Correlation matrix

This matrix indicates a positive (+) or negative (-) correlation between two parameters. The Spearman correlation coefficient has values between +1 and -1. Positive correlation between two metrics means that if one metric increases, the other value is also likely to increase. Negative is the opposite. The further from zero, the higher the likelyhood. @@ -138,12 +139,12 @@ {% elif value > 0.1 %}

{{ value|floatformat:-1 }}
{% elif value < -0.5 %} -
{{ value|floatformat:-1 }}
+
{{ value|floatformat:-1 }}
{% elif value < -0.1 %}
{{ value|floatformat:-1 }}
- {% else %} -   - {% endif %} + {% else %} +   + {% endif %} {% endfor %} @@ -152,7 +153,7 @@ {% endif %} -
+ {% endblock %} diff --git a/templates/analysismenu.html b/templates/analysismenu.html new file mode 100644 index 00000000..becf84f7 --- /dev/null +++ b/templates/analysismenu.html @@ -0,0 +1,36 @@ +{% load staticfiles %} +{% load rowerfilters %} +Analysis of workouts over a period of time + + + + diff --git a/templates/basebase.html b/templates/basebase.html index e3a1b755..b8d24da6 100644 --- a/templates/basebase.html +++ b/templates/basebase.html @@ -216,12 +216,9 @@

 

{% endif %} -
+