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

Potentially Modeling Reviews as Commenting Annotations #99

Open
markpbaggett opened this issue Feb 4, 2025 · 1 comment
Open

Potentially Modeling Reviews as Commenting Annotations #99

markpbaggett opened this issue Feb 4, 2025 · 1 comment
Assignees
Milestone

Comments

@markpbaggett
Copy link
Collaborator

Hello,

I realize this might be a somewhat controversial suggestion, but I wanted to raise it for consideration in the case that its never come up.

Items in the Internet Archive often include user reviews, which could be modeled as commenting annotations and displayed within a IIIF viewer. This approach would allow users to see and engage with comments made on an item externally.

The Internet Archive provides these reviews through its metadata API. For example:

{
      "reviewbody": "These where the types of stories my Grandmother would recite to me as a child. Simple and good read for the children.\n\nGood bedtime story.",
      "reviewtitle": "Typical Turn of the Century story.",
      "reviewer": "TallpailofH20",
      "reviewdate": "2007-04-21 04:10:46",
      "createdate": "2007-04-21 04:10:46",
      "stars": "4"
    },
@glenrobson
Copy link
Collaborator

Commenting annotation on the manifest. Note iiif-prezi3 doesn't currently support extra annotation features like created and creator.

annotations would sit on the Manifest which may not be supported in viewers yet.

Potentially do as a linked annotation page.

@glenrobson glenrobson added this to the Spring 2025 milestone Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants