-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory Score doesn't show #1032
Comments
We don't show the exact score value in the UI, but the "petals"/shapes around the icon in there represent the value:
Definitely we could consider show the score in tooltip or using For images, the current behaviour is expected, we don't render images inside the entry, since we do not control their dimensions, size and aspect. Additionally, all of the images are remote located, and we decided to only fetch them on interaction (hover) to do not throttle the directory performance, and to avoid unreliable 3rd part hosts from slowing the load times |
Wow, that's fascinating! I guess I should've squinted harder. It is surprising that it links to a rather lengthy page about the scoring, but doesn't explain how the scores are displayed. When you say it's used for ordering, is that the "Quality" sort? |
We probably should mention and demo the score display on this page, that's good idea.
Yup, the "Quality" sort is the one which is based on the directory score. We also expose the data in our API, so people can use it for their own purpose: |
We have added tooltips support lately, which got used to show the exact library score and max possible value, when hovering the icon next to score link. Do you feel like it's an improvement to the score display clarity? Does this solution solves the issue for you? |
Thanks for checking @Simek!
Yes, slightly
Unfortunately, I don't think it does. It still took me some time to figure out what was going on, and that the "flower" icon indicates the score. I still don't get why the text "Directory Score" gets so much prominence on the "card" for every library, when the score itself could easily be shown there, and perhaps the text and info about Directory Scores could itself be a tooltip. Visually, the 50/100 that I'm hovering on, and the 75/100 directly above it don't look noticeably different. I was surprised on hover that the scores were that different. |
It just shows a link to the explanation page, but I don't see how to actually view the directory store for a package. I also noticed screenshots don't load unless you hover. Maybe this is intended behavior, but the UX is non-obvious.
The text was updated successfully, but these errors were encountered: