Accepts a list of instructorIds and a courseInstanceId, assigns the faculty in the order they appear in the array, then returns the instructor data formatted for display
Resolves a list of courses, which in turn contain sub-lists of instances split up by semesters, with embedded faculty and meetings lists.
The academic year for which courses are requested. Corresponds to the year of the spring semester.
Generates the data for the schedule view in the front-end app
Resolves a list of course instances for the Multi Year Plan
Generated using TypeDoc
CourseInstanceService Injectable service that provides additional methods for querying the database and handling CRUD operations on Course Instances.