You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.
A little while ago, I merged django-badger-multiplayer into django-badger, because there were some weird hacks needed to keep the two apart. Now, django-badger combines a lot of things in one big app:
basic views & models for badges & awards
views to allow users to manage & award their own badges
deferred awards with claim codes and email addresses (ie. invitations)
claim code label printing
progress tracking models
nomination models & view
Maybe django-badger should be stripped back down to the bare basics, and I should find a way to split most of the above off into "addon" apps without nasty hacks.
Some of these features might more properly belong elevated into badges.mozilla.org and not a reusable Django app at all. (eg. like claim code label printing) Or, maybe even something like claim codes could be spun off into its own not-badge-specific Django app.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A little while ago, I merged django-badger-multiplayer into django-badger, because there were some weird hacks needed to keep the two apart. Now, django-badger combines a lot of things in one big app:
Maybe django-badger should be stripped back down to the bare basics, and I should find a way to split most of the above off into "addon" apps without nasty hacks.
Some of these features might more properly belong elevated into badges.mozilla.org and not a reusable Django app at all. (eg. like claim code label printing) Or, maybe even something like claim codes could be spun off into its own not-badge-specific Django app.
The text was updated successfully, but these errors were encountered: