-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(indexeddb): Added dexie to support indexeddb storage AP-366 #814
Conversation
@josephmcg is this still a WIP or its ready? 🔨 |
@stavares843 WIP - I'm thinking of adding some additional functionality to it first. Right now, it's just storing conversation info every time its fetched |
@josephmcg just checking, is this ready to review/test? 🔨 |
not yet, I'm taking a couple vacation days. I'm hoping to finish it up tomorrow |
neat, thanks 🎉 |
This Pull Request may conflict if the Pull Requests below are merged first. #846 |
This Pull Request may conflict if the Pull Requests below are merged first. #832 |
This Pull Request may conflict if the Pull Requests below are merged first. #840 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the most important part is to move the indexedDb async logic from the mutation to an action or into a store plugin. See comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is neat
* if nothing stored, fetch every message and store * if stored, combine indexed messages with new messages from textile
Manuel gave me some good feedback regarding the data structure. I'm going to finish refactoring within a day or two edit-- had some time this morning. ready for Testing/QA |
…t available until you first pull the data for a conversation and prevents access to restored accts
What this PR does 📖
Which issue(s) this PR fixes 🔨
#AP-366
Special notes for reviewers 🗒️
Additional comments 🎤