Skip to content

[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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DnsZhou
Copy link
Contributor

@DnsZhou DnsZhou commented Apr 14, 2025

No description provided.

@DnsZhou DnsZhou requested a review from matedo1 April 14, 2025 01:00
Copy link
Collaborator

@matedo1 matedo1 left a 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.

@matedo1 matedo1 requested a review from patrikk0123 April 14, 2025 08:11
@matedo1
Copy link
Collaborator

matedo1 commented Apr 14, 2025

Hi @patrikk0123 , could you please review this one as well?

@DnsZhou DnsZhou force-pushed the ncl8076-deliverableAnalysisArtifacts branch from bb1634e to fb83514 Compare April 14, 2025 23:42
@DnsZhou DnsZhou requested a review from matedo1 April 14, 2025 23:45
@DnsZhou DnsZhou force-pushed the ncl8076-deliverableAnalysisArtifacts branch from fb83514 to 7b68877 Compare April 21, 2025 21:35
@DnsZhou
Copy link
Contributor Author

DnsZhou commented Apr 21, 2025

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);
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants