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 building/room regex parsing bug #61

Closed BradleyCai closed 8 years ago

BradleyCai commented 9 years ago

Issue #60

Made the building/room capture group in the regex more lenient since the check for newline already restricts it enough.

emmiegit commented 9 years ago

I moved the changes you made to the *.regex files (since any changes to the JS source would be overwritten by make). Please review my changes and then merge this request.

BradleyCai commented 8 years ago

The regex solution ended up bringing up other issues that are being handled right now. Unfortunately progress is moving slowly due to finals. This issue/pr will be sorted out at a later date.