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

Commit 9d3eb3e

Browse files
committed
Merge pull request #742 from appirio-tech/dev
Members of the month update
2 parents ec4d824 + be32719 commit 9d3eb3e

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

.eslintignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

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 = 'January 2016'
15+
ctrl.currentMonth = 'February 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/f0rc0d3r_jan2016.png',
25-
'name': 'f0rc0d3r',
24+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/tewibowo_feb2016.png',
25+
'name': 'Tewibowo',
2626
'contestType': 'Design',
27-
'description': 'Three first place wins in design totalling $4500',
27+
'description': 'Won $4,175 in 6 challenges',
2828
'class': 'design'
2929
}, {
30-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/vvvpig_jan2016.png',
31-
'name': 'vvvpig',
30+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/billsedison_feb2016.png',
31+
'name': 'billsedison',
3232
'contestType': 'Development',
33-
'description': 'Eight first place wins in design totalling $9300',
33+
'description': 'Four wins for $4,500',
3434
'class': 'develop'
3535
}, {
36-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/grumpy_gordon_jan2016.png',
37-
'name': 'grumpy_gordon',
36+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/anubhav94_feb2016.png',
37+
'name': 'anubhav94',
3838
'contestType': 'Data Science',
39-
'description': 'Rating increase of 316 pts in Nov SRMs, vaulting into Div 1',
39+
'description': 'Gained 336 rating points within all 3 December SRMs',
4040
'class': 'data-science'
4141
}, {
42-
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/thomaskranitsas_jan2016.png',
43-
'name': 'thomaskranitsas',
44-
'contestType': 'Development Rookie',
45-
'description': 'Won first place in his first two challenges!',
46-
'class': 'develop'
42+
'avatar': '//www.topcoder.com/wp-content/uploads/2015/05/johnalok_feb2016.png',
43+
'name': 'johnalok',
44+
'contestType': 'Design Rookie',
45+
'description': 'Won first place within 2 weeks of joining!',
46+
'class': 'design'
4747
}
4848
],
4949
'copilots': [{

0 commit comments

Comments
 (0)