From c05dac188b8412cb1d826369030d6fca3e7ce71a Mon Sep 17 00:00:00 2001
From: Sander Roosendaal
Date: Tue, 10 Apr 2018 08:41:20 +0200
Subject: [PATCH] fine tuning trial messages and planmembership page
---
rowers/templates/planmembership.html | 15 ++++++++-------
templates/basebase.html | 12 +++++++++---
2 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/rowers/templates/planmembership.html b/rowers/templates/planmembership.html
index 5a9415d3..5d9c9c3a 100644
--- a/rowers/templates/planmembership.html
+++ b/rowers/templates/planmembership.html
@@ -6,11 +6,8 @@
Coach and Self-Coach Membership
-
You have arrived at this page, because you tried to create a
- training plan for yourself.
-
-
This option is restricted to rowers on our "Self-Coach" plan or
- coaches on our "Coach" plan.
+
Rowsandall.com's Training Planning functionality
+ is part of the paid "Self-Coach" and "Coach" plans.
On the "Self-Coach" plan, you can plan your own sessions.
@@ -32,7 +29,8 @@
What training planning functionality do we offer?
-
Over the spring of 2018, we will gradually expand this functionality.
+
Over the spring of 2018, we are rolling out the first phases
+ of Training Planning functionality.
Our current roadmap is to deploy the following and more:
@@ -45,12 +43,15 @@
Implemented:Track your teams performance against plan. See how well each
of your team members adhere to their (team or personalized) plan.
Implemented:See test outcomes ranked by performance.
-
Implemented:Attach courses to your OTW tests. This advanced functionality
+ Implemented: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.
+ Define your own macro, meso and microcycle start and end dates
+
More to come ...
diff --git a/templates/basebase.html b/templates/basebase.html
index 4a7c44a2..47d5bf19 100644
--- a/templates/basebase.html
+++ b/templates/basebase.html
@@ -158,12 +158,12 @@
{% elif user.rower.rowerplan == 'plan' %}
Self-Coach
{% else %}
-
+
{% endif %}
{% if user.rower.rowerplan == 'basic' and user.rower.protrialexpires|date_dif == 1 %}
{% elif user.rower.rowerplan == 'basic' and user.rower.plantrialexpires|date_dif == 1 %}
-
+
{% endif %}
@@ -245,8 +245,14 @@
{% endif %}
{% if user.rower.protrialexpires and user.rower.protrialexpires|is_future_date %}
+ {% if user.rower.plantrialexpires %}
- {{ user.rower.protrialexpires|date_dif|ddays }} days left of your trial
+ {{ user.rower.protrialexpires|date_dif|ddays }} days left of your Self-Coach trial - Would you like to upgrade now?
+
+ {% else %}
+
+ {{ user.rower.protrialexpires|date_dif|ddays }} days left of your Pro trial - Would you like to upgrade now?
+ {% endif %}
{% endif %}
{% if user.rower.emailbounced %}