generated from StanfordSpezi/SpeziTemplateApplication
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Integrate M-CHAT R/F questionnaire into an updated Schedule view #35
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
Supereg
changed the title
New Schedule view, integrating M-CHAT R/F questionnaire
Integrate M-CHAT R/F questionnaire into an updated Schedule view
Oct 26, 2023
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
==========================================
+ Coverage 83.35% 84.96% +1.62%
==========================================
Files 62 63 +1
Lines 2269 2306 +37
==========================================
+ Hits 1891 1959 +68
+ Misses 378 347 -31
Continue to review full report in Codecov by Sentry.
|
This was referenced Oct 26, 2023
Merged
Supereg
added a commit
that referenced
this pull request
Oct 27, 2023
# Fix release builds ## ♻️ Current situation & Problem With the latest changes of adding a new ScheduleView and the M-CHAT R/F questionnaires (see #35), we broke the release build action. ## 💡 Proposed solution This PR fixes the compilation issues and adds a PR Action step to verify release build before merging a PR. ## ⚙️ Release Notes * Fix release builds ## ➕ Additional Information ### Related PRs -- ### Testing GitHub Action was added to build the release scheme for every PR. ### Reviewer Nudging -- ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
1 task
Supereg
added a commit
that referenced
this pull request
Oct 28, 2023
# Implement EEG Recordings as a Task ## ♻️ Current situation & Problem With #35 we introduced an updated ScheduleView that provides an overview for all the due tasks for a selected patient. This builds upon this infrastructure and renders the EEG Recording view as a Task tile. ## ⚙️ Release Notes * Visualize EEG Recording as a task in the Schedule view. ## ➕ Additional Information ### Related PRs - #35 ### Testing _TBA_ ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
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.
Integrate M-CHAT R/F questionnaire into an updated Schedule view
♻️ Current situation & Problem
The current
ScheduleView
implementation is directly taken from theSpeziTemplateApplication
. In our application, we won't need to schedule repeated Tasks or questionnaires, but instead have a fixed set of questionnaires to be completed for each patient.💡 Proposed solution
This PR adds initial support for the M-CHAT R/F questionnaire and restructures the ScheduleView to show a fixed set of tasks depending on the completion status of a given patient.
⚙️ Release Notes
➕ Additional Information
Related PRs
--
Testing
New UI Tests were added to cover the added UI components.
Reviewer Nudging
--
Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: