yyjhao / NUSMorge

An online utility to merge your mods with friends
1 stars 1 forks source link

NUSMods has updated URL format #1

Closed BenMQ closed 11 years ago

BenMQ commented 11 years ago

Now the long url looks like http://nusmods.com/2013-2014/sem1/v1/#CS2101=61&CS2105=21&CS3216=21&CS2102=21&CS1101S=85&CS2103T=8T1&CS1101S=21&CS2101=61&CS1101S=51&CS2102=87&CS1101S=21&CS2101=61&CS2105=89

yyjhao commented 11 years ago

Actually this is fine. The URL parser only cares about the hash. The problem is caused by outdated module info. Need to get the modstt from nusmods and run util/rejsonify.js to get the new mods.json which should then be moved to public/js/mods.js. (yeah pretty dumb, but lazy to automate it).