Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Hi, first of all I want to introduce myself. I'm Stefano Gerli, a former ITCR student. During my last years of school I created a fork of semesterly to help me create my schedule, at the end I published it and now its used by thousands of ITCR students before the enrollment period every semester. The only problem with that is that since the start it has been hosted in my own personal servers, which at the beginning wasn't that big of an issue because I was also using them for other projects that covered the costs, but now I just have them to keep the ITCR version of this project alive. So I don't want to keep eternally paying for them, but I also don't want to abandon the project. That's why I decided to create this updated version of the parser that's compatible with the current version of Semesterly (although has some usability issues on the UI side, but we'll get there later), and hopefully we can find a solution to the problem.
Usability Issues
The calendar currently starts at 8 am, but in ITCR lecture sessions can start from 7:30 am all the way to probably about 10 pm.(Fixed with Timetable: Expand to 24 hours and make it auto-scroll to best view #971)Most of this issues aren't that complex to solve, I think that most of them can be solved through a config file like the one located in the parsers, just to hide or show data depending on the university.
Note
I didn't add ITCR to the
active.py
or to the parser scripts in this mr, so those changes might still be necessary for making it work.Change Log