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 Organizations #94

Open lmorchard opened 12 years ago

lmorchard commented 12 years ago

This could be the sensible way to address #12 and some of the use cases for #35:

gbathree commented 12 years ago

Organizations should also allow key admin functions like improved data tracking (badges claimed, etc.) and enable the connection with the displayer API (if they want to use badges on another site) and manage that connection.

lmorchard commented 11 years ago

Possibly useful: https://github.com/bennylope/django-organizations

lmorchard commented 10 years ago

FWIW, I started django-teamwork for almost this exact purpose. That Django app offers model objects to create teams, assign object ownership to teams, build ACLs and permissions based on team ownership, etc.