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

Offer to push new badges to backpack from profile view #13

Open lmorchard opened 12 years ago

lmorchard commented 12 years ago

Currently, there's just a "push to backpack" button on award view page. But, the issuer API allows for pushing multiple badges at once. So, it might be nice to:

Do this just from profile view? Or, whenever badges are awarded? That is, never push just one badge, always prompt / offer to push all new badges.

Should this be a button in need of clicking on profile, or should the user always be prompted / guided toward this whenever there are new un-pushed badges? (Maybe a checkbox, never display this prompt again?)