Skip to content

User views the image details

Olena Tkacheva edited this page May 8, 2019 · 4 revisions

Story

As a Merchant I want to view stock image attributes inside Magento Admin Panel when I search for the stock images

Business Value

provide information for user to take informative decision if the stock image is the right fit for their purposes

Preconditions

  • Admin User is logged into Admin Panel
  • Admin User searched stock images inside Media Gallery
  • Admin User sees the images matching search request

Acceptance Criteria

  • User selects the image in search results to view details
  • User sees following image attributes without page reload:
    • thumbnail_500 - Extra large (XL) (500 px) image returned with watermark.
    • id - Asset's unique identifier
    • title - Asset's title
    • content-type - Mime type of the asset's content
    • width - Width in pixels of the full-sized original asset
    • height - Height in pixels of the full-sized original asset
  • User sees selected image in the search result
  • User selects next image in the grid to view details of and sees the image attributes updated.
  • User scrolls down the page and sees image details going up
  • User hides image details by closing them or selecting this image in the grid once again

Image detail

Clone this wiki locally