Better (less) logging and other clean up

This commit is contained in:
Scott Idem
2024-06-24 15:51:30 -04:00
parent 0c4185f74c
commit c6b7c7e803
18 changed files with 1240 additions and 768 deletions

View File

@@ -44,6 +44,7 @@ export interface Event {
file_count: number;
}
export interface Badge {
// id?: number;
id_random: string;
@@ -104,6 +105,7 @@ export interface Badge {
updated_on: null|Date;
}
export interface Exhibit {
// id?: number;
id_random: string;
@@ -135,6 +137,7 @@ export interface Exhibit {
updated_on: null|Date;
}
export interface Exhibit_tracking {
// id?: number;
id_random: string;
@@ -184,6 +187,11 @@ export interface Exhibit_tracking {
updated_on: null|Date;
}
export interface Registration {
// Nothing here yet
}
export interface File {
id: string;
id_random: string;
@@ -229,6 +237,12 @@ export interface File {
hosted_file_size: number; // In bytes
}
export interface Location {
// Nothing here yet
}
// Updated 2024-06-19
export interface Session {
id: string;
@@ -295,6 +309,7 @@ export interface Session {
event_location_name: null|string;
}
// Updated 2024-06-10
export interface Presentation {
id: string;
@@ -346,6 +361,7 @@ export interface Presentation {
event_session_name: null|string;
}
// Updated 2024-06-10
export interface Presenter {
id: string;