-
Notifications
You must be signed in to change notification settings - Fork 62
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
Updating the login flow to save multiple practitioner details #2623
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Update the status code set when the FHIR conditions are closed by the events management - Update the login pieces to download configs everytime the user is on the username/password screen
android/quest/src/main/java/org/smartregister/fhircore/quest/ui/login/LoginViewModel.kt
Outdated
Show resolved
Hide resolved
android/quest/src/main/java/org/smartregister/fhircore/quest/ui/login/LoginActivity.kt
Show resolved
Hide resolved
android/quest/src/main/java/org/smartregister/fhircore/quest/ui/login/LoginViewModel.kt
Show resolved
Hide resolved
ndegwamartin
approved these changes
Jul 28, 2023
ndegwamartin
added a commit
that referenced
this pull request
Aug 1, 2023
* Update login to allow saving of multiple Practitioner details. * Update the status code set when the FHIR conditions are closed by the events management * Update the login pieces to download configs every time the user is on the username/password screen * Update the login view model to save the practitioner details for supervisor and CHWs * Remove the Snackbar display every time sync fails * Bump up version name * Refactor configs to request via Batch POST --------- Co-authored-by: Martin Ndegwa <mndegwa@ona.io> Co-authored-by: Martin Ndegwa <ndegwamartin@users.noreply.github.com>
ndegwamartin
added a commit
that referenced
this pull request
Aug 2, 2023
* Update login to allow saving of multiple Practitioner details. * Update the status code set when the FHIR conditions are closed by the events management * Update the login pieces to download configs every time the user is on the username/password screen * Update the login view model to save the practitioner details for supervisor and CHWs * Remove the Snackbar display every time sync fails * Bump up version name * Refactor configs to request via Batch POST --------- Co-authored-by: Martin Ndegwa <mndegwa@ona.io> Co-authored-by: Martin Ndegwa <ndegwamartin@users.noreply.github.com>
AbdulWahabMemon
added a commit
that referenced
this pull request
Aug 7, 2023
* main: Make SideMenu items scrollable (#2645) Add progress indicator for report generation (#2635) CHT measure report result screen (#2624) Provide missing QuestionnaireResponse in bundle param for FhirCarePlanGenerator#conditionallyUpdateResourceStatus (#2643) Fix resource closure failure after server sync (#2639) Fix build add more further reading (#2637) Refactor questionnaire implementation (#2622) Fix Unit Tests + Build 💚 Fix Unit Tests ✅ Clean up Fix Unit tests ✅ Updating the login flow to save multiple practitioner details (#2623) Disable Dialog Dismiss Incase of Initial Sync Errors (#2608) Add the new ecbis production flavor Performance tests for loading register data (#2592) Fix back navigation for date selection page (#2628) Create github release file (#2611) Add form authoring consideration documentation (#2618)
qiarie
pushed a commit
that referenced
this pull request
Jan 15, 2025
* Update login to allow saving of multiple Practitioner details. * Update the status code set when the FHIR conditions are closed by the events management * Update the login pieces to download configs every time the user is on the username/password screen * Update the login view model to save the practitioner details for supervisor and CHWs * Remove the Snackbar display every time sync fails * Bump up version name * Refactor configs to request via Batch POST --------- Co-authored-by: Martin Ndegwa <mndegwa@ona.io> Co-authored-by: Martin Ndegwa <ndegwamartin@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes #[issue number] or Closes #[issue number]
Engineer Checklist
strings.xml
file./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the project's style guideCode Reviewer Checklist
strings.xml
file