peterportal-public-api icon indicating copy to clipboard operation
peterportal-public-api copied to clipboard

API that provides easy-access to UC Irvine data such as: courses, professors, grade distribution, schedule of classes, and more

Results 27 peterportal-public-api issues
Sort by recently updated
recently updated
newest added

When we start the API locally, it would be helpful to run the command to build docs, so that separate commands don't need to be run every time.

Story Point 2

Add documentation on how to use sls offline, as well as deploying to a dev function, to simulate a prod environment. Using a dev lambda function can help test out...

devops

We should add logging to notify us when a course id or instructor is missing from our datasets. The log would get triggered when a grades or schedule query tries...

graphql
Story Point 2

Every time the the server has a cold start, the duration to initialize is around ~1.5 seconds. Try to reduce this amount, to less than 1 second. This will require...

Story Point 3

## Reference Issues Add TypeScript checks to actions ## Summary of Change/Fix - Remove `"watch": true` from `tsconfig.json` to prevent test timeouts - Add `"build": "tsc"` to `package.json` scripts for...

Add deprecation warning in README.