Work on a lot of things. Mainly cleaning up person and profile related fields in multiple tables.
This commit is contained in:
@@ -35,7 +35,27 @@ class Membership_Person_Profile_Base(BaseModel):
|
||||
organization_id_random: Optional[str]
|
||||
organization_id: Optional[int]
|
||||
|
||||
display_name: 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]
|
||||
# middle_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
|
||||
|
||||
display_name: 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
|
||||
|
||||
affiliations: Optional[str] # One or more affiliations with organizations, companies, and other groups
|
||||
|
||||
tagline: Optional[str]
|
||||
biography: Optional[str]
|
||||
|
||||
email: Optional[str]
|
||||
|
||||
email_allowed: Optional[bool]
|
||||
|
||||
Reference in New Issue
Block a user