-
Notifications
You must be signed in to change notification settings - Fork 91
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
[Story #29] User sees images from the same series as the currently viewed image #324
Comments
There are two different pieces of functionality here. One is to show the series that contains this image (this is defined by the Contributor when she/he uploads the image). The other function is to show images which are visually similar, whether they are uploaded by that Contributor or not. Both functions have specific API methods.
To view all images similar to the current image, use This returns 5,264,341 results. For more specific results, you should also supply the keyword used in the original search. For example, if you include search words "office party" with this request, the total number of responses is reduced to 5,779. |
https://devdocs.magento.com/guides/v2.3/pattern-library/containers/tabs/tabs.html |
@sivaschenko related images are not aligned by width (see mockup https://xd.adobe.com/view/0a8fc470-497b-4fd6-4043-62560c21d8db-7cbe/screen/1acd0ba2-bbc2-47a9-9e2a-783156db6900/Stock-Image-specs) Stock web interface crops the related images to make them aligned |
We discussed with @sivaschenko @tkacheva and Eugene and agreed on a solution that:
Though I think it is worth considering the solution presented in this StackOverflow post. It has a nice approach of using
... yields something like this: |
Space needs to be reserved while loading related images @belbiy please provide a mockup. |
Space is reserved - related issue is fixed #765 |
Story
As a Merchant I want to see images that are from the same series as currently viewed image so that I have better image discovery experience and find the image I need faster
Business Value
enhanced image discovery
Preconditions
Acceptance Criteria
The text was updated successfully, but these errors were encountered: