Madhuram Jajoo
Madhuram Jajoo
**Describe the Issue** Instead of synchronizer emitting SyncJobStatuses to a SharedFlow and also returning a SyncResult, we can refactor the code to just return a cold flow of SyncJobStatus. This...
**Describe the bug** When we use PerResourceLocalChangeFetcher combined with PerResourcePatchGenerator (in Uploader) we basically squash all the local changes per resource before uploading. So we can say there will as...
From separation of concerns pov, Uploader should get upload requests and provide back upload response [It should not be responsible for creating patches] **Would you like to work on the...
**Describe the bug** Demo app crashes with ServerConfiguration is not provided. The demo app should also work in offline mode when there is no server configuration given. **Component** Core library,...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2490 **Description** Clear and concise code change description. **Alternative(s) considered** Have you considered...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2467 **Description** Upgraded to new "apply" APIs Blocker: Can't seem to figure out...
**Describe the Issue** I think there is a possibility of someone wanting to re-initialize FhirEngine instance while still maintaining the same database. Few reasons:- 1. library enforced API changes in...
**Describe the Issue** FhirEngine package is reponsible for handling all apis related to storage. Sync package is reponsible for handling all apis related to sync. However we identified certain issues...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2457 **Description** Clear and concise code change description. **Alternative(s) considered** Have you considered...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #1914 Cause of the issue: The EditText temporarily contains an extra character. The...