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

[Story #4] User saves image preview #26

Closed
sidolov opened this issue May 3, 2019 · 4 comments
Closed

[Story #4] User saves image preview #26

sidolov opened this issue May 3, 2019 · 4 comments

Comments

@sidolov
Copy link
Contributor

sidolov commented May 3, 2019

Story

As a Merchant I want to save stock image preview directly into Magento Media Storage to be able to insert it into website content

Business Value

no need manually download image preview locally and re-upload it into Magento Media Storage

Preconditions

  • Admin User is logged into Admin Panel
  • Admin User found the stock image to download preview

Acceptance Criteria

  • User saves image preview
  • User sees the image uploaded into the currently selected folder of Magento Media Gallery
  • The image is selected
  • The following image attributes associated with the stock image are saved into Magento DB:
    • id - Asset's unique identifier
    • title - Asset's title
    • creator_id - Unique identifier for the asset's creator
    • creator_name - Asset creator's name
    • creation_date - Date on which the asset was created
    • is_licensed - license applied
    • width - Width in pixels of the asset's complementary (unlicensed) image
    • height - Height in pixels of the asset's complementary (unlicensed) image
    • category - JSON structure with information about the category assigned to the asset
    • category{id}
    • category{name}
    • keywords - List of keywords for the asset
    • media_type - custom Magento attribute. Value is based on stock media_type_id.
    • content-type - Mime type of the asset's content. E.g.image/jpeg
  • If Adobe Stock server is not responding, user sees timeout message
@TomashKhamlai
Copy link

Do we already know the names of DB tables for these attributes?

@sivaschenko
Copy link
Member

@tkacheva please update file name requirement

@sivaschenko
Copy link
Member

@tkacheva let's move the new requirement for file naming to a separate story in Phase 2 and close this story

@tkacheva
Copy link

tkacheva commented Aug 8, 2019

@sivaschenko ok!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants