Skip to content

Commit f746632

Browse files
authored
Merge pull request #16 from lishengbao/refactoring_doc
Delete model documents that are not online
2 parents 2fa8748 + 168ecce commit f746632

14 files changed

+1
-223
lines changed

metrics-models/README.md

-10
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,13 @@ Metrics Model Names | Descriptions
1111
--- | ---
1212
[Collaboration Development Index](./productivity/collaboration-development-index.md#collaboration-development-index) | Use proxy metrics to evaluate how well the development process is managed and how well the community is doing with collaborative development.
1313
[Community Service and Support](./productivity/community-service-and-support.md#community-service-and-support) | It measures the quality of services and support provided by the community as directly perceived by a developer during the contribution process.
14-
[Code Security Guarantee](./productivity/code/code-security-guarantee.md#code-security-guarantee) | Coming soon!
15-
[Code Compliance Guarantee](./productivity/code/code-compliance-guarantee.md#code-compliance-guarantee) | Coming soon!
16-
[Content](./productivity/content.md#content) | Coming soon!
1714

1815
## [**Robustness**](./robustness/README.md)
1916
Definition: The capability of an ecosystem or project to face and survive disruptions.
2017

2118
Metrics Model Names | Descriptions
2219
--- | ---
2320
[Activity](./robustness/activity.md#activity) | Community Activity is used to describe how active an open source community is.
24-
[Developer Convertion](./robustness/developer/developer-convertion.md#developer-convertion) | Coming soon!
25-
[Developer Retention](./robustness/developer/developer-retention.md#developer-retention) | Coming soon!
26-
[Inner Connectedness](./robustness/organization/innner-connectedness.md#inner-connectedness) | Coming soon!
27-
[Organization Collaboration Relationships](./robustness/organization/organization-collaboration-relationships.md#organization-collaboration-relationships) | Coming soon!
28-
[Outbound Connectedness](./robustness/organization/outbound-connectedness.md) | Coming soon!
2921

3022

3123
## [**Niche Creation**](./niche-creation/README.md)
@@ -34,8 +26,6 @@ Definition: The capacity to create and recognize meaningful diversity and thereb
3426
Metrics Model Names | Descriptions
3527
--- | ---
3628
[Organizations Activity](./niche-creation/ecological-diversity/organization-activity.md#organizations-activity) | It is used to describe how active organizations are in a community.
37-
[Developer Attraction](./niche-creation/ecological-diversity/developer-attraction.md#developer-attraction) | Coming soon!
38-
[Technological Advancement](./niche-creation/technological-advancement.md#technological-advancement) | Coming soon!
3929

4030

4131
## References:

metrics-models/niche-creation/README.md

-9
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ Definition: The capacity to create and recognize meaningful diversity and thereb
1313

1414
## Metrics Models
1515

16-
## [Developer Attraction](./ecological-diversity/developer-attraction.md#developer-attraction)
17-
18-
Coming soon!
19-
2016
## [Organizations Activity](./ecological-diversity/organization-activity.md#organizations-activity)
2117

2218
Metrics Name | Definition | Threshold | Weight
@@ -25,8 +21,3 @@ Metrics Name | Definition | Threshold | Weight
2521
[Org Contributor Count](./ecological-diversity/organization-activity.md#org-contributor-count) | Number of active code contributors with organization affiliation in the past 90 days. | 300 | 25.806%
2622
[Org Commit Frequency](./ecological-diversity/organization-activity.md#org-commit-frequency) | Determine the average number of commits with organization affiliation per week in the past 90 days. | 800 | 25.806%
2723
[Org Contribution Last](./ecological-diversity/organization-activity.md#org-contribution-last) | Total contribution time of all organizations to the community in the past 90 days (weeks). | 200 | 16.129%
28-
29-
30-
## [Technological Advancement](./technological-advancement.md#technological-advancement)
31-
32-
Coming soon!

metrics-models/niche-creation/ecological-diversity/developer-attraction.md

-17
This file was deleted.

metrics-models/niche-creation/technological-advancement.md

-18
This file was deleted.

metrics-models/productivity/README.md

-12
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,6 @@ Metrics Name | Definition | Threshold | Weight
2525
[Code Merge Ratio](./collaboration-development-index.md#code-merge-ratio) |Determine the percentage of PR Mergers and PR authors who are not the same person in the last 90 days of commits.|100%| 10.113%
2626
[Lines of Code Frequency](./collaboration-development-index.md#lines-of-code-frequency) |Determine the average number of lines touched (lines added plus lines removed) per week in the past 90 days. |300000| 5.640%
2727

28-
## [Code Security Guarantee](./code/code-security-guarantee.md#code-security-guarantee)
29-
30-
Coming soon!
31-
32-
33-
## [Code Compliance Guarantee](./code/code-compliance-guarantee.md#code-compliance-guarantee)
34-
35-
Coming soon!
36-
37-
## [Content](./content.md#content)
38-
39-
Coming soon!
4028

4129
## [Community Service and Support](./community-service-and-support.md#community-service-and-support)
4230

metrics-models/productivity/code/code-compliance-guarantee.md

-17
This file was deleted.

metrics-models/productivity/code/code-security-guarantee.md

-17
This file was deleted.

metrics-models/productivity/content.md

-17
This file was deleted.

metrics-models/robustness/README.md

+1-21
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,4 @@ Metrics Name | Definition | Threshold | Weight
2727
[Recent Releases Count](./activity.md#recent-releases-count)|Determine the number of releases in the last year.|12| 3.177%
2828
[Maintainer Count](./activity.md#maintainer-count) | Determine the average number of maintainers per repository.|100|2.090%
2929
[Meeting Count](./activity.md#meeting-count) | Determine the number of meetings held in the last 90 days.| 100| 2.090%
30-
[Meeting Attendee Count](./activity.md#meeting-attendee-count) | Determine the average number of attendees per meeting in the last 90 days.|10| 2.090%
31-
32-
## [Developer Convertion](./developer/developer-convertion.md#developer-convertion)
33-
34-
Coming soon!
35-
36-
## [Developer Retention](./developer/developer-retention.md#developer-retention)
37-
38-
Coming soon!
39-
40-
## [Inner Connectedness](./organization/innner-connectedness.md#inner-connectedness)
41-
42-
Coming soon!
43-
44-
## [Organization Collaboration Relationships](./organization/organization-collaboration-relationships.md#organization-collaboration-relationships)
45-
46-
Coming soon!
47-
48-
## [Outbound Connectedness](./organization/outbound-connectedness.md)
49-
50-
Coming soon!
30+
[Meeting Attendee Count](./activity.md#meeting-attendee-count) | Determine the average number of attendees per meeting in the last 90 days.|10| 2.090%

metrics-models/robustness/developer/developer-convertion.md

-17
This file was deleted.

metrics-models/robustness/developer/developer-retention.md

-17
This file was deleted.

metrics-models/robustness/organization/innner-connectedness.md

-17
This file was deleted.

metrics-models/robustness/organization/organization-collaboration-relationships.md

-17
This file was deleted.

metrics-models/robustness/organization/outbound-connectedness.md

-17
This file was deleted.

0 commit comments

Comments
 (0)