Problem/Motivation
The module should be able to save meta data from images to file and media fields without needing to use a special field widget, the current UX is not very useful.
Proposed resolution
Images are scanned when they are uploaded and fields on the File and Media objects are updated immediately, allowing the values to be present when the image is loaded in the media edit form.
Remaining tasks
Build the changes.
Add test coverage.
User interface changes
When an image is uploaded all of the meta data will already be imported by the time the media edit form is shown.
API changes
TBD
Data model changes
n/a
Comments
Comment #2
damienmckennaComment #3
damienmckennaComment #5
damienmckennaComment #7
damienmckennaCommitted the current functionality, that only works with DropzoneJS.
Comment #9
damienmckenna