Avoid fetching data from API if inserted_at is today
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 346
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
To avoid fetching the same data from the API more than once per day, we need a query that checks when data was last fetched.
+ [ ] check the `inserted_at` date for the record (person, repo, org) and confirm it was not viewed today.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.