PRX / cms.prx.org

CMS API for PRX
https://cms.prx.org
GNU Affero General Public License v3.0
4 stars 2 forks source link

Feed importer allows invalid images #540

Open cavis opened 4 years ago

cavis commented 4 years ago

Import a feed with an invalid top-level itunes image (< 1400x1400, for example)

What happens:

I guess I'm not quite clear what to expect in this scenario, since there's an async image worker involved. But it would be nice if we showed this invalid image error to the user somewhere - either in the import tab or on the series basic-info. Just a warning that "hey, that image on your previous feed should be > 1400x1400".

cavis commented 4 years ago

Question: could we call Porter synchronously, just to check the image dimensions?

Or maybe we just wait until we're actively resizing (upsizing?) images to meet the feed requirements.