-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update Clinician Messages #138
Conversation
@arkadiuszbachorski Please let me know, if you think these actions make sense - if not, I'm open to changing them! In general, I'd think of them to be able to be performed without the use of the There are now three action property values the frontend will need to be able to deal with:
Let me know if you (dis)agree with this! 😊 |
I need more descriptive messages. If we plan to rely on For example
|
Sounds good, works for me - for everything beyond the title and description, the action property already contains the userId, so we could show user information based on that. But that would be additional (e.g. a picture or something like that) and is currently not planned. |
Update Clinician Messages
♻️ Current situation & Problem
We may want to slightly update how clinician messages are created to make them more appropriate (e.g. changing the text so that it is actually clinician-facing rather than patient-facing).
We also decided to add the clinician's name to the PDF, so this is also included in this PR.
⚙️ Release Notes
Add a bullet point list summary of the feature and possible migration guides if this is a breaking change so this section can be added to the release notes.
Include code snippets that provide examples of the feature implemented or links to the documentation if it appends or changes the public interface.
📚 Documentation
Please ensure that you properly document any additions in conformance to Spezi Documentation Guide.
You can use this section to describe your solution, but we encourage contributors to document your reasoning and changes using in-line documentation.
✅ Testing
Please ensure that the PR meets the testing requirements set by CodeCov and that new functionality is appropriately tested.
This section describes important information about the tests and why some elements might not be testable.
Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: