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

Commit 39fcae9

Browse files
committed
Merge pull request #744 from appirio-tech/dev
Update members of the month for March 2016
2 parents 9d3eb3e + a9801c8 commit 39fcae9

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

app/community/members.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import angular from 'angular'
1212
ctrl.notSearch = true
1313
ctrl.showing = 'list'
1414
ctrl.domain = CONSTANTS.domain
15-
ctrl.currentMonth = 'February 2016'
15+
ctrl.currentMonth = 'March 2016'
1616
ctrl.memberLeaderboard = []
1717
ctrl.copilots = []
1818
CommunityDataService.getMembersData()

app/services/communityData.service.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,28 @@ import angular from 'angular'
2121
var data = {
2222
'memberLeaderboard': [
2323
{
24-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/tewibowo_feb2016.png',
25-
'name': 'Tewibowo',
24+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/universo_march2016.png',
25+
'name': 'universo',
2626
'contestType': 'Design',
27-
'description': 'Won $4,175 in 6 challenges',
27+
'description': 'Won $4,500 in design challenges',
2828
'class': 'design'
2929
}, {
30-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/billsedison_feb2016.png',
31-
'name': 'billsedison',
30+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/sdgun_march2016.png',
31+
'name': 'sdgun',
3232
'contestType': 'Development',
33-
'description': 'Four wins for $4,500',
33+
'description': 'Nine wins for $2,076',
3434
'class': 'develop'
3535
}, {
36-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/anubhav94_feb2016.png',
37-
'name': 'anubhav94',
36+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/BSBandme_march2016.png',
37+
'name': 'BSBandme',
3838
'contestType': 'Data Science',
39-
'description': 'Gained 336 rating points within all 3 December SRMs',
39+
'description': 'Gained 285 rating points within all 3 January SRMs',
4040
'class': 'data-science'
4141
}, {
42-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/johnalok_feb2016.png',
43-
'name': 'johnalok',
42+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/johan_92_march2016.png',
43+
'name': 'johan_92',
4444
'contestType': 'Design Rookie',
45-
'description': 'Won first place within 2 weeks of joining!',
45+
'description': 'Joined end of December and has had 4 1st place wins!',
4646
'class': 'design'
4747
}
4848
],

0 commit comments

Comments
 (0)