empowerhack / DrawMyLife-Service

API and Admin system for the Draw My Life initiative - Volunteers: check README and GitHub Projects to get started.
https://github.com/empowerhack/DrawMyLife-Service/projects
MIT License
13 stars 0 forks source link

Allows pdfs to be uploaded and converted #96

Closed steverabino closed 7 years ago

steverabino commented 7 years ago

This branch will allow PDFs to be uploaded. Fixes issue

It has been necessary to change the original image format to large, as original actually edits the original, rather than making a copy called original which was expected. This image format is currently not used anywhere, so is not a problem currently.

However, if the large format is used in future, pictures uploaded before this change will fail to load the "large" format. I will look to fix this with a migration in the future.