The contact email for a given non class parent. This is recorded here as it does not regularly change between events.
The faculty member name for a given event. This is recorded here as it does not regularly change between events.
The contact phone number for a given non class parent. This is recorded here as it does not regularly change between events.
Metadata column used for signifying the date the record was created
Expected enrollment size for this academic year
The primary key record identifier. Used for uniquiely identifying records and for cross-table joins. UUID is used to enable records from different tables to be combined into one dataset without causing ID collisions
Collection of scheduled events. These are typically events that occur outside the normal teaching of classes (for example, office hours or seminars)
One NonClassParent has many NonClassEvents
Any notes users may wish to record against this NonClassParent can be recorded here
The title of this collection of non-class events
Metadata column used for signifying the date the record was last updated
Generated using TypeDoc
Parent entity to non-class events. Designed to be analogous to Course except that non-class events occur independently of courses and course instances and therefore need to be able to be scheduled independently.