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: As a customer, I want to request OTP and use it to register an account on B2C Composable Storefront #19828

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

Conversation

Melody-zhou-512
Copy link
Contributor

@Melody-zhou-512 Melody-zhou-512 requested review from a team as code owners January 6, 2025 02:56
@github-actions github-actions bot marked this pull request as draft January 6, 2025 02:56
github-actions bot and others added 3 commits January 6, 2025 02:56
@Melody-zhou-512 Melody-zhou-512 marked this pull request as ready for review January 7, 2025 01:50
Copy link
Contributor

github-actions bot commented Jan 7, 2025

Merge Checks Failed

Please push a commit to re-trigger the build. 
To push an empty commit you can use `git commit --allow-empty -m "Trigger Build"`

@@ -16,7 +16,7 @@
"wrongEmailFormat": "This is not a valid email format."
},
"verificationTokenForm": {
"createVerificationToken": "Verification code sent to {{target}}. Please check and enter the code.",
"createVerificationToken": "Verification code has been sent to {{target}}. Please enter the code.",
Copy link
Contributor

Choose a reason for hiding this comment

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

not modify existing one, add a new one

Copy link
Contributor Author

Choose a reason for hiding this comment

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

refer to mockup

Copy link
Contributor

Choose a reason for hiding this comment

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

what grace said is always use new entry when you want to update text.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

UX inform me to modify this.

Copy link
Contributor

@scarai-sap scarai-sap Jan 10, 2025

Choose a reason for hiding this comment

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

UX does't know the detail of how to make code backward compatibility....

Any text change is not allowed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok got it!

@i53577 i53577 changed the title feature/CXSPA-3919:As a customer, I want to request OTP and use it to register an account on B2C Composable Storefront feat: As a customer, I want to request OTP and use it to register an account on B2C Composable Storefront Jan 8, 2025
@github-actions github-actions bot marked this pull request as draft January 13, 2025 07:46
@Melody-zhou-512 Melody-zhou-512 marked this pull request as ready for review January 13, 2025 07:46
Copy link

cypress bot commented Jan 13, 2025

spartacus    Run #46664

Run Properties:  status check passed Passed #46664  •  git commit 2c2a2c1258 ℹ️: Merge dd732b7d01fa2e20093724879e6fdde471f7d52c into e7b7e653ec7e07b35787b6402c39...
Project spartacus
Branch Review feature/CXSPA-3919
Run status status check passed Passed #46664
Run duration 04m 51s
Commit git commit 2c2a2c1258 ℹ️: Merge dd732b7d01fa2e20093724879e6fdde471f7d52c into e7b7e653ec7e07b35787b6402c39...
Committer Melody-zhou-512
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 4
Tests that did not run due to a developer annotating a test with .skip  Pending 2
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 125
View all changes introduced in this branch ↗︎

fix sonar issue
@github-actions github-actions bot marked this pull request as draft January 13, 2025 09:11
@Melody-zhou-512 Melody-zhou-512 marked this pull request as ready for review January 13, 2025 09:11
fix pr issue
@github-actions github-actions bot marked this pull request as draft January 13, 2025 09:58
@Melody-zhou-512 Melody-zhou-512 marked this pull request as ready for review January 13, 2025 09:58
fix sonar issue
@github-actions github-actions bot marked this pull request as draft January 14, 2025 05:50
@Melody-zhou-512 Melody-zhou-512 marked this pull request as ready for review January 14, 2025 05:50
Copy link
Contributor

Merge Checks Failed

Please push a commit to re-trigger the build. 
To push an empty commit you can use `git commit --allow-empty -m "Trigger Build"`

@github-actions github-actions bot marked this pull request as draft January 14, 2025 05:51
@Melody-zhou-512 Melody-zhou-512 marked this pull request as ready for review January 14, 2025 05:51
fix code review comments
@github-actions github-actions bot marked this pull request as draft January 15, 2025 02:35
fix code review comments
@Melody-zhou-512 Melody-zhou-512 marked this pull request as ready for review January 15, 2025 03:11
Copy link
Contributor

Merge Checks Failed

Please push a commit to re-trigger the build. 
To push an empty commit you can use `git commit --allow-empty -m "Trigger Build"`

@github-actions github-actions bot marked this pull request as draft January 15, 2025 03:11
fix code review comments
@Melody-zhou-512 Melody-zhou-512 marked this pull request as ready for review January 15, 2025 03:14
@Injectable()
export class RegistrationVerificationTokenFormComponentService {
constructor(
protected globalMessageService: GlobalMessageService,
Copy link
Contributor

Choose a reason for hiding this comment

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

use inject instead of constructor

fix code review comments
@github-actions github-actions bot marked this pull request as draft January 15, 2025 09:14
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