-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Score Rendering improvements #713
Score Rendering improvements #713
Conversation
I've also added a link to the documentation which completes and fixes #652 |
{this.renderScore(tools)} | ||
</div> | ||
</div> | ||
) | ||
} | ||
|
||
renderUnit = () => ( | ||
<span> | ||
/ 100 <span className="unit">points</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's drop "points" everywhere and make sure the spacing around the slash is even.
href="https://github.com/clearlydefined/license-score/blob/master/ClearlyLicensedMetrics.md#clearlylicensed-scoring-formula" | ||
target="_blank" | ||
> | ||
What does these scores mean? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's change it to "Scoring formula"
👍 |
This is related to #652
This is how the tooltip looks like after the suggested changes:
This implementation still miss one of the suggested changes, about link the titles to a document, that is not yet be written.