With classes going back in person, let's create a "map" card that says which classroom a section is is and shows it on the map. That way, hopefully students don't make the same mistake I did once in confusing PAB (Physics and Astronomy) with PUB (Public Affairs).
We probably want a dropdown of current sections, the map can be done with leaflet + React?
We'll want to create a database for buildings and rooms to support this. A building has many rooms. A section can have many rooms (not sure if we want to create that relation yet though, as the registrar rooms don't always correspond to official room names)
With classes going back in person, let's create a "map" card that says which classroom a section is is and shows it on the map. That way, hopefully students don't make the same mistake I did once in confusing PAB (Physics and Astronomy) with PUB (Public Affairs).
Inspo: https://nathansmith.io/exploring-enrollment/classroom-utilization
We probably want a dropdown of current sections, the map can be done with leaflet + React?
We'll want to create a database for buildings and rooms to support this. A building has many rooms. A section can have many rooms (not sure if we want to create that relation yet though, as the registrar rooms don't always correspond to official room names)
I scraped buildings and rooms previously:
https://github.com/nathunsmitty/ucla-registrar-scraper/blob/master/scrape-buildings-and-rooms/script.py https://github.com/nathunsmitty/ucla-registrar-scraper/blob/master/database/patch0013.sql