From 815c9b51d2fc1094ff1d7405e2a33ae9212f184c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Rintam=C3=A4ki?= <marko.rintamaki@jamk.fi> Date: Tue, 5 Oct 2021 11:27:23 +0000 Subject: [PATCH] Add new file --- .../product-mind-map.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/20-Requirement-management/product-mind-map.md diff --git a/docs/20-Requirement-management/product-mind-map.md b/docs/20-Requirement-management/product-mind-map.md new file mode 100644 index 0000000..bde67f1 --- /dev/null +++ b/docs/20-Requirement-management/product-mind-map.md @@ -0,0 +1,19 @@ +# Template of product mind map + +```plantuml +@startmindmap ++ Product +++ Feature X1 ++++ Functionality Z1 ++++ Functionality Z2 +++ Feature X2 ++++ Functionality Z2 ++++ Functionality Z3 +-- Feature X3 +--- Functionality Z10 +--- Functionality Z11 +-- Feature X4 +--- Functionality Z15 +--- Functionality Z16 +@endmindmap +``` -- GitLab