{% extends "cacsremoteservice/views/layouts/analysis-view.html" %} {% block scripts %} {% endblock %} {% block analysis-presentation %}

System Level Cost Trends

Aggregated costs across the entire system.

{% endblock %} {% block main-content %}
{% if planned-vs-unplanned-exists %}

Costs for Planned vs Unplanned work

{% ifequal cost-unit-type "minutes" %}
Duration per Work Type (Hours / Month)
{% endifequal %} {% ifequal cost-unit-type "points" %}
Duration per Work Type (Points)
{% endifequal %} {% ifequal cost-unit-type "issues" %}
Issues per Work Type
{% endifequal %} {% ifequal cost-unit-type "commits" %}
Commits per Work Type
{% endifequal %} {% ifequal cost-unit-type "cycle-time-in-development" %}
Hours in Development
{% endifequal %}
{% endif %}

Work Type Trend

{% ifequal cost-unit-type "minutes" %}
Duration per Work Type (Hours / Month)
{% endifequal %} {% ifequal cost-unit-type "points" %}
Duration per Work Type (Points)
{% endifequal %} {% ifequal cost-unit-type "issues" %}
Issues per Work Type
{% endifequal %} {% ifequal cost-unit-type "commits" %}
Commits per Work Type
{% endifequal %} {% ifequal cost-unit-type "cycle-time-in-development" %}
Hours in Development
{% endifequal %}
{% endblock %}