Many [[FacultyListingViews]] have one [[CourseInstanceView]]s
From Faculty A concatenation of the form lastName, firstName
From Faculty
From FacultyCourseInstance We keep a reference to the instructorOrder in the database, but don't actually make it part of the view. Since we're associating the FacultyListingView directly with the [[CourseInstanceView]], we don't need to maintain the separate join column
Notes specific to the faculty member outlining preferences and additional information
Generated using TypeDoc
Lists faculty by "lastName, firstName", and also disaggregates the FacultyCourseInstance associations to combine the instructor order and courseInstanceId.