Single Project Overview
On the project page, you can access the project key, edit or delete the project, and view project information:
Accessing the Project Keyβ
To access the project key:
- Click "Show" to reveal the key.
- Click "Copy" to copy the key to your clipboard.
The project key is required to upload data to that particular project. Do not disclose or share this key.
To learn how to integrate DCM Dashboards into your workflow, check out this guide.
Available Actionsβ
Renaming the Projectβ
To rename the project:
- Click on the triple dot menu near the project's name.
- Choose "Edit project's name".
- Enter the new name.
- Click "Update project".
Deleting the Projectβ
To delete the project:
- Click on the triple dot menu near the project's name.
- Choose "Delete project".
- Confirm deleting in the opening modal.
Deleting a project will remove all associated dashboard data. This action cannot be undone.
Adding the Project to Favoritesβ
To quickly access the opened project, you can add it to favorites and it will appear in the sidebar menu.
Favorite projects are stored per-device.
Generating a Reportβ
To generate a PDF report for the Projects Overview page, use the browser ctrl+P
/cmd+P
menu and save the page as PDF.
Overviewβ
The Overview tab is structurally identical to the Projects Overview, but scoped to a single project. It includes:
- A breakdown of issue categories
- A chart showing issues over time
- A chart showing baselined issues over time
- A list of charts for all enabled metrics
This view helps you understand the overall state of this specific project and how it changed over time.
Open Issuesβ
This tab shows all uploaded issues.
This tab will not have any data if the --with-details
CLI flag is not passed during the upload.
You can filter by category which are the same as the ones you have seen in the overview or search by specific term like media-query
.
Metric Violationsβ
This tab shows uploaded violations based on the enabled metrics.
This tab will not have any data if the --with-details
CLI flag is not passed during the upload.
DCM Configβ
This tab shows a list of enabled rules and metrics from your projectβs configuration (defined under dart_code_metrics
in your analysis_options.yaml
).