Skip to content

Commit c710f8a

Browse files
authored
Add a chart to explain the levels of the mindmap (#480)
1 parent e6d1afe commit c710f8a

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

pattern-categorization/README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@ This first categorization effort uses a mind map to categorize patterns based on
1010

1111
In the mind map you will see patterns categorized from left to right in increasing levels of detail.
1212

13-
The logic for these levels is (from left to right):
14-
15-
- level 0: the InnerSource program itself (as the root)
16-
- level 1: phase of an InnerSource Program (begin/adopt/grow/scale)
17-
- level 2: problem category
18-
- level 3: specific problem occurring in an InnerSource context
19-
- level 4: pattern (solution to the problem)
13+
```mermaid
14+
graph LR
15+
L0(L0 InnerSource Program) --> L1(L1 Phase) --> L2(L2 Problem Category)
16+
L2(L2 Problem Category) --> L3(L3 Specific Problem) --> L4("L4 Pattern (Solution)")
17+
````
18+
19+
The logic for these levels is:
20+
21+
- L0: the InnerSource program itself (as the root)
22+
- L1: phase of an InnerSource Program (begin/adopt/grow/scale)
23+
- L2: problem category
24+
- L3: specific problem occurring in an InnerSource context
25+
- L4: pattern (solution to the problem)
2026
2127
## Adding a Pattern to the Mind Map
2228

0 commit comments

Comments
 (0)