-
Notifications
You must be signed in to change notification settings - Fork 87
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: product notifications #1327
Conversation
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.
only remarks to some minor details
...ations/pages/account-product-notifications/account-product-notifications-page.component.html
Outdated
Show resolved
Hide resolved
...nsions/product-notifications/models/product-notification/product-notification.mapper.spec.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/product-notifications/pages/product-notifications-routing.module.ts
Outdated
Show resolved
Hide resolved
...nsions/product-notifications/services/product-notifications/product-notifications.service.ts
Show resolved
Hide resolved
.../extensions/product-notifications/store/product-notification/product-notification.actions.ts
Outdated
Show resolved
Hide resolved
.../extensions/product-notifications/store/product-notification/product-notification.actions.ts
Outdated
Show resolved
Hide resolved
.../extensions/product-notifications/store/product-notification/product-notification.effects.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/product-notifications/store/product-notifications-store.module.ts
Show resolved
Hide resolved
src/app/extensions/product-notifications/store/product-notifications-store.module.ts
Outdated
Show resolved
Hide resolved
3685ff8
to
a3f7503
Compare
673bdc9
to
e37caeb
Compare
80dfb5e
to
58b6d7a
Compare
c1b0dbb
to
2346734
Compare
2346734
to
d907974
Compare
93f4c52
to
5d2dab1
Compare
Azure Demo Servers are available: |
3 similar comments
Azure Demo Servers are available: |
Azure Demo Servers are available: |
Azure Demo Servers are available: |
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.
Localizations are fine and my latest comments have been resolved in call with Susanne
add a note in the migrations.md about the introduction of the new feature toggle, the new feature toggle should also be added to the feature toggle overview in the configurations.md |
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.
Good job, I found only small issues !!
e2e/cypress/e2e/pages/account/edit-product-notification.module.ts
Outdated
Show resolved
Hide resolved
...ications/pages/account-product-notifications/account-product-notifications-page.component.ts
Show resolved
Hide resolved
src/app/extensions/product-notifications/product-notifications.module.ts
Outdated
Show resolved
Hide resolved
...cations/account-product-notifications-list/account-product-notifications-list.component.html
Outdated
Show resolved
Hide resolved
.../extensions/product-notifications/store/product-notification/product-notification.effects.ts
Outdated
Show resolved
Hide resolved
.../extensions/product-notifications/store/product-notification/product-notification.reducer.ts
Show resolved
Hide resolved
...xtensions/product-notifications/store/product-notification/product-notification.selectors.ts
Outdated
Show resolved
Hide resolved
...ions/product-notifications/store/product-notification/product-notification.selectors.spec.ts
Outdated
Show resolved
Hide resolved
src/app/pages/product/product-detail/product-detail.component.html
Outdated
Show resolved
Hide resolved
…d getProductNotificationsByType
…ired, there are no required markers)
3f063dc
to
abdaada
Compare
…ion key optimization
abdaada
to
e9eef5f
Compare
PR Type
[X ] Feature
What Is the Current Behavior?
There is no product notification functionality available in the PWA.
What Is the New Behavior?
The product notification functionality for in stock and price notifications in the My Account Area (listing/editing/deleting) and on PDP (creating/editing/deleting) is implemented as an extension for the PWA.
Limitation
The language specific entry of money amounts is not possible, only the English format is supported.
Does this PR Introduce a Breaking Change?
[ ] Yes
[X] No
Other Information
Requires ICM version 7.10.40.1 for adapted email templates, REST functionality is already available
AB#81192