Skip to content

@W-19050490 fix: mvp bugs #338

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

Merged

Conversation

snehaljha-sf
Copy link
Collaborator

What does this PR do?

What issues does this PR fix or reference?

@snehaljha-sf snehaljha-sf requested a review from a team as a code owner July 18, 2025 15:48
@snehaljha-sf snehaljha-sf changed the title fix: mvp bugs @W-19050490 fix: mvp bugs Jul 18, 2025
Copy link

@sf-kishore-kurri sf-kishore-kurri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the LWC related changes and check-in of MVP fixes

}

export interface OmniAssessmentInfo {
osAssessmentInfos: OSAssessmentInfo[];
ipAssessmentInfos: IPAssessmentInfo[];
}

export interface SitesAssessmentInfo {
name: string;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clean up this one, it is unused code

Copy link

@sf-kishore-kurri sf-kishore-kurri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

apexDependencies: [],
migrationStatus: 'Failed',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit, Failed, Can be Automated, other status can be moved to constants.

@@ -170,7 +192,18 @@ export class IPAssessmentReporter {
];
}

private static getFilterGroupsForReport(): FilterGroupParam[] {
return [];
private static getFilterGroupsForReport(ipAssessmentInfo: IPAssessmentInfo[]): FilterGroupParam[] {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be moved to some common file/util? Based on migration status the filtering is happening and all four components seem to have that field.

@sf-aastha-paruthi
Copy link

Since the target is prerelease/alpha and not prerelease/alphaGA and the branches would diverge, what is the plan to merge prerelease/alphaGA to main?

@snehaljha-sf snehaljha-sf merged commit dea0efd into salesforcecli:prerelease/alpha Jul 24, 2025
1 check passed
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