zingg icon indicating copy to clipboard operation
zingg copied to clipboard

Document blocking Tree

Open sonalgoyal opened this issue 2 years ago • 1 comments

We do not have a way for users to understand the blocking tree. We should add that to the documenter.

sonalgoyal avatar May 17 '22 07:05 sonalgoyal

We should build out the html for the blocking tree. Currently, when you do a toString, it prints out the tree. Need a way to expose this in html

Define a class BlockingTreeDocumenter under the documenter package in core. Adapt the toString method of BlockingTree to build html.

sonalgoyal avatar May 25 '22 12:05 sonalgoyal