Project

General

Profile

Feature #19467

Updated by Peter Amstutz over 1 year ago

When visiting a workflow step (a container request with requested_by_container_uuid) or collection that was produced by a container request (properties['container_request']) we want to be able to navigate "up" to the parent container request. 

 Want some kind of breadcrumbs on the collection or container request panel that shows something like this: 

 Workflow -> Step -> Collection 

 Design question: what does it show when a number of possible container requests match (because something was reused). 

 Tom: keep some state about things you've looked at and pick the path to took to get there. thing that you visited most recently.    Could embed    uuids making up the path parent workflow uuid in the document fragment or query portion of the URL bar, bar so URL is sharable. 

 Sarah: will add ideas for visual design to show that things are workflow steps or collections 

 Sarah: if you show up with no context it should go to the earlier one 

Back