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

Configure Developers: enable team and organizational analyses

Assign teams to your developer to enable the organizational analyses. You may also mark a developer as Ex-Developer to analyze the impact if those developers have left your organization.

You can also use the Developer identity mapping interface to associate multiple version control identities with the appropriate users, or to edit developer names.

{% if developers|empty? %}
The system doesn't have any developer information for your project. Make sure you run an initial analysis, which collects developer information and makes it available to edit on this page after the initial analysis.
{% else %}

Terminology

Former Contributor is any developer who is no longer part of the team (left the company, moved to different product line, etc.). Used to calculate knowledge loss and risks. Check this box for all people who aren't part of the current team.

Exclude from all Analyses This option is used to exclude non-human contributors like bots or build scripts from the analysis data. That way, bots don't appear in the knowledge maps inside the analysis. When checked, this option filters out all commits and code written by the excluded authors. Use sparingly.

Remove from config Removes a specific developer from this configuration. Typically used in case you have ran an analysis with a repository that you later removed; pressing this button lets you clean-up the developer configuration from non-contributors.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}