diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 03:50:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 03:50:01 +0200 |
commit | d603632ea77ade8efa5b1f4b268a5eb311007860 (patch) | |
tree | 4ca5e57051318a807d4b46cedea848bdc61410bd /brep | |
parent | 344c0a248c9cbec4c4ab844d903be6347589d8e9 (diff) |
Add idea: Dependency graph on package version details page
Diffstat (limited to 'brep')
-rw-r--r-- | brep/list | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/brep/list b/brep/list new file mode 100644 index 0000000..5455aeb --- /dev/null +++ b/brep/list @@ -0,0 +1,8 @@ +- Dependency graph on package version details page [idea] + + We could pre-generate images of (transitive) package dependencies and then + show it on the page. There are tools to do that (see, e.g., how Doxygen does + it). + + In a similar vein we could generate such an image for all the packages. + Probably mostly for entertainment. |