openedx / openedx/frontend-base
Global query keys
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 13
- Avg merge
- 3h 21m
- Merged PRs (30d)
- 10
Description
Description
In some cases it'll be useful to have global query keys that apps can re-use, thus avoiding hitting the server more often than necessary.
The task: find out what these cases might be (for instance), then come up with a plan of how to implement these keys and probably the fetching apparatus itself.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the example in pull request #249 and identify the cases where reusable global query keys could prevent repeated server requests. Trace the relevant frontend query and fetching patterns, then document an implementation plan for the keys and fetching apparatus. Done means the use cases and plan are agreed, not necessarily implemented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100