Badges are now created automatically when a new end user registers. The new user badge is also automatically assigned to the user. The createbadgedefinitions management command will wipe out any existing badges and recreate them. It will award the new user badge, but (for the moment at least) it will not award others badges that the user might have already earned
This PR brings two main changes:
Avatar URL is now shown of the user API endpoints
Badges are now created automatically when a new end user registers. The
new user
badge is also automatically assigned to the user. Thecreatebadgedefinitions
management command will wipe out any existing badges and recreate them. It will award thenew user
badge, but (for the moment at least) it will not award others badges that the user might have already earned