Dipam Sen
Dipam Sen
https://github.com/metakgp/wimp/pull/85#issuecomment-2380636391
Certain courses have multiple sections, and have multiple professors assigned to them. Usually, one professor teaches only one section of that course. However in our data source (ERP), there is...
Fixes #145
https://github.com/metakgp/gyft/blob/705462d36f3ea03d878da0e1886258fbb45eed0a/timetable/extractor.py#L106-L109 In this code, it uses `timings[index]` as start time of the course, where `index` is the index of the cell in the row. However, this is not correct when...