Adding the new event status for IDAA.

This commit is contained in:
Scott Idem
2025-02-04 12:01:32 -05:00
parent fc517540dc
commit 75d7a502f0
5 changed files with 75 additions and 15 deletions

View File

@@ -32,6 +32,14 @@ export interface Event {
attend_json?: null|string;
attend_text?: null|string;
status?: null|string; // draft, active, inactive, archived, unknown; currently only used with IDAA
// review?: null|boolean;
// approve?: null|boolean;
// ready?: null|boolean;
// ready_on?: null|Date;
// archive?: null|boolean;
// archive_on?: null|Date;
mod_abstracts_json?: null|key_val;
mod_badges_json?: null|key_val;
mod_exhibits_json?: null|key_val;