Shubham Jain
Shubham Jain
**Describe the bug** The frontend refactor (https://github.com/uclapi/uclapi/pull/4114, https://github.com/uclapi/uclapi/pull/4095) didn't migrate the snapshot tests. We should migrate (or, probably more easier to create new ones) the snapshots for the new frontend....
**Describe the bug** The frontend refactor (https://github.com/uclapi/uclapi/pull/4114, https://github.com/uclapi/uclapi/pull/4095) migrated most of the original CSS, but a lot of it may be duplicated or redundant now after the refactoring. It would...
**Is your feature request related to a problem? Please describe.** When using the dashboard on uclapi.com, we have to click 'save' before clicking submit, but it's not that clear we...
**Describe the bug** `/timetable/personal` seems to be returning each timetable event twice, e.g.,: ```json { "ok": true, "timetable": { "2022-01-10": [ { "start_time": "16:00", "end_time": "18:00", "duration": 120, "module": {...
**Describe the bug** See https://sentry.io/share/issue/01620e7220f542f18adcc7df1da60118/ for bug details **To Reproduce** Steps to reproduce the behavior: 1. request endpoint with these parameters 2. Notice a field is null but shouldn't be...
**Is your feature request related to a problem? Please describe.** Our OpenAPI schema is now over 5k lines long which makes it very difficult to do anything with really, especially...