Open gabru-md opened 6 years ago
https://bl.ocks.org/mbostock/4339083 Please look for this example, this is a sort of tree we focus on building. Ping : @geekyd @ParthS007 @vaibhavsingh97 What say? Please put forward your views so that we can work on it. If you have a better framework then please suggest instead of D3.JS
Looks cool to me, and D3 is best for visualizing.
On Sun 15 Apr, 2018, 12:57 AM Manish Devgan, notifications@github.com wrote:
https://bl.ocks.org/mbostock/4339083 Please look for this example, this is a sort of tree we focus on building. Ping : @geekyd https://github.com/geekyd @ParthS007 https://github.com/ParthS007 @vaibhavsingh97 https://github.com/vaibhavsingh97 What say? Please put forward your views so that we can work on it. If you have a better framework then please suggest instead of D3.JS
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/yogdaan/git-from-scratch/issues/9#issuecomment-381354219, or mute the thread https://github.com/notifications/unsubscribe-auth/AITVasYnn1LhNH-eStAufNHZ-xVLDvBHks5tok2KgaJpZM4TPfbf .
implement the tree component on the right hand side of the page. Switch to
visualize
branch in this repository to work on this feature. check the angular frontend, git-visualize and search for thetree.component
and implement tree there.The
tree.component
must be made to comply with the realtime changes occuring in the left hand side of the page, i.e.terminal.component
.Further bugs and features will be created as issues and can be worked upon later.
Cheers!