Badge and launcher related changes

This commit is contained in:
Scott Idem
2023-01-27 16:32:30 -05:00
parent a7915cbb5f
commit f3a84a9609
5 changed files with 16 additions and 17 deletions

View File

@@ -47,12 +47,12 @@ class Event_Session_Base(BaseModel):
poc_event_person_id_random: Optional[str]
poc_event_person_id: Optional[int]
poc_person_id_random: Optional[str]
poc_person_id: Optional[int]
poc_person_id_random: Optional[str] # Not used or needed?
poc_person_id: Optional[int] # Not used or needed?
session_type_id_random: Optional[str]
session_type_id: Optional[int]
session_type_code: Optional[str]
type_id_random: Optional[str] # Not used or needed?
type_id: Optional[int] # Not used or needed?
type_code: Optional[str] # None, poster (image, video), assume presentation (PPT, Key, PDF, etc)
name: Optional[str]
description: Optional[str]