-
Notifications
You must be signed in to change notification settings - Fork 1
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-import): Variant reassignment #127
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.
Hello @lojzatran .. the PR looks pretty good, I just added two small comments
anonymized: 0, | ||
productTypeChanged: 0, | ||
processed: 1, | ||
succeeded: 0, |
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.
just to be sure, are these reassignment stats correctly named? (proper keys - as we changed them in reassignment )
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.
I checked, and it is correct naming.
Summary
This PR adds support for variant-reassignment module.
Description
The usage of this module can be enabled by supplying the option
variantReassignmentOptions.enabled = true
. By default, reassignment is disabled. The PR also includes changes in statistics to contain stats from reassignment.Fixes: #116