Child record redesign - sessions per programme#6138
Merged
Conversation
stevehook
commented
Feb 27, 2026
thomasleese
reviewed
Mar 4, 2026
c71c212 to
74007f3
Compare
thomasleese
reviewed
Mar 4, 2026
thomasleese
approved these changes
Mar 4, 2026
Also adds a filtered session table to the per-programme tabs on the child record page. Jira-issue: MAV-3826
The behaviour and appearance of the session table on the programme tabs is sufficiently different from `AppPatientProgrammeSessionTableComponent` appears on the _Child record_ tab to make a separate component worthwhile. Jira-issue: MAV-3836
Jira-issue: MAV-3836
This is part of the soon to be removed _Sessions_ card on the _Child record_ tab, but is not present in the prototype for the new design. Jira-issue: MAV-3836
Proper scoping of vaccination records Co-authored-by: Thomas Leese <thomas@leese.io>
`VaccinationRecord.last` orders by `id` so it won't return what we want by itself if vaccination records are added to the system out of sequence.
d2c5e0b to
2eb44ca
Compare
This file contains hidden or 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
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 PR is one of several subtasks that implement the new child record design. It includes:
AppPatientProgrammeSessionTableComponentcomponent that lists sessions for the given patient and programme in a table. The existingAppPatientSessionTableComponentis still used on the Child record tab but may be deleted in future along with thechild_record_redesignfeature flag.Screenshots
Pre-release tasks
Post-release tasks