Wardley Maps - Feature Request
See original GitHub issueWardley 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
wardley
Customer(30, 100) --> Print(60, 80)
Print --> Website(70, 70)
Customer --> Website
Website --> CRM(60, 75)
Website --> Platform(50,50)
There are also more advanced features, like arrows showing direction of trends, that could use roughly the same syntax.
Website -.- (90, 100)
There would also need to be a syntax for labelling the axes, which could be similar to the subgraph syntax.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:22
- Comments:5
Top Results From Across the Web
How to Wardley Map - IT Revolution
The practice of how to Wardley Map is difficult. Anyone who claims they are an expert mapper should be immediately discounted.
Read more >Landscape - Learn Wardley Mapping
Landscape A map of physical terrain is visual, specific to the battle at hand, and includes the position of troops and obstacles relative...
Read more >Wardley Maps Awesome List
MapScript feature requests. Hosted version available here. Go-Wardley - Generates a Wardley map in SVG format from a HCL-based map description file. Mapkeep...
Read more >How to Get Started With Wardley Maps | Lucidchart Blog
In this article, we'll walk you through how to craft a Wardley map so you can see your entire business landscape and start...
Read more >How to build your first Wardley Map with Miro
Wardley Maps are all about strategy. This is especially helpful if you are starting a business or a non-profit, inspecting the competition, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
especially now that github supports mermaid having this would be a killer feature all around.
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