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

QA to Prod #745

Merged
merged 2 commits into from
Mar 14, 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 @@ -12,7 +12,7 @@ import angular from 'angular'
ctrl.notSearch = true
ctrl.showing = 'list'
ctrl.domain = CONSTANTS.domain
ctrl.currentMonth = 'February 2016'
ctrl.currentMonth = 'March 2016'
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 @@ -21,28 +21,28 @@ import angular from 'angular'
var data = {
'memberLeaderboard': [
{
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/tewibowo_feb2016.png',
'name': 'Tewibowo',
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/universo_march2016.png',
'name': 'universo',
'contestType': 'Design',
'description': 'Won $4,175 in 6 challenges',
'description': 'Won $4,500 in design challenges',
'class': 'design'
}, {
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/billsedison_feb2016.png',
'name': 'billsedison',
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/sdgun_march2016.png',
'name': 'sdgun',
'contestType': 'Development',
'description': 'Four wins for $4,500',
'description': 'Nine wins for $2,076',
'class': 'develop'
}, {
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/anubhav94_feb2016.png',
'name': 'anubhav94',
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/BSBandme_march2016.png',
'name': 'BSBandme',
'contestType': 'Data Science',
'description': 'Gained 336 rating points within all 3 December SRMs',
'description': 'Gained 285 rating points within all 3 January SRMs',
'class': 'data-science'
}, {
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/johnalok_feb2016.png',
'name': 'johnalok',
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/johan_92_march2016.png',
'name': 'johan_92',
'contestType': 'Design Rookie',
'description': 'Won first place within 2 weeks of joining!',
'description': 'Joined end of December and has had 4 1st place wins!',
'class': 'design'
}
],
Expand Down