-
Notifications
You must be signed in to change notification settings - Fork 22
Support for ratings & reviews in Storefront App #2
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
Support for ratings & reviews in Storefront App #2
Conversation
- et_schema - New feed tables
- Removed customerId
- Separation in Import / Read reviews
- Review and rating metadata export
- Mark entities as removed
- Reviews and rating metadata callbacks
- Review repository
- Rating metadata repository
- Reviews and ratings events
- Reviews and ratings events
- Export reviews w/o rating assigned
- Mark removed reviews on product delete
…port into story-351-product-reviews
@magento run all tests |
@magento run Static Tests, WebAPI Tests |
1 similar comment
@magento run Static Tests, WebAPI Tests |
@magento run WebAPI Tests |
- Reindex on save
@magento run Static Tests, WebAPI Tests |
@magento run WebAPI Tests |
@magento run all tests |
@magento run WebAPI Tests |
@magento run Static Tests |
@magento run WebAPI Tests |
@aleksejsbaranovs10 please fix merge conflict |
…port into story-351-product-reviews
- Compatibility fix with variants
@magento run WebAPI Tests |
@magento run all tests |
@magento run WebAPI Tests |
@magento run all tests |
@magento run all tests |
Fix static failures |
/** | ||
* @inheritdoc | ||
*/ | ||
public function get(EntityRequest $request) |
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.
return type is missing
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.
fixed
* | ||
* @throws \InvalidArgumentException | ||
*/ | ||
public function get(EntityRequest $request); |
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.
return type is missing
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.
fixed
* | ||
* @throws \InvalidArgumentException | ||
*/ | ||
public function get(EntityRequest $request); |
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.
return type is missing
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.
fixed
Please fix Static Tests failures |
…port into story-351-product-reviews
@magento import pr to magento-commerce/commerce-data-export |
@RuslanKostiv1 the pull request successfully imported. |
Gift cards price notification events
Description (*)
Related Pull Requests
magento/storefront-product-reviews-ce#1
magento/catalog-storefront#415
Fixed Issues (if relevant)
Questions or comments
Code Review Checklist (*)