learningequality / learningequality/studio
Utilize service workers to handle refreshing indexeddbs on model updates
Open
Nobody has claimed this yet.
DEV: frontend
P1 - important
TAG: performance
TAG: tech update / debt
- Dominant language
- Python
- Stars
- 191
- Forks
- 307
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 10
Description
In the future, we may need to update our model schema. In order to make sure everyone's databases don't get out of sync, we'll need to have some way to trigger a full database refresh on the client side
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 locating the client-side IndexedDB handling and any service-worker entry points. Determine how model schema updates can trigger a full database refresh, and verify that existing client databases no longer remain out of sync after an update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- database, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100