-
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
Simplify patient session routes and fix session links #3138
Merged
+149
−461
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
9871473
to
e1538ae
Compare
97ad4a9
to
a30fa4b
Compare
77b5f89
to
73a566a
Compare
a30fa4b
to
4c3e24c
Compare
73a566a
to
5e0274a
Compare
4c3e24c
to
e5b5e15
Compare
5e0274a
to
39c42c2
Compare
e5b5e15
to
6ae7484
Compare
39c42c2
to
6bc4189
Compare
6ae7484
to
5cf9a52
Compare
6bc4189
to
0b4fde5
Compare
5cf9a52
to
5868b35
Compare
benilovj
approved these changes
Mar 6, 2025
0b4fde5
to
67a9b36
Compare
5868b35
to
5a74de6
Compare
67a9b36
to
29f220a
Compare
This simplifies how the routing works for patient sessions by removing the unused section and tab parameters now that these have been combined in to tabs on the session page.
This updates the sessions table that's shown on the patient page to include the programmes, and ensure that we're deep linking to the patient in the sessions.
5a74de6
to
611ad37
Compare
|
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 simplifies how the routing works for patient sessions to remove the
section
andtab
parameters now that those pages no longer exist. It also fixes the design of the table of sessions shown on the patient page and fixes the links to deep link to the session for the patient with the right programme.Screenshots