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 badge award prerequisites UI #77

Open lmorchard opened 12 years ago

lmorchard commented 12 years ago

The backend has support for specifying a set of badges as prerequisites for an auto-award of another badge. There's no user interface for this in the multiplayer world, though. So, implement a way to assemble a set of badges as prerequisites in the badge editing page

lmorchard commented 11 years ago

Downgrading this to nice-to-have. The prereqs feature probably needs a rethink entirely. In programmatic badges, it's probably easier to check for prereqs in badges.py. For multiplayer like badg.us, the current feature is not great even if it had a UI