Work on event badge model and event exhibit tracking model.
This commit is contained in:
@@ -249,12 +249,12 @@ class Event_Badge_Basic_Base(BaseModel):
|
||||
display_location: Optional[str] # Override location
|
||||
|
||||
# NOTE: More badge fields need to be added here once things are cleaned up
|
||||
badge_type_code: Optional[str]
|
||||
badge_type: Optional[str]
|
||||
member_type_code: Optional[str]
|
||||
member_type: Optional[str]
|
||||
registration_type_code: Optional[str]
|
||||
registration_type: Optional[str]
|
||||
# badge_type_code: Optional[str]
|
||||
# badge_type: Optional[str]
|
||||
# member_type_code: Optional[str]
|
||||
# member_type: Optional[str]
|
||||
# registration_type_code: Optional[str]
|
||||
# registration_type: Optional[str]
|
||||
|
||||
# other_1: Optional[str]
|
||||
# other_2: Optional[str]
|
||||
@@ -270,11 +270,11 @@ class Event_Badge_Basic_Base(BaseModel):
|
||||
# priority: Optional[bool]
|
||||
# sort: Optional[int]
|
||||
# group: Optional[str]
|
||||
enable: Optional[bool]
|
||||
# enable: Optional[bool]
|
||||
|
||||
# notes: Optional[str]
|
||||
created_on: Optional[datetime.datetime] = None
|
||||
updated_on: Optional[datetime.datetime] = None
|
||||
# created_on: Optional[datetime.datetime] = None
|
||||
# updated_on: Optional[datetime.datetime] = None
|
||||
|
||||
# Including other related objects
|
||||
# order: Optional[Union[Order_Base, None]]
|
||||
|
||||
Reference in New Issue
Block a user