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

Commit 0dfd60e

Browse files
author
vikasrohit
committed
Merge pull request #683 from appirio-tech/feature/sup-3005-update-dec15-mom
SUP-3005, Update Dec '15 Members of the Month
2 parents f392720 + fa86701 commit 0dfd60e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

app/community/members.controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ctrl.notSearch = true;
1111
ctrl.showing = 'list';
1212
ctrl.domain = CONSTANTS.domain;
13-
ctrl.currentMonth = 'November 2015';
13+
ctrl.currentMonth = 'December 2015';
1414
ctrl.memberLeaderboard = [];
1515
ctrl.copilots = [];
1616
CommunityDataService.getMembersData()

app/services/communityData.service.js

+12-12
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@
1919
var data = {
2020
"memberLeaderboard": [
2121
{
22-
"avatar": "//www.topcoder.com/wp-content/uploads/2015/05/abedavera.jpg",
23-
"name": "abedavera",
22+
"avatar": "//www.topcoder.com/wp-content/uploads/2015/05/nexttopdesigns_dec2015.png",
23+
"name": "nexttopdesigns",
2424
"contestType": "Design",
25-
"description": "TCO15 Design Champion!",
25+
"description": "Ten wins earning over $10K in design challenges",
2626
"class": "design"
2727
}, {
28-
"avatar": "//www.topcoder.com/wp-content/uploads/2015/05/bonton.jpg",
29-
"name": "bonton",
28+
"avatar": "//www.topcoder.com/wp-content/uploads/2015/05/seriyvolk83_dec2015.png",
29+
"name": "seriyvolk83",
3030
"contestType": "Development",
31-
"description": "Won $4200 with 4 wins in development challenges",
31+
"description": "Six wins earning over $4K in development challenges",
3232
"class": "develop"
3333
}, {
34-
"avatar": "//www.topcoder.com/wp-content/uploads/2015/05/maksay.jpg",
35-
"name": "maksay",
34+
"avatar": "//www.topcoder.com/wp-content/uploads/2015/05/sadhwaniyash6_dec2015.png",
35+
"name": "sadhwaniyash6",
3636
"contestType": "Data Science",
37-
"description": "Only participant to see a ratings increase in all four rounds in Sept.",
37+
"description": "Rating increase of 627 pts in Oct SRMs vaulting into Div 1.",
3838
"class": "data-science"
3939
}, {
40-
"avatar": "https://www.topcoder.com/wp-content/uploads/2015/05/herlansyahs.jpg",
41-
"name": "herlansyahs",
40+
"avatar": "https://www.topcoder.com/wp-content/uploads/2015/05/alyad_dec2015.png",
41+
"name": "Alyad",
4242
"contestType": "Design Rookie",
43-
"description": "Won first and second placements within his first two months of becoming a member!",
43+
"description": "Won 2 challenges within 6 weeks of becoming a member!",
4444
"class": "design"
4545
}],
4646
"copilots": [{

0 commit comments

Comments
 (0)