jenkins-infra / plugin-health-scoring

This project aims to introduce a metric system to calculate the health score of each plugin within the Jenkins ecosystem and reflect the final scores on the Plugin Site for the plugin maintainers and users.

Home Page:https://plugin-health.jenkins.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need Improvment in the status message symbol of the Probes Result.

AayushSaini101 opened this issue · comments

Description of the bug

We can improve the Status Message symbol for the Probe Result. It is not an optimal point to show green tick symbol when a plugin is need improvement for a specific probe.

Example:
image

When a plugin needed improvement the status symbol must show particular warning instead of clear green indication.

Impact

  • Increase the attraction of maintainers and developers to update the plugin.
  • Help to new contributors to identify the improvement in the plugin via visulation.

It's green because we were able to get access to the plugin repository and that it has or not dependabot (in your example).
Probes are not commenting on the fact that there is or not Dependabot configured (again in your example). Probes are just getting the facts.

Scorings are using the probe results (facts) to draw conclusions.