Annotation Store

Categories

Component ID

2760779

Component name

Annotation Store

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

4499

Component created

Component changed

Component body

Annotation Store Module is mainly focused on storing the video annotation data [Open Video Annotation Library] locally in drupal.
This modules creates the annotation data as an entity in drupal 8 in the name of "annotation_store".

The entities which are created is listed at "/admin/annotation_store/list".

Annotation list link is provided at '/admin/content'.

Display date format at annotation list can be configures at
/admin/config/media/annotation_store

This information includes Annotation text, type, URI, user, created
and changed time stamp.

NOTE: To work around open video annotation and audio annotation in drupal 8 using OVA
module. Refer the module at https://www.drupal.org/project/ova.

Create Annotation:
annotation create

View Annotation:
annotation create

List Annotation:
annotation create

Future Enhancements:

1. To work with update and delete annotation operations for mirador and open
video annotation.