Work on event badge model and event exhibit tracking model.

This commit is contained in:
Scott Idem
2022-04-21 22:05:55 -04:00
parent 427a1dee07
commit aa8e6f8b00

View File

@@ -249,12 +249,12 @@ class Event_Badge_Basic_Base(BaseModel):
display_location: Optional[str] # Override location display_location: Optional[str] # Override location
# NOTE: More badge fields need to be added here once things are cleaned up # NOTE: More badge fields need to be added here once things are cleaned up
badge_type_code: Optional[str] # badge_type_code: Optional[str]
badge_type: Optional[str] # badge_type: Optional[str]
member_type_code: Optional[str] # member_type_code: Optional[str]
member_type: Optional[str] # member_type: Optional[str]
registration_type_code: Optional[str] # registration_type_code: Optional[str]
registration_type: Optional[str] # registration_type: Optional[str]
# other_1: Optional[str] # other_1: Optional[str]
# other_2: Optional[str] # other_2: Optional[str]
@@ -270,11 +270,11 @@ class Event_Badge_Basic_Base(BaseModel):
# priority: Optional[bool] # priority: Optional[bool]
# sort: Optional[int] # sort: Optional[int]
# group: Optional[str] # group: Optional[str]
enable: Optional[bool] # enable: Optional[bool]
# notes: Optional[str] # notes: Optional[str]
created_on: Optional[datetime.datetime] = None # created_on: Optional[datetime.datetime] = None
updated_on: Optional[datetime.datetime] = None # updated_on: Optional[datetime.datetime] = None
# Including other related objects # Including other related objects
# order: Optional[Union[Order_Base, None]] # order: Optional[Union[Order_Base, None]]