-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(plugins/notable): add indepth
mode
#635
Conversation
Random idea: "About Pips" on https://community.synopsys.com/s/article/Black-Duck-Open-Hub-About-Badges explains a nice UX for multi-level badges. The pips might appear under the repo name for this plugin, probably instead of a %.
IMO showing 1% for anything lower than 1% is the only bug here. The rest can be improved over time, but it should round down, not up, at least for small percentages. Possibly Possibly have another filter mechanism for removing contributions with a low number of commits, as another way to remove any 1% / 0% from the output. This would exclude the "really important contribution which is only a single commit", which can be quite meaningful for early OSS contributors, but that could be address in other ways later, such as checking the size of the commit before excluding it.
I quite like the multi-level approach. It will take a bit of effort for readers to click, but I would put it near achievements to help that cognitive leap, as the two are closely tied together. |
8a091d1
to
0c706df
Compare
Finally went with something similar to achievements / pagespeed plugins, where the gauge reflects the percentage of commits authored while the center text indicates its number.
This will be done in another iteration (#651) |
Closes #615
Current preview:
Questions: