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

Commit eb3933b

Browse files
authored
Merge pull request #1197 from appirio-tech/feature/statistics-update
SRM-714-Winners
2 parents d96e7d4 + f8914b6 commit eb3933b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

app/services/communityData.service.js

+14-14
Original file line numberDiff line numberDiff line change
@@ -92,24 +92,24 @@ import angular from 'angular'
9292
var deferred = $q.defer()
9393
var data = {
9494
'SRMWinners': [{
95-
'avatar': 'https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg',
96-
'name': 'xudyh',
97-
'date': '20151020T000000Z',
98-
'country': 'China',
99-
'contests': ['SRM 672 DIVISION 1 WINNER']
95+
'avatar': 'https://www.topcoder.com/i/m/-XraY-.jpeg',
96+
'name': ' -XraY-',
97+
'date': '20170507T000000Z',
98+
'country': 'RUSSIAN FEDERATION',
99+
'contests': ['SRM 714 DIVISION 1 WINNER']
100100
}, {
101101
'avatar': 'https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg',
102-
'name': 'jiangshibiao2',
103-
'date': '20151020T000000Z',
104-
'country': 'China',
105-
'contests': ['SRM 672 DIVISION 2 WINNER']
102+
'name': 'WA_TLE',
103+
'date': '20170507T000000Z',
104+
'country': 'JAPAN',
105+
'contests': ['SRM 714 DIVISION 2 WINNER']
106106
}],
107107
'MarathonWinner': [{
108-
'avatar': 'http://www.topcoder.com/i/m/eldidou.jpeg',
109-
'name': 'eldidou',
110-
'date': '20150915T000000Z',
111-
'country': 'France',
112-
'contests': ['MARATHON MATCH 88', 'ViralInfection']
108+
'avatar': 'https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg',
109+
'name': 'hakomo',
110+
'date': '20170301T000000Z',
111+
'country': 'JAPAN',
112+
'contests': ['MARATHON MATCH 93', 'CrossStitch']
113113
}],
114114
'TopPerformers': [{
115115
'contestType': 'Design',

0 commit comments

Comments
 (0)