learningequality / learningequality/studio

Utilize service workers to handle refreshing indexeddbs on model updates

Open
#1,867 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.