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

Claim multiple award codes in a batch #29

Closed lmorchard closed 12 years ago

lmorchard commented 12 years ago

From home page, accept multiple space or comma separated claim codes. Ensure user is signed in. After that, process claim for each code without routing through claim detail page.

Also, look into combining the award emails into one email when a batch is issued at once. Currently, each award will result in a separate email for each.

Maybe this process?