Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0529e01

Browse files
author
TonyJ
committed
Added 4th member of month and updated latest SRM winners
1 parent 7ae1a21 commit 0529e01

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

app/services/communityData.service.js

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,21 @@
3636
"contestType": "Data Science",
3737
"description": "Rating increased in both SRMs & advanced from Div 2 to Div 1.",
3838
"class": "data-science"
39+
}, {
40+
"avatar": "https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg",
41+
"name": "TBD",
42+
"contestType": "Rookie of the Month",
43+
"description": "Most impressive start...",
44+
"class": "data-science"
3945
}],
4046
"copilots": [{
4147
"avatar": "//community.topcoder.com/i/m/maroosh.jpeg",
4248
"name": "maroosh",
4349
"country": "Jordan"
4450
}, {
45-
"avatar": "//community.topcoder.com/i/m/elkhawajah.jpeg",
46-
"name": "elkhawajah",
47-
"country": "Jordan"
51+
"avatar": "//community.topcoder.com/i/m/ghostar.jpeg",
52+
"name": "Ghostar",
53+
"country": "United States"
4854
}, {
4955
"avatar": "//community.topcoder.com/i/m/hohosky.png",
5056
"name": "hohosky",
@@ -71,17 +77,17 @@
7177
var deferred = $q.defer();
7278
var data = {
7379
"SRMWinners": [{
74-
"avatar": "http://www.topcoder.com/i/m/tourist.jpeg",
75-
"name": "tourist",
76-
"date": "20151014T000000Z",
77-
"country": "Belarus",
78-
"contests": ["SRM 671 DIVISION 1 WINNER"]
80+
"avatar": "https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg",
81+
"name": "xudyh",
82+
"date": "20151020T000000Z",
83+
"country": "China",
84+
"contests": ["SRM 672 DIVISION 1 WINNER"]
7985
}, {
80-
"avatar": "https://www.topcoder.com/i/m/thegunner2401.jpeg",
81-
"name": "thegunner2401",
82-
"date": "20151014T000000Z",
83-
"country": "Viet Nam",
84-
"contests": ["SRM 671 DIVISION 2 WINNER"]
86+
"avatar": "https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg",
87+
"name": "jiangshibiao2",
88+
"date": "20151020T000000Z",
89+
"country": "China",
90+
"contests": ["SRM 672 DIVISION 2 WINNER"]
8591
}],
8692
"MarathonWinner": [{
8793
"avatar": "http://www.topcoder.com/i/m/eldidou.jpeg",

0 commit comments

Comments
 (0)