MetaCell / MetaCell/geppetto-meta
Research on IndexedDB to pass instances instead of using window object
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
As experienced on vfb - we are passing OBJ objects through the reducer which lead to performance issues and is an anti-pattern. The alternative, is using the window object (as geppetto-meta is doing) which is also an anti-pattern itself.
We need to evaluate a proxy db which geppetto-meta would use to communicate heavy weighted objects to the outside world.
https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how OBJ objects pass through the reducer and how geppetto-meta currently uses the window object. Read the linked IndexedDB API documentation and evaluate whether a proxy database can communicate heavy-weight objects without those patterns. Done means the approach, scope, and acceptance criteria are documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- databases, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100