Skip to main content
Teams+

Managing Projects

The All Projects sections allows you to create and manage projects for your DCM Teams Console account.

Projects

Each row in the project list includes the following:

  1. Name: Project name (clickable to open the detailed view)
  2. Issues: Number of the open issues (from lint rules and code quality checks)
  3. Violations: Number of metrics violations (from code heath metrics)
  4. Last Updated: Last time data was uploaded to the project
  5. Created Date: When the project was added to the Dashboards
info

A project in the Dashboards is expected to represent a single entrypoint from which the tool is being run.

For example, if you run the tool from the root of your repository/package, there needs to be only one project. But if you have multiple packages in your repository and run DCM in each package separately, then you need to create a project for each package.

Additionally, uploading only from a single branch is supported right now, but if you want to upload from multiple branches (e.g. main and feature-branch), consider creating several project in the Dashboards each representing a branch in your repository.

Sorting and Filtering Projects​

To help manage many projects, you can:

  • Sort by:

    • Name
    • Number of issues
    • Number of metric violations
    • Last updated
    • Creation date
  • Change sort order: Click the sort direction icon next to the dropdown.

  • Search: Use the search input to quickly filter by project name.

Projects Sorting

Adding a New Project​

To create a new project:

  1. Click the + Add project button.
  2. Enter a project name.
  3. Click Add project.

The new project will appear immediately in the list.

Add Project

Add Project Modal

Quickly Accessing a Project​

You can star a project to mark it as a favorite. This is useful for highlighting high-priority or actively developed codebases.

To favorite a project:

  1. Hover over the project row.
  2. Click the star icon to toggle favorite status.

Favorite projects will appear in the sidebar under Dashboard for quick access.

Favorite

Renaming a Project​

To rename a project:

  1. Hover over the project row.
  2. Click the pencil icon to rename.
  3. Enter the new name.
  4. Click "Update project".

Update Project

Deleting a Project​

To delete a project:

  1. Hover over the project row.
  2. Click the trash icon to delete.
  3. Confirm deleting in the opening modal.
warning

Deleting a project will remove all associated dashboard data. This action cannot be undone.

Delete Project