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

Create dedicated "sections" for different events/purposes #109

Closed anyashy closed 12 years ago

anyashy commented 12 years ago

At Maker Faire, "Award Attendee" badges were hard to locate because they became hidden under the “more” link on the front page. The obvious fix for that would be to display more badges on the front page; but what if there are hundreds/thousands of badges coming in from multiple events/schools/users?

In this case it makes sense to have each event have it’s own “front page” so that all badges created for that event are shown upfront and badge management isn’t confused by other badges from other locations that may be coming in. The front page of badg.us then should help people navigate to the right locations.

lmorchard commented 12 years ago

I think this will be covered by issues #95 (event pages) and #94 (organizations)