codersrank-org / summary-widget

Integrate your CodersRank profile summary to your personal website
https://codersrank.io
MIT License
23 stars 13 forks source link

Feature request: Show badges on user selected languages, not on the highlighted 3. #6

Open formidablae opened 2 years ago

formidablae commented 2 years ago

Let the user decide which badges to show. Displaying only the highlighted 3 badge makes the widget not very informative.

Proposal:

  1. Default behaviour = display the highlighted badges.
  2. Allow the user to show all the badges.
  3. Allow the user to choose arbitrarily which badges to show. This I suppose would need a list of languages as a parameter.
  4. Allow the user, if show-all-badges chosen, to hide a list of badges.

I may help to implement this if someone gives me a hand initially to understand how the codebase/project is structured/intended. Thank you.