Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Engine dependency from SDC. #1742

Merged
merged 5 commits into from
Dec 22, 2022

Conversation

aditya-07
Copy link
Collaborator

IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).

Fixes #1705

Description
Added an interface that Developer Application may provide to resolve x-fhir-query for SDC library.

Alternative(s) considered
Have you considered any alternatives? And if so, why have you chosen the approach in this PR?

Type
Choose one: Code health

Screenshots (if applicable)

Checklist

  • I have read and acknowledged the Code of conduct.
  • I have read the Contributing page.
  • I have signed the Google Individual CLA, or I am covered by my company's Corporate CLA.
  • I have discussed my proposed solution with code owners in the linked issue(s) and we have agreed upon the general approach.
  • I have run ./gradlew spotlessApply and ./gradlew spotlessCheck to check my code follows the style guide of this project.
  • I have run ./gradlew check and ./gradlew connectedCheck to test my changes locally.
  • I have built and run the demo app(s) to verify my change fixes the issue and/or does not break the demo app(s).

Copy link
Contributor

@omarismail94 omarismail94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIce change Aditya! Left a few comments

Copy link
Collaborator

@jingtang10 jingtang10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just some small comments - thanks @aditya-07

@aditya-07 aditya-07 assigned jingtang10 and unassigned aditya-07 Dec 20, 2022
@jingtang10 jingtang10 merged commit 4e18ef2 into google:master Dec 22, 2022
kevinmost pushed a commit to kevinmost/android-fhir that referenced this pull request Jan 4, 2023
* Added interface to resolve x-fhir-query for library

* Review changes

* Removed unnecessary imports
LZRS added a commit to opensrp/fhircore that referenced this pull request Jan 12, 2023
LZRS added a commit to opensrp/fhircore that referenced this pull request Jan 12, 2023
LZRS added a commit to opensrp/fhircore that referenced this pull request Jan 12, 2023
LZRS added a commit to opensrp/fhircore that referenced this pull request Jan 12, 2023
sevenreup pushed a commit to opensrp/fhircore that referenced this pull request Jan 17, 2023
…1917)

* Update to latest 'engine' and 'data-capture' lib versions

* Add tests on FhirPlanWorker to improve test coverage

* Check for null when sync is of status glitched/failed

It seems sometimes sync returns status with the "exceptions" field null, although in kotlin the exceptions field is never expected as null

* Update sdc lib to release version 0.1.0-beta06-preview4-SNAPSHOT

* Hide submit button for non-paginated questionnaires

* Remove margin between progressbar and toolbar for questionnaires

* Fix issue with x-fhir-query answer expression failing

Due to sdc library decoupling from engine google/android-fhir#1742
pld pushed a commit to opensrp/fhircore that referenced this pull request Jan 26, 2023
* Fix issue with x-fhir-query answer expression failing

Due to sdc library decoupling from engine google/android-fhir#1742

* Add tests for FhirXFhirQueryResolver

* Moving x-fhir query resolver to quest
@aditya-07 aditya-07 deleted the ak/sdc-engine-decoupling branch April 19, 2023 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decouple modules from each other.
3 participants