Open alexkrolick opened 4 years ago
For anyone thinking of taking this task on, this site might help for playing around with Wardley maps and understanding how they work: https://www.onlinewardleymaps.com/
Source code: https://github.com/damonsk/onlinewardleymaps
especially now that github supports mermaid having this would be a killer feature all around.
Is this something planned to be implemented soon?
This might be a good starting point:
https://github.com/chriseyre2000/livebooks/blob/main/d3wardleymap.livemd
I have a basic d3 implementation of wardley maps.
I have a javscript implementation of wardley maps here: https://github.com/chriseyre2000/kino_wardley
This should be a good starting point as it uses d3.js to render this.
Wardley Maps are diagrams that map the maturity of different parts in a value chain. They are basically a dependency chart with defined X-Y coordinates (which differentiates them from other graphs which can freely arrange the nodes)
https://en.wikipedia.org/wiki/Wardley_map
https://duckduckgo.com/?t=ffab&q=wardley+map&iax=images&ia=images
Proposed syntax: node definitions take (x,y) coordinates on a scale of 0-100
There are also more advanced features, like arrows showing direction of trends, that could use roughly the same syntax.
There would also need to be a syntax for labelling the axes, which could be similar to the subgraph syntax.