Changes related to Docker, bug fixes, and event badges.

This commit is contained in:
Scott Idem
2023-01-12 18:21:00 -05:00
parent 2c3c4861c4
commit 0eaaaa4d7e
10 changed files with 530 additions and 41 deletions

View File

@@ -51,7 +51,8 @@ class Event_Person_Profile_Base(BaseModel):
professional_title: Optional[str] # Professional title
display_name: Optional[str] # Actual name shown in the directory and other "public" areas
display_name: Optional[str] # View of display_override. Actual name shown in the directory and other "public" areas
full_name_override: Optional[str] # Actual name shown in the directory and other "public" areas
# BEGIN # Auto created name variations
full_name: Optional[str] # title_names given_name middle_name family_name designations