Work on things related to event_person, tracking, badges, sessions, etc

This commit is contained in:
Scott Idem
2021-09-21 17:30:20 -04:00
parent 200ee82b9d
commit 0f87f69077
13 changed files with 661 additions and 27 deletions

View File

@@ -29,6 +29,11 @@ class Event_Presenter_Base(BaseModel):
id: Optional[int] = Field(
alias = 'event_presenter_id'
)
code: Optional[str] = Field(
alias = 'event_presenter_code'
)
account_id_random: Optional[str]
account_id: Optional[int]
@@ -59,8 +64,6 @@ class Event_Presenter_Base(BaseModel):
for_type: Optional[str]
for_id: Optional[int]
code: Optional[str]
pronouns: Optional[str] # Preferred pronouns
informal_name: Optional[str] # Informal or nick name they commonly go by