-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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(workflows): update product workflow #4982
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Ignored Deployments
|
packages/workflows/src/handlers/middlewares/update-prodcut-reshape-sales-channes-data.ts
Outdated
Show resolved
Hide resolved
packages/workflows/src/handlers/middlewares/update-products-extract-created-variants.ts
Show resolved
Hide resolved
packages/workflows/src/handlers/middlewares/use-variants-inventory-items.ts
Show resolved
Hide resolved
# Conflicts: # packages/workflows/src/definition/product/create-products.ts # packages/workflows/src/handlers/inventory/attach-inventory-items.ts # packages/workflows/src/handlers/inventory/create-inventory-items.ts # packages/workflows/src/handlers/inventory/remove-inventory-items.ts
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 think there's a bit more work to be done on the revert step, but looks good otherwise.
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.
LGTM
The only point missing is review the UNIQUE constraints now that it is using softDelete. It can be in another PR if they have to be changed.
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