kaizen icon indicating copy to clipboard operation
kaizen copied to clipboard

[feat]: graph visualizer for codebase

Open SwapnilChand opened this issue 1 year ago • 2 comments

An overview graph visualization of a codebase can help devs to quick start work in new code bases.

SwapnilChand avatar Sep 12 '24 23:09 SwapnilChand

Was wondering if this will feature relationships between functions within classes too, will the class name be shown as a separate node in the graph?

secondly, instead of defining your own graph structure in sqlite, why not use neo4j ?

ShivanshJ avatar Sep 16 '24 03:09 ShivanshJ

We can for sure highlight nodes differently! @SwapnilChand lets try to do that!

I think we decided against neo4j as its not completely open source, we want to ensure that it is opened source so we don't use things that might need licensing.

sauravpanda avatar Sep 16 '24 03:09 sauravpanda

Closing this issue

SwapnilChand avatar Nov 13 '24 09:11 SwapnilChand