You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just an idea, not sure if it is really useful: if we worry about the Dataset table to become too big because of all those thumbnail images, we could also store the thumbnails as files in the storage and make that image attribute in Dataset a relation to Datafile.
In order to display it in Graphical User Interfaces, it would be useful to have a representative image associated with a Dataset.
I suggest we add an
image
field to theDataset
class (https://repo.icatproject.org/site/icat/server/4.10.0/schema.html#Dataset). The ingestion process would select what that image should contain.The text was updated successfully, but these errors were encountered: