Skip to content
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

Store User Offline Records in Local Database (Replace redux storage) #3794

Open
3 tasks
LocalNewsTV opened this issue Jan 13, 2025 · 0 comments
Open
3 tasks
Assignees

Comments

@LocalNewsTV
Copy link
Collaborator

Describe the task

If the task will only make sense to a dev, add a ⚡ to the title.

  • Store User Data separately by using Its own localdatabase, replacing Redux as the storage method
  • Currently if the Redux migration key is updated, it would wipe a users local records
  • If Redux has a breaking crash and the user selects Clear cache it would wipe their records.

Value Add

  • Data Integrity
  • Better app adoption by users

Acceptance Criteria

  • Creation Of cache functionality to store/use this data
  • A user can perform all CRUD operations using the database instead of Redux
  • If a Redux cache is cleared, Users can still see all their offline work

Additional Context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants