mattjegan / django-gamification

The missing Django Gamification Package
Other
166 stars 28 forks source link

GamificationInterfaces should create Badges for each BadgeDefinition #12

Closed mattjegan closed 6 years ago

mattjegan commented 7 years ago

As pointed out by @gitsteph in https://github.com/mattjegan/django-gamification/pull/11#pullrequestreview-66404983, the GamificationInterface is required to create Badge instances for each BadgeDefinition. It currently does not.

icpetcu commented 6 years ago

Hi, I can work at this. Also, I believe the same behaviour is necessary for Unlockable objects, is that correct?

mattjegan commented 6 years ago

You're right, we will need this for all Unlockables as well.