morinted / schedule-generator

A schedule generator for the University of Ottawa written in Java, using OCSF.
63 stars 19 forks source link

Not all activities being listed for courses #16

Closed KingFelidae closed 7 years ago

KingFelidae commented 7 years ago

Can the program be updated for use with the new semesters?

davidschlachter commented 7 years ago

It automatically updates timetables every few days. I've just started a manual update to check that there aren't any errors with the new semesters. I'll post here if there are any issues / if it goes fine.

KingFelidae commented 7 years ago

I just used it a minute ago and they are now there. Great work!

edit: it seems like there is a glitch: courses with 2 lectures are only showing one lecture each (labs are ok but only 1 of 2 lectures shows up). Happens with various different courses: try PSY 1101 and ITI 1120 for reference.

davidschlachter commented 7 years ago

Oops! The activity parser was skipping every other line — I've fixed this in 01eadca27837eff6e939e9ae40b3016b5db54a40 and it should work fine now.

(Also, timetables are automatically updated every four or five days, so they should stay up-to-date)