forked from opportunity-hack/frontend-ohack.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app_metadata.json
76 lines (75 loc) · 2.25 KB
/
app_metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"badges": [
{
"name":"Badge 1",
"link":"https://i.imgur.com/XP6l7wf.jpeg",
"description": "This badge is for X"
},
{
"name": "Badge 2",
"link": "https://i.imgur.com/XP6l7wf.jpeg",
"description": "This badge is for Y"
}
],
"feedback": [
{
"feedback_id":23,
"from":"Annie Developer"
},
{
"feedback_id": 24,
"from": "Pam Eveloper"
}
],
"history" : [
{
"event_id": 123,
"date_start": "07-Nov-2018",
"date_end": "08-Nov-2018",
"role": "Hacker",
"nonprofit": [
{
"name":"NMTSA",
"problem_id":2,
"problem_title":"Effective Scheduling of Music Therapists"
},
{
"name": "Southwest Kidney",
"problem_id": 42,
"problem_title": "Digitize Paper Forms"
}
],
"contributions": {
"standups": 2,
"pull_requests_submitted": 5,
"lines_added": 100,
"lines_removed": 100,
"builds_initiated": 2,
"pull_requests_reviewed": 2,
"average_pull_request_comment_length": 4,
"github_url":"https://github.com/OpportunityHack2018/Team2.git",
"project_submisson_url":"https://devpost.com/opportunity-hack-2018/projects/2"
}
},
{
"event_id": 124,
"date_start": "10-Nov-2019",
"date_end": "11-Nov-2019",
"role": "Hacker"
},
{
"event_id": 125,
"date_start": "11-Nov-2020",
"date_end": "12-Nov-2020",
"role": "Mentor",
"contributions": {
"teams_mentored": 2,
"builds_initiated": 2,
"pull_requests_reviewed": 2,
"average_pull_request_comment_length": 4,
"total_slack_calls": 4,
"total_slack_messages": 4
}
}
]
}