-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add delete draft workflow * Add view model * Add logic for soft deleteing drafts * Run the search for QuestinnaireResponse in view model scope * Move searchQuestionnaireResponse function to default repository * Use interpolated questionnaire config when launching delete draft fragment * Ensure delete draft db calls complete before dialog is dismissed * Add flag to indicate a drft has been deleted * Use aduti event to keep track of deleted drafts * Rename delete draft questionnaire workflow move delete draft classes to questionnaire package * Rename draft dialog fragment and view model * Add data class to hold alert dialog button properties Add ability to set alert dialog button color * Fix failing tests * Update CHANGELOG.md * Verify filtering by encounter works when when searching for latest QR * Run spotless Apply * Update test name Co-authored-by: Martin Ndegwa <[email protected]> * Add documentation for delete draft functionality * Add qustionnaire draft dialog view tests * Run questionnaire soft deletion and audit event creation in a transaction block * Update docs --------- Co-authored-by: Martin Ndegwa <[email protected]>
- Loading branch information
1 parent
64f8fc7
commit bcff526
Showing
20 changed files
with
877 additions
and
226 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.