mattjegan / django-gamification

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

Implement player reset #6

Closed mattjegan closed 6 years ago

icpetcu commented 6 years ago

Hi, I can work at this. I just want to clarify on the intended behaviour: when an interface is reseted, all the badges and unlockable objects will have acquired=False, all the PointChange objects with that interface will be deleted, and for every badge the progress will go back to 0. Is that correct?

mattjegan commented 6 years ago

That is correct, your PR was great!