Work on a lot of things. Mainly cleaning up person and profile related fields in multiple tables.

This commit is contained in:
Scott Idem
2021-09-10 18:12:24 -04:00
parent 72820f08ae
commit 15fd32b252
20 changed files with 558 additions and 219 deletions

View File

@@ -212,7 +212,7 @@ class Event_Person_New_Base(BaseModel):
person_full_name: Optional[str]
person_display_name: Optional[str]
organization_name: Optional[str]
affiliations: Optional[str] # One or more affiliations with organizations, companies, and other groups
email: Optional[str]
@@ -275,4 +275,4 @@ class Event_Person_New_Base(BaseModel):
class Config:
underscore_attrs_are_private = True
allow_population_by_field_name = True
fields = base_fields
fields = base_fields