Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Update product handles won't update existing images  #63

Open
@huoxito

Description

ps. opening this here because I'm not really sure how we could best address it.

Currently the ProductUpdateHandler will always create new images. So if a product with one image is updated say ten times from Wombat it will have 10 images.

I believe we need to figure some way to avoid creating those new images on every product update. Or at least give some kind of option / configuration to do so. Not sure paperclip supports that out of the box. I'm wondering whether we should add a url column on the database so we could map the images by the url and update / create based on that field.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions