Closed dannylamb closed 7 years ago
This is most likely more than one ticket's worth of work. If someone wants to grab this, ping me and we'll whittle it down some.
I'm snagging this, mostly because I think I'm going to pivot on how to accomplish this.
Depends on #482 and #483
This will be our first real attempt to implement how NonRdfResources behave in Islandora. The bundle should contain an entity reference field for the media it "describes" (in this case, an Image media bundle created in #483). The display for the field in a form should be a basic inline_entity_form that allows a user to upload a new image.
You should provide a default rdf mapping that will something like this (from the MVP):
Which means we'll need to register the pcdm use ontology: https://github.com/duraspace/pcdm/blob/master/pcdm-ext/use.rdf. We'll also need to create field storage and a field definition for fileOf.
This would also be a good time for some discussion on basic technical metadata we want by default (like mimetype, etc..).