Work on a lot of things. Mainly cleaning up person and profile related fields in multiple tables.
This commit is contained in:
@@ -40,20 +40,27 @@ class Cont_Edu_Cert_Person_Base(BaseModel):
|
||||
|
||||
external_id: Optional[str]
|
||||
|
||||
pronouns: Optional[str] # Preferred pronouns
|
||||
informal_name: Optional[str]
|
||||
|
||||
title_names: Optional[str] # Title for generation, official position, or professional or academic qualification, other honorific, or other name prefix
|
||||
given_name: Optional[str]
|
||||
family_name: Optional[str]
|
||||
middle_name: Optional[str]
|
||||
# prefix: Optional[str]
|
||||
# suffix: Optional[str]
|
||||
full_name: Optional[str]
|
||||
informal_full_name: Optional[str]
|
||||
last_first_name: Optional[str]
|
||||
family_name: Optional[str]
|
||||
designations: Optional[str] # Temporary or long-term designations related to family, relationships, person differentiation (Junior/Senior), location, social status, professional qualifications, legal status, or other name suffix
|
||||
|
||||
professional_title: Optional[str] # Professional title
|
||||
# title: Optional[str] # NOTE: Phasing out! Use *professional_title* instead.
|
||||
|
||||
display_name: Optional[str] # Custom whatever they want for public display
|
||||
|
||||
title: Optional[str]
|
||||
# BEGIN # Auto created name variations
|
||||
last_first_name: Optional[str]
|
||||
full_name: Optional[str]
|
||||
informal_full_name: Optional[str]
|
||||
|
||||
organization_name: Optional[str]
|
||||
affiliations: Optional[str] # One or more affiliations with organizations, companies, and other groups
|
||||
# organization_name: Optional[str] # NOTE: Phasing out! Use *affiliations* instead.
|
||||
|
||||
email: Optional[str]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user