From dc480c9e8c68be32b0db9a8332c36a9a86b780c8 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 2 May 2018 18:45:58 +0200 Subject: [PATCH] explanation on page --- rowers/templates/empower_fix.html | 21 ++++++++++++++++++++- rowers/templates/list_workouts.html | 9 ++++++--- rowers/views.py | 6 +++++- 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/rowers/templates/empower_fix.html b/rowers/templates/empower_fix.html index c817d02e..8e059f80 100644 --- a/rowers/templates/empower_fix.html +++ b/rowers/templates/empower_fix.html @@ -69,7 +69,26 @@ {% include "teambuttons.html" with teamid=team.id team=team %}
-

Empower Workouts

+

Empower Workouts

+

This functionality is aimed at users who have uploaded workouts from + the Nielsen-Kellerman Empower Oarlock/SpeedCoach combination before the + power inflation bug was known (May 4, 2018).

+ +

Workouts recorded with a SpeedCoach running NK Firmware version 2.17 or + lower have Power and Work per Stroke values that are approximately + 9% (sculling) or 5% too high. The exact value of the error depends on your + inboard and oar length.

+ +

Currently, we autocorrect workouts recorded with old Firmware upon + their upload, but workouts that were present on the site before + the bug was known still have incorrect values for Power and Work per Stroke. +

+ +

+ You can use this page to correct those workouts. +

+ +
diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html index 93c148e1..a3e07cbb 100644 --- a/rowers/templates/list_workouts.html +++ b/rowers/templates/list_workouts.html @@ -266,21 +266,24 @@
{% if rankingonly and not team %} -
+ {% elif not team %} -
+ {% endif %} -
+
{% if user|is_promember %} Glue Workouts {% else %} Glue {% endif %}
+

 

{% if team %}
3.30: message = "Oarlength and boat type mismatch for workout "+str(w.id)+". Skipping workout" messages.error(request,message) @@ -11884,6 +11887,7 @@ def rower_update_empower_view( job = myqueue(queuelow,handle_update_empower, request.user.email,workoutdicts, + debug=False, emailbounced=r.emailbounced) try: