BroncoDirectMe / BroncoDirectMe/Backend
[PRIMARY FEATURE] Automatic RMP Data Updates
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### User Story
As a developer, I want to try to automate the process of mass updating the RateMyProfessor (RMP) data stored in our database.
### Technical Tasks
- Create a function or shell command to automate the process of mass updating RateMyProfessor data for every professor
- Research limits on GraphQL to prevent getting rate limited by RMP's API
- The function SHOULD be "slow" enough to prevent getting rate limited by both RMP and the service that hosts our MySQL database
### Acceptance Criteria
- Function or shell command can be run to update ALL of the entries that need new information on a periodic basis.
- Spit out logs showing progress of function to estimate how long / how completed the data is
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.