Work on person methods and related and event badge everything

This commit is contained in:
Scott Idem
2021-09-08 15:58:35 -04:00
parent d0d8392817
commit 54a43cc124
12 changed files with 1071 additions and 417 deletions

View File

@@ -56,6 +56,8 @@ class Event_Badge_Base(BaseModel):
country: Optional[str]
location_name: Optional[str] # Actual location name shown on badge and other "public" areas
full_address: Optional[str]
# NOTE: More badge fields need to be added here once things are cleaned up
priority: Optional[bool]