BradleyCai / ucr-schedule-visualizer

Generates an hour by hour view and shows the locations of all the classes from a raw class list from GROWL.
https://waa.ai/ucrsv
MIT License
5 stars 2 forks source link

Fixed regex not picking up certain rooms and over extending to other courses #64

Closed BradleyCai closed 8 years ago

BradleyCai commented 8 years ago

Issue #63

Fixed regex not picking up certain room names. It's a bit more lenient now.

Fixed regex over extending into the next course. It will check for end of line and beginning of line to orient itself now.

Fixed the python and makefile scripts to be more modular and handle multiline regexes.