librustzcash icon indicating copy to clipboard operation
librustzcash copied to clipboard

Use mermaid for migrations graph

Open AArnott opened this issue 1 year ago • 6 comments

The migrations ASCII art previously used was somewhat hard to read and much harder to maintain over time. Mermaid markdown provides a very easy way to add new nodes to the graph, and the result is far more visually parseable.

Mermaid can be rendered on GitHub or via a local extension such as in VS Code. I've added an extension recommendation for VS Code as part of this change.

Here is what it looks like in VS Code: image

And right here in the PR, github will render the graphic with the click of a button on the introduced file.

AArnott avatar Feb 11 '24 21:02 AArnott