YACS-RCOS / yacs-web

Frontend for YACS!
MIT License
5 stars 14 forks source link

Display location of each period #29

Closed Bad-Science closed 6 years ago

Bad-Science commented 6 years ago

https://github.com/YACS-RCOS/yacs/issues/277 Adds location data to the API.

We should display this data in the courses page or in the schedules page for users to see.

If we cannot fit it in the existing courses view, we should put it in the schedule blocks on the schedule page, and add it to the courses view when implementing the next design iteration.

marchdan commented 6 years ago

Has been added to the schedules page. Just need actual data to parse in.

marchdan commented 6 years ago

A PR has been made to display this data on the schedules view. Will begin to look at plans to integrate this into the course view, but integration will need to wait until other UI changes take place

Bad-Science commented 6 years ago

resolved as of #42 Thanks @marchdan !