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.
https://plugin-health.jenkins.io
MIT License
24 stars 46 forks source link

Provides resolutions with human readable text #467

Closed alecharp closed 9 months ago

alecharp commented 9 months ago

Description

Follow up of #452. Will improve UX in https://github.com/jenkins-infra/plugin-site/pull/1592.

This provide a way to have a human readable text with the link to the resolution guide. It hides links and if the link is not to a guide, it provides meaning to the link.

Testing done

Ran the application locally.

### Submitter checklist
- [x] If an issue exists, it is well described and linked in the description
- [x] The description of this pull request is detailed and explain why this pull request is needed
- [x] The changeset is on a specific branch. Using `feature/` for new feature, or improvements ; Using `fix/` for bug fixes ; Using `docs/` for any documentation changes.
- [ ] If required, the documentation has been updated
- [x] There is automated tests to cover the code change / addition or an explanation why there is no tests in the description.