{% extends "cacsremoteservice/views/layouts/master.html" %} {% block scripts %} {% endblock %} {% block secondary-nav %} {% include "cacsremoteservice/views/developer-configuration/developer-configuration-header.html" with item=item tabs=tabs %} {% endblock %} {% block main %}

Development Teams

By specifying all the development teams working on {{item.name}}, you make it possible to analyze your project from a team perspective. That is, you get knowledge maps on team levels and we're also able to spot expensive change patterns that ripple over team boundaries.

{% if teams|not-empty %}

Edit Teams

{% for team in teams %} {% endfor %}
Name
{% endif %}

Add a New Team


Import/Export Developers and Teams

Import or export a definition of Developers and Teams using a CSV format with two columns: author, team
Export Teams
{% endblock %}