generated from AOSSIE-Org/Template-Repo
-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Context
The current implementation repeatedly calls GitHub APIs which may cause rate limit issues.
This issue proposes implementing a caching strategy using TTL-based caching and local storage to reduce redundant API calls.
What Needs to Be Done
- Analyze the current GitHub API request flow in the project
- Implement a TTL-based caching mechanism to reduce repeated API calls
- Store cached repository data using IndexedDB
- Add a manual refresh button to allow users to refresh cached data
- Ensure API requests respect GitHub rate limits
Resources
Getting Started
- I have joined the Discord server and will post updates there
- I have read the Contribution Guide
- I understand this issue is assigned on a first-come, first-served basis
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers