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

Hotfix/srm 715 updates #1204

Merged
merged 6 commits into from
Jun 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions app/services/communityData.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,24 +92,24 @@ import angular from 'angular'
var deferred = $q.defer()
var data = {
'SRMWinners': [{
'avatar': 'https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg',
'name': 'xudyh',
'date': '20151020T000000Z',
'country': 'China',
'contests': ['SRM 672 DIVISION 1 WINNER']
'avatar': 'https://www.topcoder.com/i/m/Petr_big.jpg',
'name': 'Petr',
'date': '20170530T000000Z',
'country': 'RUSSIAN FEDERATION',
'contests': ['SRM 715 DIVISION 1 WINNER']
}, {
'avatar': 'https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg',
'name': 'jiangshibiao2',
'date': '20151020T000000Z',
'country': 'China',
'contests': ['SRM 672 DIVISION 2 WINNER']
'name': 'Abhi_Saini',
'date': '20170530T000000Z',
'country': 'INDIA',
'contests': ['SRM 715 DIVISION 2 WINNER']
}],
'MarathonWinner': [{
'avatar': 'http://www.topcoder.com/i/m/eldidou.jpeg',
'name': 'eldidou',
'date': '20150915T000000Z',
'country': 'France',
'contests': ['MARATHON MATCH 88', 'ViralInfection']
'avatar': 'https://s3.amazonaws.com/app.topcoder-dev.com/images/ico-user-default.7aa28736.svg',
'name': 'hakomo',
'date': '20170301T000000Z',
'country': 'JAPAN',
'contests': ['MARATHON MATCH 93', 'CrossStitch']
}],
'TopPerformers': [{
'contestType': 'Design',
Expand Down