Work on event sessions and related files. Internal use is a new thing.

This commit is contained in:
Scott Idem
2022-09-15 17:47:07 -04:00
parent ee297d9ea7
commit 84b33bb21f
8 changed files with 83 additions and 26 deletions

View File

@@ -59,12 +59,15 @@ class Event_File_Base(BaseModel):
lu_file_purpose_id: Optional[int]
file_purpose: Optional[str]
# New internal use fields to help with logistics and planning 2022-09-15
internal_use: Optional[bool] # Will hide from moderators, presenters, non support people, etc
#### NOTE ***** NOTE
internal_os: Optional[str]
open_in_os: Optional[str]
public_use: Optional[bool] = False
public: Optional[bool]
approve: Optional[bool]
#### internal_os needs to be set
#### open_in_os needs to be set
#### Are other important fields missing????
publish_optout: Optional[bool]
#### NOTE ^^^^^ NOTE