added extern membership status, not sure yet exactly how we will use it

This commit is contained in:
Tiago Scholten 2026-08-15 22:48:41 +09:00
parent edf4c9f040
commit 6b8d7b482e

View File

@ -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: