-
Notifications
You must be signed in to change notification settings - Fork 5
[NCL-8076] Add Analyzed Artifacts tabs #630
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
base: main
Are you sure you want to change the base?
[NCL-8076] Add Analyzed Artifacts tabs #630
Conversation
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.
Thanks for you changes! I've noticed a few things we could discuss.
Just a note for myself: Similar functionality is already implemented in ProductMilestoneDeliveredArtifactsPage
, the current one should probably be very similar.
...onents/DeliverableAnalysisAnalyzedArtifactsPage/DeliverableAnalysisAnalyzedArtifactsPage.tsx
Outdated
Show resolved
Hide resolved
...onents/DeliverableAnalysisAnalyzedArtifactsPage/DeliverableAnalysisAnalyzedArtifactsPage.tsx
Outdated
Show resolved
Hide resolved
src/components/DeliverableAnalysisDetailPage/DeliverableAnalysisDetailPage.tsx
Show resolved
Hide resolved
Hi @patrikk0123 , could you please review this one as well? |
bb1634e
to
fb83514
Compare
...ents/DeliverableAnalysisDeliveredArtifactsPage/DeliverableAnalysisDeliveredArtifactsPage.tsx
Outdated
Show resolved
Hide resolved
...components/ProductMilestoneDeliveredArtifactsPage/ProductMilestoneDeliveredArtifactsPage.tsx
Outdated
Show resolved
Hide resolved
fb83514
to
7b68877
Compare
The GitHub actions failed but my local env builds it fine. Will check the cause of this issue |
* @param requestConfig - Axios based request config | ||
*/ | ||
export const getAnalyzedArtifacts = ({ id }: IDeliverableAnalysisReportApiData, requestConfig: AxiosRequestConfig = {}) => { | ||
return pncClient.getHttpClient().get<ArtifactPage>(`/deliverable-analyses/${id}/analyzed-artifacts`, requestConfig); |
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.
isn't the format different? AnalyzedArtifact
instead of Artifact
No description provided.