zhimin-z commited on
Commit ·
83fbeff
1
Parent(s): 1c785ab
add
Browse files
msr.py
CHANGED
|
@@ -1052,10 +1052,6 @@ def calculate_monthly_metrics_by_discussions(all_discussions_dict, assistants):
|
|
| 1052 |
|
| 1053 |
def calculate_monthly_metrics_by_wanted_issues(wanted_resolved_dict, wanted_in_progress_dict, assistants):
|
| 1054 |
"""Calculate monthly metrics for wanted issues for all assistants for visualization.
|
| 1055 |
-
|
| 1056 |
-
Resolved wanted issues are grouped by their closing date.
|
| 1057 |
-
In-progress wanted issues are counted in the current month (representing ongoing work).
|
| 1058 |
-
Only months within LEADERBOARD_TIME_FRAME_DAYS are included.
|
| 1059 |
"""
|
| 1060 |
identifier_to_name = {assistant.get('github_identifier'): assistant.get('name') for assistant in assistants if assistant.get('github_identifier')}
|
| 1061 |
|
|
|
|
| 1052 |
|
| 1053 |
def calculate_monthly_metrics_by_wanted_issues(wanted_resolved_dict, wanted_in_progress_dict, assistants):
|
| 1054 |
"""Calculate monthly metrics for wanted issues for all assistants for visualization.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1055 |
"""
|
| 1056 |
identifier_to_name = {assistant.get('github_identifier'): assistant.get('name') for assistant in assistants if assistant.get('github_identifier')}
|
| 1057 |
|