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

Delivery Effectiveness by Team

{% endblock %} {% block main-content %}
{% with tabs=brooks-law-tabs %} {% include "cacsremoteservice/views/analyses/tabs.html" %} {% endwith %}

Delivery Effectiveness by Team

The following trends breaks down the Brooks's Law view by development team.

{% if version-supports-brooks-team-trends %} {% if contains-brooks-team-trends %}
{% for team in teams %}

{{team}}

{% endfor %}
{% else %}
We could not find any teams. Check your project config to ensure you have defined your development teams and assigned each author to a team.
{% endif %} {% else %}
This is a new type of analysis. Re-run your analysis project to fetch the data.
{% endif %}
{% endblock %}