enh: add dependency issue/pr board with inline issue pane #12403
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Existing problems this enhancement addresses
This makes project planing a lot easier by visualizing dependencies between different items of work
Enhancement description
Explicitly or implicitly most work items, todo's, whatever you wan to call them can/should organized as dependencies.
You shouldn't tie your shoes before you put your socks on.
Forgejo as most every other issue tracker are not great at visualizing these dependencies.
Many relevant things like:
all depended on this technically speaking directed acyclic graph.
All the information is already present in the data model and my closed PR
already gives an implementation.
See the pictures below.
Clicking any issue/PR highlights all issues/PR that block the click issue and everything that the clicked issue is blocking.
Details and notes
No response