Elly Kitoto
Elly Kitoto
This view pops up a dialog where you can select items and it writes them back to the view. More of an expansion panel view
**Describe the bug** When an exception occurs while downloading a resource, the `com.google.android.fhir.sync.download.DownloaderImpl` attempts to emit a `com.google.android.fhir.sync.DownloadState.Failure` failure in the `catch` block which results to a FATAL_EXCEPTION. **Component** Core...
Capture the following content - [ ] How to perform DB level sorting using configs - [ ] Data queries & filter criteria - [ ] Sorting resources using the...
**IMPORTANT: Where possible all PRs must be linked to a Github issue** Fixes [3048](https://github.com/opensrp/fhircore/issues/3048) **Engineer Checklist** - [x] I have written **Unit tests** for any new feature(s) and edge cases...
**Describe the feature request.** Use a caching strategy to improve faster access to data used on registers and profiles. Especially on registers. **Additional context** The register reads and computes data...
**Describe the feature request.** Read and use content for configuration resources from the `configs/app/resources` directory in the assets directory. Ideally, any FHIR resource can be loaded into the application through...
**Describe the bug** The application prevents the user from trying to log in with a different username if the initial login fails. This should not happen, the app should only...