req
req copied to clipboard
Stop parsing reqs twice
Currently, ubcalend.py parses the req information from the UBC Calendar into an unambiguous string with parentheses, and then req.py parses these strings into the actual JavaScript arrays.
This makes no sense. Just make ubcalend.py parse the req information into JavaScript arrays in the first place.