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

@@ -39,14 +39,16 @@ class Log_Client_Viewing_Base(BaseModel):
name: Optional[str]
given_name: Optional[str]
family_name: Optional[str]
middle_name: Optional[str]
prefix: Optional[str]
suffix: Optional[str]
full_name: Optional[str]
informal_name: Optional[str]
title_names: Optional[str]
given_name: Optional[str]
middle_name: Optional[str]
family_name: Optional[str]
designations: Optional[str]
full_name: Optional[str]
source: Optional[str]
url_root: Optional[str]
url_full_path: Optional[str]