-
Notifications
You must be signed in to change notification settings - Fork 1
[PRMP-915] download report feature to support review report #983
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
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
2bb9a5c
[PRMP-915] Add support for ODS review summary report in download func…
NogaNHS a5bfdfb
Add download link for ODS review summary report in ReviewsPage
NogaNHS c3e739a
[PRMP-915] Refactor download report functionality to support dynamic …
NogaNHS 73de2c1
[PRMP-915] Update download report functionality to use dynamic report…
NogaNHS 2666266
[PRMP-915] clean up
NogaNHS 9681edb
[PRMP-915] Rename build_review_query_filter to build_review_dynamo_fi…
NogaNHS 36bd6e1
[PRMP-915] Update report type in URL for Lloyd George summary downloads
NogaNHS 057f9e1
[PRMP-915] clean up after rebase
NogaNHS abf6663
[PRMP-915] Update alignment class for document review section in Revi…
NogaNHS 4f15361
Merge branch 'main' into PRMP-915
NogaNHS 351876c
Merge branch 'main' into PRMP-915
NogaNHS e5ea340
Merge branch 'main' into PRMP-915
NogaNHS 3d46934
[PRMP-915] Update report download link to use 'PATIENT' report type
NogaNHS e27b5af
[PRMP-915] Refactor navigation logic in DownloadReportSelectStage to …
NogaNHS a922c2d
[PRMP-915] Replace 'Go to home' link with 'Go back' button in Downloa…
NogaNHS d90d7b1
Remove unused BackLink import in DownloadReportSelectStage
NogaNHS ac2714a
Remove unused useConfig import in DownloadReportSelectStage
NogaNHS 7a2f002
Prevent default action on download report button click in HomePage
NogaNHS 0a7f326
Merge branch 'main' into PRMP-915
NogaNHS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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
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
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
15 changes: 15 additions & 0 deletions
15
..._downloadReport/downloadReportSelectStage/ReportDescriptions/ReviewSummaryDescription.tsx
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| const ReviewSummaryDescription = (): React.JSX.Element => { | ||
| return ( | ||
| <> | ||
| <p>This report contains:</p> | ||
| <ul className="ml-3"> | ||
| <li> | ||
| the details of pending document records stored within this service for your | ||
| organisation | ||
| </li> | ||
| </ul> | ||
| </> | ||
| ); | ||
| }; | ||
|
|
||
| export default ReviewSummaryDescription; |
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.