Updates to person related models
This commit is contained in:
@@ -51,11 +51,11 @@ class Event_Person_Profile_Base(BaseModel):
|
||||
|
||||
professional_title: Optional[str] # Professional title
|
||||
|
||||
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
|
||||
display_name: Optional[str] # This will be changed to full_name_override to match event_badge, event_presenter, and person. View of display_override. 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
|
||||
full_name_override: Optional[str] # Actual name shown in the directory and other "public" areas
|
||||
|
||||
affiliations: Optional[str] # One or more affiliations with organizations, companies, and other groups
|
||||
|
||||
|
||||
Reference in New Issue
Block a user