{% extends "newbase.html" %} {% load static %} {% block title %}Metric Alert{% endblock %} {% block main %}

Alerts are useful to give you a regular update on how you are doing. For example, if you are worried about rowing too short, you can set an alert on drive length, and the site will automatically tell you how well you are doing.

To set an alert on a minimum drive length, you would select "Drive Length (degree)" as the metric in the form below, then set the condition to ">" (greater than), and value 1 to the minimum drive length that you find acceptable. The value 2 is only relevant for alerts where you want to have a metric between two values. Set the workout type to "Standard Racing Shell", or whatever boat class you want this metric to run for, select the period over which you want to monitor and get regular reports (7 days).

Optionally, you can add filters. With filters, the alert considers only those strokes that fulfill all filters. For example, you could set a filter on power between 200 and 300 Watt, to only look at drive length in that power zone.

  • Alert {{ alert.name }} for {{ alert.rower.user.first_name }}

    Alert managed by {{ alert.manager.first_name }} {{ alert.manager.last_name }}

    {{ formset.management_form }} {% csrf_token %} {{ form.as_table }} {{ measuredform.as_table }}

  • {% for filter_form in formset %}

    Filter {{ forloop.counter }}

    {{ filter_form.as_table }}
    {% endfor %}
{% endblock %} {% block scripts %} {% endblock %} {% block sidebar %} {% include 'menu_analytics.html' %} {% endblock %}