[PRMP-1409] Add Document Version History feature#1123
Open
lillie-dae wants to merge 7 commits intomainfrom
Open
[PRMP-1409] Add Document Version History feature#1123lillie-dae wants to merge 7 commits intomainfrom
lillie-dae wants to merge 7 commits intomainfrom
Conversation
90ba5c8 to
db639d0
Compare
9697380 to
817c8a3
Compare
SWhyteAnswer
reviewed
Mar 5, 2026
app/src/pages/documentSearchResultsPage/DocumentSearchResultsPage.tsx
Outdated
Show resolved
Hide resolved
SWhyteAnswer
reviewed
Mar 5, 2026
|
|
||
| {isCurrentVersion ? ( | ||
| <Link | ||
| to="#" |
Contributor
Author
There was a problem hiding this comment.
view buttons are not implemented part of this story, PRMP-1410 is to implement that.
SWhyteAnswer
reviewed
Mar 5, 2026
| View | ||
| </Button> | ||
| <Link | ||
| to="#" |
Contributor
Author
There was a problem hiding this comment.
view buttons are not implemented part of this story, PRMP-1410 is to implement that.
SWhyteAnswer
requested changes
Mar 5, 2026
- Implemented DocumentVersionHistoryPage to display version history of documents. - Created Timeline component to visualize document versions with active/inactive states. - Added getDocumentVersionHistory function to fetch version history from API. - Introduced mock data for testing document version history responses. - Developed styles for TestToggle component to enhance UI. - Added unit tests for getDocumentVersionHistoryResponse to ensure correct API interaction and response structure.
- Implemented the FHIR R4 Bundle resource with associated enums and interfaces. - Created sample JSON files for Bundle history (bundleHistory1.fhir.json and bundleHistory2.fhir.json). - Developed the FHIR R4 DocumentReference resource with its structure and value sets. - Added unit tests for validating the structure and data of Bundle and DocumentReference resources. - Removed outdated generic FHIR types and updated routes for document version history.
Code security issues foundView full details here. |
steph-torres-nhs
previously approved these changes
Mar 9, 2026
Code security issues foundView full details here. |
|
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.



Overview
Jira ticket: PRMP-1409
Description
Context
Checklist
Tasks for all changes:
I have run git pre-commits.(WIP)Deploy - Sandbox- workflow run - TBCSANDBOX Full- Deploy feature branch to sandbox- workflow run - TBCAdditional tasks for UI changes (delete if not applicable):
SANDBOX - UI Smoke Test- workflow run - TBC