You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenSRP app stores assignment data in the secure shared preferences. We would like to write some methods on the RulesFactory to allow the fetching of this assignment data via rules on the configs
Each assignment data point should be fetched separately
Acceptance criteria
Define methods that allow the fetching of the following assignment data
Practitioner Id
Practitioner Assigned CareTeam(s)
Practitioner Assigned Organization(s)
Practitioner Assigned Location(s)
Implementation plan (For Engineers)
Add service methods in the RulesEngineService to fetch the listed assignment data.
Describe the feature request.
Acceptance criteria
Implementation plan (For Engineers)
Add service methods in the RulesEngineService to fetch the listed assignment data.
Check the writePractitionerDetailsToShredPref method for the keys used to save the data
Add documentation
The text was updated successfully, but these errors were encountered: