Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add field for all images associated with a document #93

Open
jduss4 opened this issue Apr 19, 2019 · 2 comments
Open

Add field for all images associated with a document #93

jduss4 opened this issue Apr 19, 2019 · 2 comments

Comments

@jduss4
Copy link
Contributor

jduss4 commented Apr 19, 2019

Right now, image_id is used for the preview / thumbnail view of a document, but there is currently no field for all the images. multivalued, keyword field would be best. Will need to research to determine which dublin core / etc metadata schema we will loosely imitate.

@jduss4
Copy link
Contributor Author

jduss4 commented Dec 16, 2019

Ideally this would describe the images, resource location, and method of retrieving them.

For example, something like

images: [
  {
    id: "nei.001.001.jpg",
    endpoint: "mediaserver.unl.edu/neihardt",
    protocol: "http://iiif.io/api/image/2/context.json"
  }
]

(something along those lines, meant to be pseudo code)

That way we know that we need to construct a URL with the IIIF protocol, not just putting the image filename on the end of the location.

@karindalziel
Copy link
Member

karindalziel commented Nov 1, 2021

I wonder if we need the endpoint and protocol as part of the nested field, since they will likely all be the same for any given API item. perhaps instead those should be separate fields in the API, and the images should simply be a list of image ID's.

We will likely need to do a proof of concept for this for the whitman EAD files/integrated guide

@karindalziel karindalziel assigned wkdewey and unassigned jduss4 and lweakly Nov 1, 2021
@wkdewey wkdewey modified the milestones: v2 launch to power center multi project search, v2 Launch to power Petitioning for Freedom (Habeas Corpus) May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants