added extern membership status, not sure yet exactly how we will use it
This commit is contained in:
parent
edf4c9f040
commit
6b8d7b482e
@ -8,8 +8,8 @@ class Membership(StrEnum):
|
||||
member = "member"
|
||||
activity_goer = "activity_goer"
|
||||
alumn = "alumn"
|
||||
extern = "extern" # extern is linked to association A if they ever visisted an activity of association A
|
||||
|
||||
# extern is linked to association A if they ever visisted an activity of association A
|
||||
extern = "extern"
|
||||
|
||||
def validate_visibility_tag(v: str) -> str:
|
||||
if v in BARE_TAGS:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user