-
Notifications
You must be signed in to change notification settings - Fork 62
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
11 tasks
11 tasks
@f-odhiambo @ndegwamartin The most significant items left are
|
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: