Private
Public Access
1
0

does Alternative OTE ranking

added an OTE ranking piece calculator based on manually added ranking
instead of automatically detected ranking
This commit is contained in:
Sander Roosendaal
2017-10-26 22:53:02 +02:00
parent 0f5c49de62
commit 29243516ae
8 changed files with 295 additions and 18 deletions

View File

@@ -92,7 +92,7 @@
{% endif %}
</p>
<p>
Analyse power vs piece duration to make predictions.
Analyse power vs piece duration to make predictions. For On-The-Water rowing.
</p>
</div>
<div class="grid_2">
@@ -120,6 +120,20 @@
</p>
</div>
</div>
<div class="grid_6 prefix_6 alpha">
<div class="grid_2 suffix_4 alpha">
<p>
{% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %}
<a class="button blue small" href="/rowers/ote-ranking">OTE Ranking Pieces</a>
{% else %}
<a class="button blue small" href="/rowers/promembership">OTE Ranking Pieces</a>
{% endif %}
</p>
<p>
Analyse power vs piece duration to make predictions, for erg pieces.
</p>
</div>
</div>
</div>