digitalutsc / islandora_lite_docs

Contains a Wiki with documentation for the UTSC Library's Islandora Lite System
GNU General Public License v3.0
2 stars 0 forks source link

Explore options to store file level metadata #103

Open Natkeeran opened 5 months ago

Natkeeran commented 5 months ago

About

A key requirement for us is that we need to store technical metadata about the file at the file level. We also want to bring back that data via views. Similar to here.

Currently, we are using the file_entity module to store this data at the file level. However, there are some concerns about using that module. We want to explore alternative approaches to storing and retrieving file level metadata in Drupal.

Evaluate the following Drupal core patch and see what type of functions it provides. https://www.drupal.org/project/drupal/issues/2983456

Evaluate existing modules to see if their approaches can work the above noted use case.

https://www.drupal.org/project/file_mdm https://git.drupalcode.org/project/pdf_metadata

GOAL