Skip to content

outer dependency counts for parent or all ancestor stacks #155

@grahamdyson

Description

@grahamdyson

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 sibling

current - ancestors & parent:

before

updated - parent only:

after

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions