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

SUP-3005, Update Dec '15 Members of the Month #683

Merged
merged 1 commit into from
Jan 21, 2016
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion app/community/members.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ctrl.notSearch = true;
ctrl.showing = 'list';
ctrl.domain = CONSTANTS.domain;
ctrl.currentMonth = 'November 2015';
ctrl.currentMonth = 'December 2015';
ctrl.memberLeaderboard = [];
ctrl.copilots = [];
CommunityDataService.getMembersData()
Expand Down
24 changes: 12 additions & 12 deletions app/services/communityData.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@
var data = {
"memberLeaderboard": [
{
"avatar": "//www.topcoder.com/wp-content/uploads/2015/05/abedavera.jpg",
"name": "abedavera",
"avatar": "//www.topcoder.com/wp-content/uploads/2015/05/nexttopdesigns_dec2015.png",
"name": "nexttopdesigns",
"contestType": "Design",
"description": "TCO15 Design Champion!",
"description": "Ten wins earning over $10K in design challenges",
"class": "design"
}, {
"avatar": "//www.topcoder.com/wp-content/uploads/2015/05/bonton.jpg",
"name": "bonton",
"avatar": "//www.topcoder.com/wp-content/uploads/2015/05/seriyvolk83_dec2015.png",
"name": "seriyvolk83",
"contestType": "Development",
"description": "Won $4200 with 4 wins in development challenges",
"description": "Six wins earning over $4K in development challenges",
"class": "develop"
}, {
"avatar": "//www.topcoder.com/wp-content/uploads/2015/05/maksay.jpg",
"name": "maksay",
"avatar": "//www.topcoder.com/wp-content/uploads/2015/05/sadhwaniyash6_dec2015.png",
"name": "sadhwaniyash6",
"contestType": "Data Science",
"description": "Only participant to see a ratings increase in all four rounds in Sept.",
"description": "Rating increase of 627 pts in Oct SRMs vaulting into Div 1.",
"class": "data-science"
}, {
"avatar": "https://www.topcoder.com/wp-content/uploads/2015/05/herlansyahs.jpg",
"name": "herlansyahs",
"avatar": "https://www.topcoder.com/wp-content/uploads/2015/05/alyad_dec2015.png",
"name": "Alyad",
"contestType": "Design Rookie",
"description": "Won first and second placements within his first two months of becoming a member!",
"description": "Won 2 challenges within 6 weeks of becoming a member!",
"class": "design"
}],
"copilots": [{
Expand Down