|
2 | 2 |
|
3 | 3 | *An overview of the Goals, Questions, and Metrics (GQM) catalog.* |
4 | 4 |
|
| 5 | +This page works better in GitHub; [click here](https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master/measuring/use_gqm.md). |
| 6 | + |
5 | 7 | ```mermaid |
6 | 8 | graph LR; |
7 | | -find-projects[Find Projects] --> who-uses[Who Uses]; |
8 | | -reduce-duplication[Reduce Duplication] --> who-uses[Who Uses]; |
9 | | -who-uses --> usage-count[Usage Count]; |
10 | | -find-projects --> who-contributes |
11 | | -who-contributes[Who Contributes] --> code-contributions[Code Contributions]; |
| 9 | + subgraph GQM[Goals, Questions, Metrics] |
| 10 | + find-projects[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master/measuring/goals/find-projects.md'>Find Projects</a>] --> who-uses[Who Uses] |
| 11 | + reduce-duplication[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master/measuring/goals/reduce-duplication.md'>Reduce Duplication</a>] --> who-uses[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master/measuring/questions/who-uses.md'>Who Uses</a>] |
| 12 | + who-uses --> usage-count[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master/measuring/metrics/usage-count.md'>Usage Count</a>] |
| 13 | + find-projects --> who-contributes |
| 14 | + who-contributes[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master/measuring/questions/who-contributes.md'>Who Contributes</a>] --> code-contributions[<a href='https://github.com/InnerSourceCommons/managing-inner-source-projects/blob/master/measuring/metrics/code-contributions.md'>Code Contributions</a>] |
| 15 | + end |
| 16 | + subgraph Legend |
| 17 | + direction TB |
| 18 | +
|
| 19 | + goal[Goal] |
| 20 | + question[Question] |
| 21 | + metric[Metric] |
| 22 | +
|
| 23 | + classDef goals stroke:green,stroke-width:2px; |
| 24 | + class goal,find-projects,reduce-duplication goals |
| 25 | +
|
| 26 | + classDef questions stroke:orange,stroke-width:2px; |
| 27 | + class question,who-uses,who-contributes questions |
| 28 | +
|
| 29 | + classDef metrics stroke:purple,stroke-width:2px; |
| 30 | + class metric,code-contributions,usage-count metrics |
| 31 | + end |
12 | 32 | ``` |
13 | | - |
14 | | -## Goals |
15 | | - |
16 | | -* [Find Projects](../goals/find_projects.md) |
17 | | -* [Reduce Duplication](../goals/reduce_duplication.md) |
18 | | - |
19 | | -## Questions |
20 | | - |
21 | | -* [Who contributes to the InnerSource project?](../questions/who-contributes.md) |
22 | | -* [Who uses the InnerSource project?](../questions/who-uses.md) |
23 | | - |
24 | | -## Metrics |
25 | | - |
26 | | -* [Code Contributions](../metrics/code-contributions.md) |
27 | | -* [Usage Count](../metrics/usage_count.md) |
|
0 commit comments