dataverse-frontend icon indicating copy to clipboard operation
dataverse-frontend copied to clipboard

Add Parent Hierarchy link to Cards

Open ekraffmiller opened this issue 6 months ago • 0 comments

DatasetCard, FileCard and CollectionCard need a link to the parent object that they are contained in. To implement this, we need to add UpwardHierarchyNode to the Preview object backing the Card.

Note, the if the object's parent is the Collection that is currently being viewed, then the link does not appear.

Examples from JSF:

File Card Screenshot 2024-07-29 at 11 50 43 AM Dataset Cards Screenshot 2024-07-29 at 11 47 29 AM Dataverse (Collection) Cards Screenshot 2024-07-29 at 11 23 37 AM

ekraffmiller avatar Jul 29 '24 15:07 ekraffmiller