-
Notifications
You must be signed in to change notification settings - Fork 59
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
Migrate SharedPreferences to DataStore #2930
Comments
kelvin-ngure
changed the title
Migrate Shared preferences to datastore
Migrate SharedPreferences to DataStore
Dec 19, 2023
11 tasks
11 tasks
f-odhiambo
modified the milestones:
Sprint 2 (Jan 14th- Jan 26th),
Sprint 1 (Jan 1st - Jan 12th)
Jan 8, 2024
ndegwamartin
modified the milestones:
Sprint 2 (Jan 14th- Jan 26th),
Sprint 3 (Jan 29th - Feb 9th)
Jan 29, 2024
@f-odhiambo @ndegwamartin The most significant items left are
|
ndegwamartin
modified the milestones:
Sprint 3 (Jan 29th - Feb 9th),
Sprint 4 (Feb 12th - Feb 23rd)
Feb 12, 2024
ndegwamartin
modified the milestones:
Sprint 4 (Feb 12th - Feb 23rd),
Sprint 5 (26th Feb - Mar 8th)
Feb 26, 2024
ndegwamartin
modified the milestones:
Sprint 5 (26th Feb - Mar 8th),
Sprint 6 (Mar 11th - Mar 22nd)
Mar 4, 2024
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature request.
Following this pull request. We will migrate all the functionality of unencrypted shared preferences to datastore.
Additional context
Acceptance criteria
A check list of all things to verify once the implementation by the engineer is complete
Area path
A list of ordered steps in the app on usage of the feature to support anyone testing it e.g. Code reviewer, QA e.g.
Implementation plan (For Engineers)
Create serializable wrapper data classes for relevant SDK classes
Replace shared preferences functionality
Update view models with StateFlow when needed
Write new tests
Remove unused tests
Update documentation
The text was updated successfully, but these errors were encountered: