Skip to content

Commit

Permalink
Resource consolidation for resources created with POST (#2217)
Browse files Browse the repository at this point in the history
* WIP

* test cases

* Adding resource UUID in LocalChangeEntity

* fixing migration tests

* returning resource UUID for insert resource

* Clean up SyncJobStatus and add FhirSynchronizer test (#2184)

* Clean up SyncJobStatus and add FhirSynchronizer test

* remove changes in MAVM

* refactor more

* Consolidator done

* review comments

* adding more tests

* fix failing test cases

* Introducing LocalChangeReference

* Adding LocalChangeDaoTest

* WIP

* added migration and tests for migration

* updating kdoc

* adding database migration

* removing unused refs

* json utils test

* review comments

* addressing review comments

* resolving failing test case

---------

Co-authored-by: Omar Ismail <[email protected]>
  • Loading branch information
anchita-g and omarismail94 authored Oct 26, 2023
1 parent dbde40f commit 0e91a64
Show file tree
Hide file tree
Showing 21 changed files with 2,684 additions and 40 deletions.
1 change: 1 addition & 0 deletions engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ dependencies {
testImplementation(Dependencies.AndroidxTest.workTestingRuntimeKtx)
testImplementation(Dependencies.Kotlin.kotlinCoroutinesTest)
testImplementation(Dependencies.junit)
testImplementation(Dependencies.jsonAssert)
testImplementation(Dependencies.mockitoInline)
testImplementation(Dependencies.mockitoKotlin)
testImplementation(Dependencies.mockWebServer)
Expand Down
Loading

0 comments on commit 0e91a64

Please sign in to comment.