Private
Public Access
1
0

resolves #387 make coach view accessible

non coaches only see their own sessions
This commit is contained in:
Sander Roosendaal
2018-11-13 14:49:45 +01:00
parent d195cbd618
commit b2516e2567
3 changed files with 27 additions and 13 deletions

View File

@@ -92,7 +92,7 @@
<td> {{ ps.sessionvalue }} </td>
<td> {{ actualvalue|lookup:ps.id }}</td>
<td> {{ ps.sessionunit }} </td>
{% if completeness|lookup:ps.id == 'partial' %}
{% if completeness|lookup:ps.id != 'on target' %}
<td style="color:darkgray"><em> {{ completiondate|lookup:ps.id|date:"Y-m-d" }}</em></td>
{% else %}
<td> {{ completiondate|lookup:ps.id|date:"Y-m-d" }}</td>

View File

@@ -25,8 +25,16 @@
</li>
<li class="grid_2">
<ul>
<li>Team Type: A private team is invisible on the Teams Management page, except for its members. The only way to add members is for the manager to send an invitation. An open team is visible for all rowsandall.com users. In addition to the invitation mechanism, any user can request to be added to this team. The team manager will always have to approve membership.</li>
<li>Sharing Behavior: When set to "All Members", all members of a team will see each other's workouts. This is the recommended setting. If te sharing bhavior is set to "Coach Only", team members only see their own workouts. The coach sees all team members' workouts.</li>
<li>Team Type: A private team is invisible on the Teams Management page,
except for its members. The only way to add members is for the manager
to send an invitation. An open team is visible for all rowsandall.com users.
In addition to the invitation mechanism, any user can request to be added to
this team. The team manager will always have to approve membership.</li>
<li>Sharing Behavior: When set to "All Members", all members of a team will
see each other's workouts and planned sessions. This is the recommended
setting. If te sharing behavior is set to "Coach Only", team members
only see their own workouts and planned sessions.
The coach sees all team members' workouts.</li>
<li>These settings can be changed at any point in time through the Team Edit page
</li>
</ul>