You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
When a section has more than one meeting time, the response will have multiple meetings with the same days and times but different buildings. I'm not sure whether you should modify the API, make a different endpoint, or tell me to stuff it, but I think it should be fixed on the API end.
Reproduction
Query /rest/v0/schedule/soc for any course that has multiple locations, e.g., EECS 170LB.
Look at the meetings array.
The text was updated successfully, but these errors were encountered:
The data returned by the API is consistent with the data given to us by WebSOC. So this is not a bug.
However, I do agree that it is somewhat unwieldy. Would you prefer for meetings with same days and times but differing buildings to be merged into a single object (e.g. the following)?
Original: AntAlmanac/#257
When a section has more than one meeting time, the response will have multiple meetings with the same days and times but different buildings. I'm not sure whether you should modify the API, make a different endpoint, or tell me to stuff it, but I think it should be fixed on the API end.
Reproduction
/rest/v0/schedule/soc
for any course that has multiple locations, e.g., EECS 170LB.The text was updated successfully, but these errors were encountered: