req icon indicating copy to clipboard operation
req copied to clipboard

Stop parsing reqs twice

Open eyqs opened this issue 7 years ago • 0 comments

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.

eyqs avatar Jul 12 '17 06:07 eyqs