Sections are missing titles
A1Liu opened this issue · 2 comments
A1Liu commented
For e.g. CSCI-UA 480 Special Topics , it becomes difficult to differentiate which section to look at without having an extra title available.
Schedge v2 got rid of the title, but the title is required for a small number of use cases.
A1Liu commented
PSCoursesParser.java > parseSection
, after var parts = title.split(" \\| ");
, take parts[0]
and split by course subject code (e.g. CSCI-UA), if stuff to left of split is non-empty after trim, it's probably a title.