Christopher Goh
Christopher Goh
### Describe the bug Responsive vertical compacting does not work correctly if there are gaps between items. See video below https://user-images.githubusercontent.com/4933577/177338157-4cd075f5-b3ea-4175-8bcd-cb8e35a7a7ba.mov However, if we fill up the gaps between with...
# Context Very WIP, just the preliminary implementation first. PRing for sanity check. Based on https://github.com/nusmodifications/nusmods/issues/1289. ## Implementation Roughly: - Uses matchMedia to check for `prefers-color-scheme` media query - Adds...
Follow up of https://github.com/nusmodifications/nusmods/pull/2736. This PR changes the scraper to save lesson venues as "E-Learning" when the API returns a `room` of `E-Learn_*` for lessons. To see current shaped of...
After #3622, we now have a dedicated MPE scraper. NUSMods scraper no longer needs to read and generate the `mpeModules.json` file. We should remove the parts of NUSMods scraper that...
Adds a new serverless fn endpoint that provides user data given a valid SAML token.
In preparation for our future reviews system that makes use of our own database (so that we can get rid of Disqus - they have been injecting ads into our...