Hello forum,
I am attempting to create an element for a Display that will render a tree-like summary of the hierarchical relationships between Occurrences in my Providence installation. I am dealing with Occurrences in a film archive, so Occurrences map to the concept of Works, which may have nested relationships. For example, a Series contains a Season which contains an Episode.
I want to render this relationship in the summary view of an Occurrence record. Something like this:
Series A
➔ **Season 01**
➔ Episode 01
Ideally, the bold item would be the current record context, so as to summarize where the current Occurrence fits in its hierarchy.
I know that this is essentially the same information provided by the Location in hierarchy bundle, but I can't see a way to add that bundle directly to a Display. My goal is to present the hierarchical relationships between Occurrences in a summary view, for reporting purposes. Any guidance on how to approach this would be greatly appreciated!