-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Currently outer dependencies are counted when the mutual stack that is either the current or an ancestor (descendant mutual stacks are inner dependencies). When viewing a child stack this can be confusing as the user may only be interested in improving the structure/dependencies of what they can see (i.e. just the child stack). They also wont see both ends of the relationship (i.e. dependency and dependent).
It would be beneficial to view dependency counts just for the current stack. It will still be useful to also include ancestors, but less likely to be what a user expects, so this would be an option.
- id: parent
items:
id: child
dependsUpon: parent sibling
- parent siblingcurrent - ancestors & parent:
updated - parent only:

