fine tuning
This commit is contained in:
57
rowers/templates/planmembership.html
Normal file
57
rowers/templates/planmembership.html
Normal file
@@ -0,0 +1,57 @@
|
||||
|
||||
{% extends "base.html" %}
|
||||
{% block title %}About us{% endblock title %}
|
||||
{% block content %}
|
||||
|
||||
<div class="grid_6 alpha">
|
||||
<h2>Coach and Self-Coach Membership</h2>
|
||||
|
||||
<p>You have arrived at this page, because you tried to create a
|
||||
training plan for yourself.</p>
|
||||
|
||||
<p>Currently, training planning is restricted to "coach" members with
|
||||
"team" functionality.</p>
|
||||
|
||||
<p>If you are interested in becoming a coach and planning sessions
|
||||
for a group of rowers on rowsandall.com, contact me through the contact
|
||||
form.
|
||||
</p>
|
||||
|
||||
<p>If you would like to find a coach who helps you plan your training
|
||||
through rowsandall.com, contact me throught the contact form.</p>
|
||||
|
||||
<p>For self-coached rowers who would like to add the training planning
|
||||
functionality, we will soon establish a "Self-Coach" plan, which will enable you to do so.</p>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="grid_6 omega">
|
||||
<h2>What training planning functionality do we offer?</h2>
|
||||
|
||||
<p>Over the spring of 2018, we will gradually expand this functionality.
|
||||
Our current roadmap is to deploy the following and more:</li>
|
||||
|
||||
<p>
|
||||
<ul>
|
||||
<li>Create Planned Sessions (trainings, tests, challenges) for yourself
|
||||
and for your team members (coach plan)</li>
|
||||
<li>Track your performance against plan.
|
||||
Match workouts to planned sessions.
|
||||
Get feedback on plan adherence.</li>
|
||||
<li>Track your teams performance against plan. See how well each
|
||||
of your team members adhere to their (team or personalized) plan.</li>
|
||||
<li>See test outcomes ranked by performance.</li>
|
||||
<li>Attach courses to your OTW tests. This advanced functionality
|
||||
allows you, for example, to assign "Row the 6km from bridge A to
|
||||
bridge B on Saturday" to your team members. The resulting workout
|
||||
tracks will be evaluated against the course, and you will receive
|
||||
a results table for the net time spent between the start and finish
|
||||
points on the course. It's like a mini head race.
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user