digitalutsc / islandora_web_annotations

An Islandora module that enables annotation on Islandora objects, following the W3C Web annotation model.
GNU General Public License v3.0
7 stars 5 forks source link

Client Feedback: Navigation block and annotation behaviour #199

Closed kstapelfeldt closed 6 years ago

kstapelfeldt commented 7 years ago

As a user I wish to read a list of annotations and if one interests me, click on a hyperlink in the list and automatically open the annotation on the object I'm viewing, in order to simplify the process of navigating to a particular annotation. Currently, I would need to find the number or start time in the interface to view a given annotation.

navigation-block-and-player

Natkeeran commented 7 years ago

We can implement something similar to the play segment feature in the Oral History module. When the user clicks a button play, we can play starting from that time element.

document.getElementById("video-js-oh_html5_api").currentTime = 10
videojs('#video-js-oh').play()

More info here: https://gingertech.net/2009/08/19/jumping-to-time-offsets-in-videos/

kstapelfeldt commented 7 years ago

related to #186

kstapelfeldt commented 6 years ago

img_20171016_140956 Summary of Discussions: We will bring back multiple results for multiple annotations. No default navigation to the annotation object view. Annotation body will be a portion of search result.