mattjegan / django-gamification

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

Added force_revoke to Badge #17

Closed argumentofperiapsis closed 6 years ago

argumentofperiapsis commented 6 years ago

(Issue #16 )

Added field revoked to Badge, so when the badge is revoked, it is not incremented.

Revoked status can be removed only by calling award().

Also, I created AcquiredBadgesManager, so now you can get awarded and not revoked badges with Badge.acquired_objects

mattjegan commented 6 years ago

This looks good to me, could you please add tests to make sure everything is working as expected?

mattjegan commented 6 years ago

Thanks for the fixes, looks good to me @Fedorsturov 👍 Good Work!