vtex-apps / product-summary

VTEX Product Summary app
11 stars 51 forks source link

Feature/label match criteria #300

Closed FlavioOdas closed 3 years ago

FlavioOdas commented 3 years ago

What problem is this solving?

Some product images are identifiable by specific substrings in their labels, for example: "imageName_hoverImage", this PR aims to broaden the product image by label criteria, inserting the labelMatchCriteria, to define if the image's label searched value should be exactly as provided or if it just needs to contain the substring anywhere in the image's label.

How to test it?

Workspace

Screenshots or example usage:

image

How does this PR make you feel? :link:

vtex-io-ci-cd[bot] commented 3 years ago

Hi! I'm VTEX IO CI/CD Bot and I'll be helping you to publish your app! 🤖

Please select which version do you want to release:

And then you just need to merge your PR when you are ready! There is no need to create a release commit/tag.

vtex-io-docs-bot[bot] commented 3 years ago

Beep boop :robot:

Thank you so much for keeping our documentation up-to-date :heart:

FlavioOdas commented 3 years ago

@icazevedo I've adapted the mainImageLabel field to accept both string and object like suggested 😄

FlavioOdas commented 3 years ago

Any update here guys?

vtex-io-ci-cd[bot] commented 3 years ago

Your PR has been merged! App is being published. :rocket: Version 2.70.0 → 2.71.0

After the publishing process has been completed (check #vtex-io-releases) and doing A/B tests with the new version, you can deploy your release by running:

vtex deploy vtex.product-summary@2.71.0

After that your app will be updated on all accounts.

For more information on the deployment process check the docs. :book: