phaidra / phaidra-ui

User interface components using the Phaidra API
Apache License 2.0
4 stars 3 forks source link

collection detail page - collection tree #43

Closed RastislavHudak closed 2 years ago

RastislavHudak commented 2 years ago

on collection detail page, show the collection hierarchy, if there is any

eg col o:459006 is part of o:459021 and has o:459005 as member. So if I'm eg on detail object of o:459006 it should show:

it should show the whole hierarchy, not just parents (there could be more) and children, so it should traverse the ifpartof relation recursive in both ways (up and down)

RastislavHudak commented 2 years ago

Done #50