kentcdodds / kentcdodds.com

My personal website
https://kentcdodds.com
Other
2.34k stars 626 forks source link

Badges #58

Open kentcdodds opened 3 years ago

kentcdodds commented 3 years ago

On the profile page, users should get badges for things they've done in the site. Ideas:

More stuff like this would be fun I think.

smeijer commented 3 years ago

Few more ideas:

The got thanked could even be related to channels, to earn some category "expert" badges. For example, after a number of ?thanks in typescript one could get an typescript expert badge, after a few in backend one gets backend expert, etc.

Or maybe support instead of expert, as being thanked doesn't necessarily say something about the level.

kentcdodds commented 3 years ago

I like that. I think I need to support some external APIs so the bot can POST and GET on the database (rather than using a GitHub gist as a db like the bot is now).

Some/All of this will probably have to come after the initial launch unfortunately. We've gotta ship someday 😅