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

Separated meetings and lectures in separate lists #33

Closed justingallagher closed 8 years ago

justingallagher commented 8 years ago

While looking into #32, I discovered that the API mistakenly associates recitation sections with individual lectures. As all recitations are listed after lectures, this led to all sections being attached to the last lecture.

Instead, I moved recitations to a separate "meetings" list, which also required me to change the names of some other fields.