mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

Profile option to hide awards until accepted #64

Open lmorchard opened 12 years ago

lmorchard commented 12 years ago

Currently, there's no way to delete (#10) or hide (#11) badge awards. But, even with support for either of those, people could still potentially get spammed with badge awards they don't want. (eg. "Drunkest Coworker Ever", "Asshat of the Year")

So, it would be good to have a checkbox on one's profile requiring approval of incoming awards before they are made visible to the public. For bonus points, support something like "accept all awards from this {issuer,group,event} in the future" for a more granular approval option that demands less manual intervention.