Skip to content

[docs] Add a chart to explain the levels of the mindmap #480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions pattern-categorization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@ This first categorization effort uses a mind map to categorize patterns based on

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

The logic for these levels is (from left to right):

- level 0: the InnerSource program itself (as the root)
- level 1: phase of an InnerSource Program (begin/adopt/grow/scale)
- level 2: problem category
- level 3: specific problem occurring in an InnerSource context
- level 4: pattern (solution to the problem)
```mermaid
graph LR
L0(L0 InnerSource Program) --> L1(L1 Phase) --> L2(L2 Problem Category)
L2(L2 Problem Category) --> L3(L3 Specific Problem) --> L4("L4 Pattern (Solution)")
````

The logic for these levels is:

- L0: the InnerSource program itself (as the root)
- L1: phase of an InnerSource Program (begin/adopt/grow/scale)
- L2: problem category
- L3: specific problem occurring in an InnerSource context
- L4: pattern (solution to the problem)

## Adding a Pattern to the Mind Map

Expand Down