Islandora / documentation

Contains islandora's documentation and main issue queue.
MIT License
104 stars 71 forks source link

Add an 'Image Preservation Master' FedoraResource bundle #490

Closed dannylamb closed 7 years ago

dannylamb commented 7 years ago

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):

<>  a pcdmuse:PreservationMasterFile .
    pcdm:fileOf <someImage>

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..).

dannylamb commented 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.

dannylamb commented 7 years ago

I'm snagging this, mostly because I think I'm going to pivot on how to accomplish this.

ruebot commented 7 years ago

https://github.com/Islandora-CLAW/islandora_image/commit/1f4e59596bd86bc1444281a06adaeee07a135a75 https://github.com/Islandora-CLAW/islandora/commit/f6fb6d2f046a9b6163d462530560c37d0695b41d