This should have been saved earlier. Lots of moving code around to and clean up.

This commit is contained in:
Scott Idem
2024-07-01 16:22:10 -04:00
parent 9de9d31101
commit 88b0042919
13 changed files with 733 additions and 179 deletions

View File

@@ -468,6 +468,11 @@ export interface Presenter {
// Additional fields for convenience (database views)
file_count?: null|number;
event_session_code?: null|string;
event_session_name?: null|string;
event_presentation_code?: null|string;
event_presentation_name?: null|string;
person_external_id?: null|string;
person_given_name?: null|string;
person_family_name?: null|string;