It is observed that URL parameters for fetching exam schedules change every semester. Currently, the exam schedule displayed is wrong. I'm thinking that we should store scraper URL parameters in the database so that we can change parameters easily. Before that gets implemented, let's hide the exam schedule.
Checklist
[ ] Created tests which fail without the change (if possible)
[x] All tests passing
[ ] Extended the README / documentation, if necessary
Description
It is observed that URL parameters for fetching exam schedules change every semester. Currently, the exam schedule displayed is wrong. I'm thinking that we should store scraper URL parameters in the database so that we can change parameters easily. Before that gets implemented, let's hide the exam schedule.
Checklist