ScottyLabs / course-api

The new version of the Scheduling API, now with prerequisites, course descriptions, and more!
https://scottylabs.org/course-api/
MIT License
21 stars 14 forks source link

Course numbers do not contain leading 0's #34

Closed nitsanshai closed 8 years ago

nitsanshai commented 8 years ago

For example, the key for course "03121" (Modern Biology) is "3121".

justingallagher commented 8 years ago

The original plan was to have integers as keys, which works in python, but when exporting to JSON it converts them to strings. It probably would be best if we changed courses to be referred to by strings only.