-
Notifications
You must be signed in to change notification settings - Fork 0
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
PRMDR-873 - Enable ARF upload via ARF bucket #367
Merged
Merged
Changes from 18 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2b460ca
[PRMDR-873] Add option to test panel to enter ARF workflow, remove LG…
joefong-nhs 5da5e78
[PRMDR-873] allow searchPatient lambda to return non active patients …
joefong-nhs a1698ee
[PRMDR-873] some refactoring around mock pds
joefong-nhs a10580e
[PRMDR-873] Add S3 upload ability to ARF journey
joefong-nhs 50fe05d
[PRMDR-873] Change create doc ref to use ARF bucket for ARF
joefong-nhs d5370d0
[PRMDR-873] improve error handling at arf file select page
joefong-nhs 2df1d65
[PRMDR-873] ensure env var in create doc ref lambda
joefong-nhs 7e7ef02
[PRMDR-873] refactor and fix issue around S3 file path
joefong-nhs f205863
[PRMDR-873] refactor and fix issue around S3 file path
joefong-nhs 0f854cb
[PRMDR-873] Add unit test
joefong-nhs 5a6341b
[PRMDR-873] Keep unused frontend code as comment
joefong-nhs df8d2f0
[PRMDR-873] minor fix
joefong-nhs 455b6f1
[PRMDR-873] Improve test coverage
joefong-nhs 63aec83
[PRMDR-873] improve coverage
joefong-nhs 63c8af8
[PRMDR-873] address sonarcloud issue
joefong-nhs 7e24e9c
[PRMDR-873] improve coverage
joefong-nhs d725903
[PRMDR-873] improve coverage
joefong-nhs 074df76
Merge branch 'main' into PRMDR-873
joefong-nhs 63c4dff
[PRMDR-873] Remove LG related codes from ARF upload screen
joefong-nhs 6984cf5
[PRMDR-873] Address PR comment (s3 file location builder)
joefong-nhs 57a67ef
remove unused import
joefong-nhs 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
There are no files selected for viewing
478 changes: 276 additions & 202 deletions
478
app/src/components/blocks/_arf/selectStage/SelectStage.test.tsx
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove