devsoc-unsw / freerooms

A web application designed to aid UNSW students in finding vacant rooms.
https://freerooms.devsoc.app/
Other
19 stars 1 forks source link

fix: refactor to reflect new timetable scraper response format #269

Closed francojreyes closed 1 year ago

francojreyes commented 1 year ago

The timetable scraper's return format had to be changed (see PR) in order to fix the bug causing times to be in the wrong timezone on staging.

This PR updates Freerooms' backend and v1 frontend to use this new format.