-
Notifications
You must be signed in to change notification settings - Fork 3
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
Build new session record tab #3135
Merged
Merged
+538
−734
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
dc0848e
to
bcc89e0
Compare
bcc89e0
to
b2ebcb5
Compare
3541358
to
82e1543
Compare
fae61b5
to
5efed05
Compare
5efed05
to
6cd5915
Compare
1e8c57c
to
d80e272
Compare
6cd5915
to
ebab4e4
Compare
Base automatically changed from
session-filter-triage-and-register
to
v2.1.0-wip
March 6, 2025 08:32
This adds a new class that encapsulates all the logic related to patient session vaccination outcome and statuses. This class deals with only vaccination records that were performed in the session, and not historical vaccination records from previously, as it introduces a new concept of a session outcome compared to a programme outcome. This follows a similar approach that was added in db31a0b.
This updates the `SearchForm` and various associated classes to allow filtering patients and patient sessions by record (vaccination) status.
This no longer features in the designs and there's isn't a suitable place for it. I've taken this feature out in this commit so we can bring it back later if we need to.
This updates the design of the session record page to match the latest designs in the prototype, where a single tab for vaccinations are shown and the nurses are able to filter the patients by vaccination status and see the value per programme.
This removes unused code related to session tabs that are no longer used.
This allows users to change the default batch for a particular session/programme by showing a banner at the top of the "Record" tab.
The record tab in a session is specific to a particular session date, whereas the outcome tab can be used to see the overall status of a patient.
ebab4e4
to
0bda22c
Compare
|
benilovj
approved these changes
Mar 6, 2025
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.
This updates the design of the session record page to match the latest designs in the prototype, where a single tab for vaccinations are shown and the nurses are able to filter the patients by vaccination status and see the value per programme.
Screenshots