In the User class, there should be 3 new attributes/properties, all bools:
has_membership: if the user has scratch membership
has_ears: if the user has member ears shown
has_badge: if the user has the member badge shown
generally, the convention for bool varnames is to use a word like 'is' or 'has' (because it's more readable)