go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
45.14k stars 5.49k forks source link

[Feature request]: see the dependency graph of an issue #8794

Open tuxayo opened 5 years ago

tuxayo commented 5 years ago

Some issues can have a lot of dependencies which also have dependencies. So and having a graph can help to know what to work on. This is an example of how it looks on Bugzilla which has this feature: https://bugs.koha-community.org/bugzilla3/showdependencygraph.cgi?id=15522 Note that it's clickable, the issue has a color according their status and hovering shows it's name.

Image version: Ekrankopio 2019-11-02 je 19 48 05

tuxayo commented 5 years ago

Maniphest bug tracker has a really nice graph!

https://dev.getsol.us/T7794

Screenshot_2019-11-18 ⚓ T7794 Meta Solus 4 1 Tasklist

sapk commented 5 years ago

Some parts of ui and code of git graah could be re-use to achieve something similar. Ex: https://gitea.com/alpinelinux/aports/graph image