Automattic / newspack-ios

Newspack for iOS
https://newspack.pub
GNU General Public License v2.0
8 stars 4 forks source link

Photos: Create assets for newly imported photos. #94

Closed aerych closed 4 years ago

aerych commented 4 years ago

Refs #91

This PR updates the photo import process to create Asset records after the import. Errors during the import are logged and recorded in a dictionary so a single error won't halt the import of the rest of the assets. I've left communicating the error to the user as a future TODO and will be addressed once UI for displaying a prompt is added.

To test:

Game for a short PR @jleandroperez ?

aerych commented 4 years ago

Thank you @jleandroperez !