github-readme-stats icon indicating copy to clipboard operation
github-readme-stats copied to clipboard

Grade description in the report card.

Open brundabharadwaj opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe.

Feature request is not related any of the existing problem.

Instead of just displaying the Grade as A+, A++, S and more, alongside we can also provide description on when these grades are achieved.

Describe the solution you'd like

From the code's perspective I can see these details available: image

Utilizing this and displaying it on the report card.

Describe alternatives you've considered

No response

Additional context

No response

brundabharadwaj avatar Oct 08 '22 03:10 brundabharadwaj

@brundabharadwaj I'm not sure if I understand your request correctly. Do you want us to display more information about the ranks? Do you mean the explanation in the readme but then displayed when hovering the rank circle (see https://stackoverflow.com/questions/41768657/display-text-over-svg-element-on-hover).

Note Available ranks are S+ (top 1%), S (top 25%), A++ (top 45%), A+ (top 60%), and B+ (everyone). The values are calculated by using the cumulative distribution function using commits, contributions, issues, stars, pull requests, followers, and owned repositories. The implementation can be investigated at src/calculateRank.js.

rickstaa avatar Oct 08 '22 10:10 rickstaa

Available ranks are S+ (top 1%), S (top 25%), A++ (top 45%), A+ (top 60%), and B+ (everyone). --> Exactly! as you have explained over here! @rickstaa

brundabharadwaj avatar Oct 08 '22 12:10 brundabharadwaj

Closing this as hovers are currently impossible inside GitHub READMEs (see https://github.com/anuraghazra/github-readme-stats/issues/2455#issuecomment-1400578874).

rickstaa avatar Jan 24 '23 13:01 rickstaa