codeuino / codebadge-backend

GNU General Public License v3.0
15 stars 23 forks source link

Add more Special Badges #40

Open txrp0x9 opened 4 years ago

txrp0x9 commented 4 years ago

What you will need to know

Add more Special Badges

As of now, Codebadge has 2 types of badges that can be assigned to a user. A predefined badge and special badge. A special badge is assigned to an exclusive contributor/group of contributors., it depicts some special achievement they've made in their respective organization.. Examples of special badges are "Top Contributor", "Top Contributor this Week", "Top Contributor this Month", "Top Contributor of this Year", and so on.

Following #33 we can now add badges to CodeBadge. Currently we only have 4 special badges. This task would require you add more special badges.

Requirements

How to excel fast in the community?

Share the issues you encounter along the way and help others solve theirs. Chime in below in a comment to cooperate with others who are also working on this task. Report back at the above issue once you succeed, to encourage others and share what worked for you!

Resources & References (Where to Start)

Head over to badges.json and specialBadges.js and see how the special badges are defined.

Extras

Just follow the readme whenever you are stuck . Visit Codeuino's Website in case of any doubts.