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

Commit 780301d

Browse files
committed
Merge pull request #785 from appirio-tech/april-mom
April members of the month
2 parents e0c3987 + 1813463 commit 780301d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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 = 'March 2016'
15+
ctrl.currentMonth = 'April 2016'
1616
ctrl.memberLeaderboard = []
1717
ctrl.copilots = []
1818
CommunityDataService.getMembersData()

app/services/communityData.service.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@ import angular from 'angular'
2121
var data = {
2222
'memberLeaderboard': [
2323
{
24-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/universo_march2016.png',
25-
'name': 'universo',
24+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/toxicpixel_apr2016.png',
25+
'name': 'ToxicPixel',
2626
'contestType': 'Design',
27-
'description': 'Won $4,500 in design challenges',
27+
'description': 'Won $4,200 with top prizes in LUX and Idea Gen!',
2828
'class': 'design'
2929
}, {
30-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/sdgun_march2016.png',
31-
'name': 'sdgun',
30+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/monicamuranyi_apr2016.png',
31+
'name': 'MonicaMuranyi',
3232
'contestType': 'Development',
33-
'description': 'Nine wins for $2,076',
33+
'description': 'Won $8,300 across 12 competitions',
3434
'class': 'develop'
3535
}, {
36-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/BSBandme_march2016.png',
37-
'name': 'BSBandme',
36+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/sugina_apr2016.png',
37+
'name': 'Sugina',
3838
'contestType': 'Data Science',
39-
'description': 'Gained 285 rating points within all 3 January SRMs',
39+
'description': 'Total increase of 175 points, with a jump from Div 2 to Div 1',
4040
'class': 'data-science'
4141
}, {
42-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/johan_92_march2016.png',
43-
'name': 'johan_92',
44-
'contestType': 'Design Rookie',
45-
'description': 'Joined end of December and has had 4 1st place wins!',
46-
'class': 'design'
42+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/tritias_apr2016.png',
43+
'name': 'TiTrias',
44+
'contestType': 'Development Rookie',
45+
'description': 'Won first challenge within a month of joining!',
46+
'class': 'develop'
4747
}
4848
],
4949
'copilots': [{

0 commit comments

Comments
 (0)