LambdaIITH/AIMS-Helper-Chrome

Upadate Timetable after add period is over

Opened this issue · 1 comments

Changes in AIMS

Earlier the drop period used to be over along with the add period, but since the last semester drop period can go over the add period by 1-2 weeks. This creates an issue. The extension uses a page to extract data that is present only during the add period.


image


Whereas courses can be dropped after this happens which won't get updated after the page is inaccessible.



Possible Solutions (please add to this list with any alternative possible)

  1. Using Registration History page for updating the timetable as well.
    image

(Implementation will require storage of the timetable slots of various courses within the database)

(Implementation will require storage of the timetable slots of various courses within the database)

Ideally, we don't want to do this but we'll have to do it if no other option is available. Good feature idea, @angad11121.