Madhuram Jajoo

Results 25 issues of Madhuram Jajoo

the divider is left aligned. should be centrally aligned

- Have I written custom code (as opposed to using a stock example script provided in MediaPipe): No - OS Platform and Distribution (e.g., Linux Ubuntu 16.04, Android 11, iOS...

type:support
solution:hands
platform:python
stat:awaiting googler

**Describe the Issue** With #2442, we are trying to solve sync issue involving referential integrity. Is this issue solvable in case of SingleResource uploading strategy ? Because in SingleResource the...

type:enhancement
P2
effort:medium

**Describe the Issue** Our current FHIR synchronization process creates new instances of `FhirSynchronizer`, `Uploader`, `Downloader`, and other related classes for each sync operation. These instances rely on configuration settings (like...

P2
type:code health
effort:small

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2456 #2363 #2386 Introducing FhirSyncDbInteractor interface which acts as an abstract layer over...

**Describe the bug** While a batch is uploading, new LocalChange entries can be made. The total LocalChnages being uploaded should be updated every batch. **Component** Engine **To Reproduce** Steps to...

P1

**Describe the bug** In AllLocalChanges UploadStrategies, when the LocalChange list is split across multiple bundle upload requests, database consolidation during those uploads could modify the original LocalChange records. Those modifications...

P1

**Describe the Issue** From [this](https://github.com/google/android-fhir/pull/2392#discussion_r1474511221) comment. > Maybe the failure should also just have an UploadResponseMappings with the actual request & response object returned by the server so that it...

**Describe the Issue** From [this](https://github.com/google/android-fhir/pull/2392#discussion_r1473237135) comment. > It can be passed as part of UploadStrategy via FhirSyncWorker.getUploadStrategy. We might have to come up with some helper / factory functions to...

**Describe the bug** In FhirSynchronizer we do setState before syncDownload syncs resources in the local room database. This poses a critical issue as the SyncJobStatus should only be emitted or...

P2