visualizingthefuture / examples-repository

Repository for https://visualizingthefuture.github.io/examples-repository
Other
5 stars 2 forks source link

add support for datasets in multiple file types #20

Open amzoss opened 4 years ago

amzoss commented 4 years ago

include a filter on file type, if so

amzoss commented 4 years ago

if we add support for raw data files like in #65 , we could use the same model as raw image files, which allows for a directory of image files connected to a single pid.

cassws commented 4 years ago

Will loop back to this in current sprint! Also adding subtask:

cassws commented 4 years ago

As per @amzoss 's comments above:

  1. 65 will focus on development of new rake task to automatically collect each record's raw dataset(s) and update metadata accordingly for a collection with datasets

  2. This issue will resolve issues making this metadata useful for front-end, such as:
    • Resolving issues in individual item pages
    • New "filetype" variable needed? Or will facet parse on-the-fly?
    • more to come...