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

Don't create multiple DeferredAwards for unique badges. #163

Closed rlr closed 11 years ago

rlr commented 11 years ago

From the awarder point of view, if a badge is unique and I already tried to award it to a user, it should tell me the badge is already awarded the next time I try to award it whether the badge is claimed or not.