Add initial technical recall page#1382
Merged
malcolmbaig merged 4 commits intomainfrom Apr 29, 2026
Merged
Conversation
Basic template, url and view class. Currently relies on dummy uuids and the view doesn't implement form handling at this stage.
d3b80c5 to
938be78
Compare
We also remove AppointmentMixin so that we no longer rely on an appointment pk passed in the URL. The view now picks an arbitrary appointment with a study attached as dummy data, with a TODO marking it for replacement once retrieval of the appropriate Reading object is implemented.
This doesn't need to be a FormView currently, so use TemplateView for now.
3b0a1aa to
8f9147c
Compare
|
swebberuk
approved these changes
Apr 29, 2026
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.



Description
Add basic template, view and URL for technical recall page.
PR also includes some renaming and implementation changes to the image read view.
Jira link
https://nhsd-jira.digital.nhs.uk/browse/DTOSS-12697
Review notes
Review checklist
/api/v1/), confirm whether it is a breaking change — if so, a new major version (/api/v2/) is required (see ADR-006)