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(product-import): Variant reassignment #127

Merged
merged 28 commits into from
Aug 30, 2018
Merged

Conversation

lojzatran
Copy link
Contributor

@lojzatran lojzatran commented Aug 20, 2018

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

lojzatran and others added 25 commits February 11, 2018 23:20
* feat(product-import): Filter out failed products #116

* chore(product-import): Refactor code - DRU #116
@lojzatran lojzatran requested a review from junajan August 20, 2018 13:06
@lojzatran lojzatran changed the title 116 variant reassignment feat(product-import): Variant reassignment Aug 20, 2018
@lojzatran lojzatran requested review from daern91 and Babanila August 20, 2018 14:01
Copy link
Contributor

@junajan junajan left a 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

test/integration/product-import.spec.coffee Show resolved Hide resolved
anonymized: 0,
productTypeChanged: 0,
processed: 1,
succeeded: 0,
Copy link
Contributor

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 )

Copy link
Contributor Author

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.

@lojzatran lojzatran merged commit da379eb into master Aug 30, 2018
@lojzatran lojzatran deleted the 116-variant-reassignment branch August 30, 2018 08:24
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