jenkinsci / jenkinsci/coverage-plugin
[JENKINS-76205] Add customization dialog for metrics trend chart
- Dominant language
- Java
- Stars
- 40
- Forks
- 31
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 11
Description
The trend chart for the metrics should get a customization. The configure button should be placed on the app bar. The dialog should follow the [dialog guidelines](https://weekly.ci.jenkins.io/design-library/dialogs/). The following items should be configurable:
- visible metrics (LOC, NCSS)
- number of builds
- chart type
- range of the visible axis
When looking at the metrics, it makes sense to look not only at absolute values but also at average values per class or method (where available). Additionally, we need to take care of different metric value types (integer numbers, percentages, etc.).
---
Originally reported by
drulli, imported from: Add customization dialog for metrics trend chart
Raw content of original issue
The trend chart for the metrics should get a customization. The configure button should be placed on the app bar. The dialog should follow the [dialog guidelines](https://weekly.ci.jenkins.io/design-library/dialogs/). The following items should be configurable:
- visible metrics (LOC, NCSS)
- number of builds
- chart type
- range of the visible axis
When looking at the metrics, it makes sense to look not only at absolute values but also at average values per class or method (where available). Additionally, we need to take care of different metric value types (integer numbers, percentages, etc.).
Contributor guide
Assessment
This issue has not been assessed yet.