Open smurthys opened 5 years ago
The procedure (importCourseSchedule) to import OpenClose course schedules ignores courses with no instructors assigned (the instructor will be TBA in this case). It will be helpful if sections without information could still be imported.
importCourseSchedule
TBA
The issue is due to the condition that the instructor field have at least one space in it. The current choice is also due t the fact that every section requires at least a primary instructor.
The procedure (
importCourseSchedule
) to import OpenClose course schedules ignores courses with no instructors assigned (the instructor will beTBA
in this case). It will be helpful if sections without information could still be imported.The issue is due to the condition that the instructor field have at least one space in it. The current choice is also due t the fact that every section requires at least a primary instructor.