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

Implement "sub-badgers" #132

Open lmorchard opened 11 years ago

lmorchard commented 11 years ago

Like sub-reddits, this would offer a topical subdomain for badges. This mashes up organizations (#94) and subdomains (#38), possibly. Consider that there could be one or more moderators for the sub-badger, and the sub-badger could be a one-off for an event or long-lived for an organization.

A sub-badger would offer its own set of badges, not listed in the general site or other sub-badgers. Awards would still be per-user, and users would be global.

Needs more thought.