[ADE-66] create ReportDetailPage & add report-status api gateway endpoint #86
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.
Change
This pull request introduces several changes to both the backend and frontend codebases. On the backend, a new API resource and method for retrieving report statuses has been added under the
document-processorresource. On the frontend, new icons are added to theIconcomponent, and minor formatting adjustments are made to theTabNavigationcomponent. Below is a breakdown of the most important changes:Backend Changes: New API Resource for Report Status
report-status/{reportId}resource under thedocument-processorAPI, including integration with an HTTP proxy to retrieve report statuses. (backend/src/iac/backend-stack.ts, [1] [2]GETmethod for thereport-status/{reportId}resource, including request parameter mapping and authorization options. (backend/src/iac/backend-stack.ts, backend/src/iac/backend-stack.tsR514-R520)report-status/{reportId}resource to allow cross-origin requests. (backend/src/iac/backend-stack.ts, backend/src/iac/backend-stack.tsR560-R564)Frontend Changes: Icon Component Updates
flag,flask,chevronUp,chevronDown,vial) to theIconcomponent, including updates to theIconNametype andsolidIconsmapping. (frontend/src/common/components/Icon/Icon.tsx, [1] [2] [3]Iconcomponent for better readability. (frontend/src/common/components/Icon/Icon.tsx, frontend/src/common/components/Icon/Icon.tsxL157-R173)Frontend Changes: TabNavigation Component
TabNavigationcomponent for consistent styling and readability. (frontend/src/common/components/Router/TabNavigation.tsx, frontend/src/common/components/Router/TabNavigation.tsxL104-R110)TabNavigationcomponent file. (frontend/src/common/components/Router/TabNavigation.tsx, frontend/src/common/components/Router/TabNavigation.tsxL19-R20)Does this PR introduce a breaking change?
{...}
What needs to be documented once your changes are merged?
{...}
Additional Comments
{...}