-
Notifications
You must be signed in to change notification settings - Fork 392
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
base: develop
Are you sure you want to change the base?
Conversation
adapt copyright
add e2e test
Merge Checks Failed
|
@@ -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.", |
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.
not modify existing one, add a new one
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.
refer to mockup
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.
what grace said is always use new entry when you want to update text.
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.
UX inform me to modify this.
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.
UX does't know the detail of how to make code backward compatibility....
Any text change is not allowed.
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.
Ok got it!
feature-libs/user/profile/assets/translations/en/userProfile.json
Outdated
Show resolved
Hide resolved
feature-libs/user/profile/components/otp-login-register/otp-login-register.module.ts
Outdated
Show resolved
Hide resolved
feature-libs/user/profile/components/otp-login-register/otp-login-register.component.ts
Outdated
Show resolved
Hide resolved
feature-libs/user/profile/components/otp-login-register/otp-login-register.component.ts
Outdated
Show resolved
Hide resolved
feature-libs/user/profile/components/otp-login-register/otp-register-component.service.ts
Outdated
Show resolved
Hide resolved
...ts/registration-verification-token-form/verify-register-verification-token-form.component.ts
Outdated
Show resolved
Hide resolved
...ts/registration-verification-token-form/verify-register-verification-token-form.component.ts
Outdated
Show resolved
Hide resolved
...ents/registration-verification-token-form/verify-register-verification-token-form.service.ts
Show resolved
Hide resolved
...ents/registration-verification-token-form/verify-register-verification-token-form.service.ts
Outdated
Show resolved
Hide resolved
...ents/registration-verification-token-form/verify-register-verification-token-form.service.ts
Outdated
Show resolved
Hide resolved
feature-libs/user/profile/core/connectors/user-profile.adapter.ts
Outdated
Show resolved
Hide resolved
feature-libs/user/profile/occ/adapters/occ-user-profile.adapter.ts
Outdated
Show resolved
Hide resolved
feature-libs/user/profile/root/facade/registration-verification-token.facade.ts
Outdated
Show resolved
Hide resolved
spartacus Run #46664
Run Properties:
|
Project |
spartacus
|
Branch Review |
feature/CXSPA-3919
|
Run status |
Passed #46664
|
Run duration | 04m 51s |
Commit |
2c2a2c1258 ℹ️: Merge dd732b7d01fa2e20093724879e6fdde471f7d52c into e7b7e653ec7e07b35787b6402c39...
|
Committer | Melody-zhou-512 |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
4
|
Pending |
2
|
Skipped |
0
|
Passing |
125
|
View all changes introduced in this branch ↗︎ |
fix sonar issue
fix pr issue
fix sonar issue
Merge Checks Failed
|
...ts/registration-verification-token-form/verify-register-verification-token-form.component.ts
Outdated
Show resolved
Hide resolved
fix code review comments
fix code review comments
Merge Checks Failed
|
fix code review comments
@Injectable() | ||
export class RegistrationVerificationTokenFormComponentService { | ||
constructor( | ||
protected globalMessageService: GlobalMessageService, |
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.
use inject instead of constructor
fix code review comments
JIRA tciket: https://jira.tools.sap/browse/CXSPA-3919