So currently whenever an user logs in for the first time we web scrape their courses from https://academic.iitg.ac.in/sso/gen/students.jsp but that takes about 30 to 40 seconds so I want us to store the course allotments locally and maybe like create a script or something to update it every semester manually or maybe build a scheduler like a cron job or something to do it automatically. This would greatly reduce login time for 30 to 40 seconds all the way down to like 5-10 seconds
So currently whenever an user logs in for the first time we web scrape their courses from https://academic.iitg.ac.in/sso/gen/students.jsp but that takes about 30 to 40 seconds so I want us to store the course allotments locally and maybe like create a script or something to update it every semester manually or maybe build a scheduler like a cron job or something to do it automatically. This would greatly reduce login time for 30 to 40 seconds all the way down to like 5-10 seconds