-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PRMDR-873 - Enable ARF upload via ARF bucket (#367)
* [PRMDR-873] Add option to test panel to enter ARF workflow, remove LG from ARF selection page * [PRMDR-873] allow searchPatient lambda to return non active patients to GP ADMIN, add an non active patient to mock pds service * [PRMDR-873] some refactoring around mock pds * [PRMDR-873] Add S3 upload ability to ARF journey * [PRMDR-873] Change create doc ref to use ARF bucket for ARF * [PRMDR-873] improve error handling at arf file select page * [PRMDR-873] ensure env var in create doc ref lambda * [PRMDR-873] refactor and fix issue around S3 file path * [PRMDR-873] refactor and fix issue around S3 file path * [PRMDR-873] Add unit test * [PRMDR-873] Keep unused frontend code as comment * [PRMDR-873] minor fix * [PRMDR-873] Improve test coverage * [PRMDR-873] improve coverage * [PRMDR-873] address sonarcloud issue * [PRMDR-873] improve coverage * [PRMDR-873] improve coverage * [PRMDR-873] Remove LG related codes from ARF upload screen * [PRMDR-873] Address PR comment (s3 file location builder) * remove unused import
- Loading branch information
1 parent
6e6905c
commit e4d59e3
Showing
18 changed files
with
374 additions
and
413 deletions.
There are no files selected for viewing
377 changes: 118 additions & 259 deletions
377
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.