enh: add dependency issue/pr board with inline issue pane #12403

Open
opened 2026-05-03 19:57:02 +02:00 by burner_s · 0 comments
burner_s commented 2026-05-03 19:57:02 +02:00 (Migrated from codeberg.org)

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:

  • critical path analysis
  • capacity planing
  • deliver time planing
    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

### 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: * critical path analysis * capacity planing * deliver time planing all depended on this technically speaking directed acyclic graph. All the information is already present in the data model and my closed [PR](https://codeberg.org/forgejo/forgejo/pulls/12400) 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_
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sleepy/forgejo#12403
No description provided.