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

Import WADCContainer and WADC Content Models upon install #12

Closed Natkeeran closed 7 years ago

Natkeeran commented 7 years ago

The annotations models need WADCContainer and WADC Content Models to be in the fedora to work. These need to be installed when the module gets installed, similar to how Oral Histories module installs WADC Content Model.

Natkeeran commented 7 years ago

PR#17 does provide functionality to import the required objects. However, the exact hook/method to import is yet to be finalized.

MarcusBarnes commented 7 years ago

Addressed in pull-request https://github.com/digitalutsc/islandora_web_annotations/pull/38 (committed in https://github.com/digitalutsc/islandora_web_annotations/commit/2cdda132890390deaa0db5c3fa024a3e10991f9d).