User Tools

Site Tools


oss-health-metrics:metrics:transparency

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
oss-health-metrics:metrics:transparency [2017/04/17 18:41]
abuhman [7. Pseudo Code/Query]
oss-health-metrics:metrics:transparency [2017/10/06 20:59] (current)
GeorgLink fixed link
Line 1: Line 1:
 ====== Transparency ====== ====== Transparency ======
-===== 1. Acronym ===== 
  
- +Page permanently moved to 
-===== 2Alternate Names ===== +https://​github.com/​chaoss/​metrics/​blob/​master/​activity-metrics/transparency.md
- +
- +
-===== 3. Classification ===== +
-Community Health +
- +
-===== 4. Description ===== +
-Number of comments per issue. +
-Discussion is occuring openly ​could also indicate level of agreement. +
- +
-==== Visualization ==== +
-==== Interpretation ==== +
- +
- +
-===== 5. Known Implementations ===== +
- +
- +
-===== 6. Data Source ===== +
-GHTorrent +
-===== 7. Pseudo Code/Query ===== +
- SELECT avg(avg_num_comments),​ project_name +
- FROM +
-+
- SELECT count(comment_id) as avg_num_comments,​ projects.name as project_name,​ projects.id as project_id +
- FROM msr14.issue_comments +
- join issues on issue_comments.issue_id = issues.id +
- join projects on issues.repo_id = projects.id +
- GROUP BY projects.id,​ issues.id +
- ) as comments_per_issue +
- GROUP BY project_id +
- +
-===== 8. Data Exchange Format ===== +
-Describe how the metric is encoded for sharing and communicating between programs. +
- +
-===== 9. References to Academic Literature ===== +
-Papers released in the academic literature that uses the metric. +
- +
-===== 10. Internet References ===== +
-Links to websites that add value to the understanding of the metric. +
- +
-===== 11. Contributors ===== +
-Authors of the metric page and authors who made significant changes.+
oss-health-metrics/metrics/transparency.1492454498.txt.gz · Last modified: 2017/04/17 18:41 by abuhman