clowder-framework / clowder

A data management system that allows users to share, annotate, organize and analyze large collections of datasets. It provides support for extensible metadata annotation using JSON-LD and a distribute analytics event bus for automatic curation of uploaded data.
https://clowderframework.org/
University of Illinois/NCSA Open Source License
34 stars 17 forks source link

dataset.lastModifiedDate is not updated #386

Closed robkooper closed 1 year ago

robkooper commented 1 year ago

Describe the bug When looking at the code and the data, it seems that lastModifiedDate in the dataset is not updated. I would expect this to be the last time a file was added/removed from the data.

ddey2 commented 1 year ago

If the metadata for a dataset is changed, we have to update the lastModifiedDate

ddey2 commented 1 year ago

I created a PR. I just modified the date when a file is added or removed. There are other methods like addFileInfoToZip etc. Do we want to modify the date there as well?

ddey2 commented 1 year ago

Adding lastModified date to UI

Screen Shot 2022-11-16 at 2 56 31 PM