Skip to content
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

Feat: [ASM] Adding link to customer list for navigating to customer360 #18816

Draft
wants to merge 24 commits into
base: develop
Choose a base branch
from

Conversation

scarai-sap
Copy link
Contributor

@scarai-sap scarai-sap commented May 9, 2024

@scarai-sap scarai-sap marked this pull request as ready for review May 13, 2024 06:19
@scarai-sap scarai-sap requested review from a team as code owners May 13, 2024 06:19
@github-actions github-actions bot marked this pull request as draft May 13, 2024 06:20
@scarai-sap scarai-sap marked this pull request as ready for review May 13, 2024 06:21
@github-actions github-actions bot marked this pull request as draft May 13, 2024 06:27
@scarai-sap scarai-sap marked this pull request as ready for review May 13, 2024 06:27
@github-actions github-actions bot marked this pull request as draft May 13, 2024 06:32
@scarai-sap scarai-sap changed the title Feature/cxspa 6858 Feat: Adding link to customer list for navigating to customer360 May 13, 2024
@scarai-sap scarai-sap marked this pull request as ready for review May 13, 2024 07:53
Copy link

cypress bot commented May 13, 2024

4 flaky tests on run #43742 ↗︎

0 119 2 0 Flakiness 4

Details:

Merge ba50710 into 11540c3...
Project: spartacus Commit: 4c49ea4778 ℹ️
Status: Passed Duration: 03:55 💡
Started: May 20, 2024 3:46 AM Ended: May 20, 2024 3:49 AM
Flakiness  regression/asm/asm.emulation.core-e2e.cy.ts • 1 flaky test • B2C

View Output Video

Test Artifacts
Assisted Service Module > Customer Support Agent - Emulation > should checkout as customer Test Replay Screenshots Video
Flakiness  ssr/pages.core-e2e.cy.ts • 3 flaky tests • SSR

View Output Video

Test Artifacts
SSR > should render homepage Test Replay Screenshots Video
SSR > should render PLP Test Replay Screenshots Video
SSR > should render PDP Test Replay Screenshots Video

Review all test suite changes for PR #18816 ↗︎

@scarai-sap scarai-sap changed the title Feat: Adding link to customer list for navigating to customer360 Feat: [ASM] Adding link to customer list for navigating to customer360 May 13, 2024
@github-actions github-actions bot marked this pull request as draft May 13, 2024 09:06
@scarai-sap scarai-sap marked this pull request as ready for review May 13, 2024 09:11
@github-actions github-actions bot marked this pull request as draft May 13, 2024 09:23
@scarai-sap scarai-sap marked this pull request as ready for review May 13, 2024 09:34
@github-actions github-actions bot marked this pull request as draft May 14, 2024 06:18
Copy link
Contributor

@niehuayang niehuayang left a comment

Choose a reason for hiding this comment

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

just two same small comments

);

this.subscription.add(
this.launchDialogService?.dialogClose
Copy link
Contributor

Choose a reason for hiding this comment

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

? is redundant.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

copy from below code, I guess yes, we can remove the ?

createCustomer(): void {
this.launchDialogService?.openDialogAndSubscribe(
LAUNCH_CALLER.ASM_CREATE_CUSTOMER_FORM,
this.addNewCustomerLink
);
}

Copy link
Contributor

Choose a reason for hiding this comment

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

yes, we can also remove it.

I guess that we fristly add 'launchDialogService' to custructor with a breakchange, then to haddle the break change, we had to difine it as

constructor(
............
    protected launchDialogService**?**: LaunchDialogService
  ) {}

and in the major version, we don't remove all redundant code.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I guess so

@scarai-sap scarai-sap marked this pull request as ready for review May 14, 2024 09:01
@github-actions github-actions bot marked this pull request as draft May 14, 2024 09:06
@i53577 i53577 marked this pull request as ready for review May 14, 2024 09:35
i53577
i53577 previously approved these changes May 14, 2024
@github-actions github-actions bot marked this pull request as draft May 14, 2024 09:54
@scarai-sap scarai-sap marked this pull request as ready for review May 14, 2024 09:54
@github-actions github-actions bot marked this pull request as draft May 15, 2024 00:10
niehuayang
niehuayang previously approved these changes May 15, 2024
@scarai-sap scarai-sap dismissed stale reviews from niehuayang and i53577 via 4680d7a May 20, 2024 03:11
@scarai-sap scarai-sap marked this pull request as ready for review May 20, 2024 03:36
@github-actions github-actions bot marked this pull request as draft May 28, 2024 06:30
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.

None yet

3 participants