View differing intrinsic fields on book detail view
Allow user to import editable intrinsic fields on book modify page (page count, dimensions, cover art)
Allow user to import editable intrinsic fields on book add page
Dependencies
Everything Else
Will have to change implementation because of refactor
I can't think of a clean way to disable the import image button if our image is the same as the subsidiary. This is because the URLs will always be different. I suppose I could compare the bytes of the image, but this seems excessive.
Our subsidiary has lower resolution images, so we may need to change something to make it look nicer on our book detail page
Feature Description/Implementation
Dependencies
Everything Else