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

added candidateExpression support #1789

Merged
merged 14 commits into from
May 3, 2023
Merged

Conversation

owais-vd
Copy link
Collaborator

@owais-vd owais-vd commented Jan 4, 2023

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

Fixes #1038

Description
added implementation based on #1480 support.

Type
Feature

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).

# Conflicts:
#	datacapture/src/main/java/com/google/android/fhir/datacapture/views/QuestionnaireItemViewItem.kt
@omarismail94 omarismail94 self-assigned this Jan 4, 2023
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! Left a comment on a way to avoid duplicate code. lmk what you think!

@omarismail94 omarismail94 assigned owais-vd and unassigned omarismail94 Jan 4, 2023
# Conflicts:
#	datacapture/src/main/java/com/google/android/fhir/datacapture/QuestionnaireItemEditAdapter.kt
#	datacapture/src/main/java/com/google/android/fhir/datacapture/QuestionnaireViewModel.kt
@owais-vd
Copy link
Collaborator Author

owais-vd commented Jan 6, 2023

Hi @omarismail94 feedback resolved and PR is ready for review.

# Conflicts:
#	datacapture/src/main/java/com/google/android/fhir/datacapture/QuestionnaireItemEditAdapter.kt
@jingtang10 jingtang10 assigned jingtang10 and unassigned owais-vd Feb 2, 2023
@jingtang10 jingtang10 assigned owais-vd and unassigned jingtang10 Apr 23, 2023
# Conflicts:
#	datacapture/src/main/java/com/google/android/fhir/datacapture/views/QuestionnaireViewItem.kt
#	datacapture/src/test/java/com/google/android/fhir/datacapture/QuestionnaireViewModelTest.kt
@jingtang10 jingtang10 enabled auto-merge (squash) May 3, 2023 10:55
@jingtang10 jingtang10 merged commit 97a63ad into google:master May 3, 2023
1 of 2 checks passed
@jingtang10 jingtang10 deleted the issue-1038 branch May 3, 2023 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

Add candidateExpression extension
5 participants