peterportal-public-api
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
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.
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...
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...
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...
## 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.