Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c5f7ed2

Browse files
committedFeb 1, 2016
fixed #694 added tco16 url
1 parent 31d4a0a commit c5f7ed2

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed
 

‎app/services/nav.service.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
],
2929
'community': [
3030
{ 'sref': 'community.members', 'text': 'OVERVIEW', 'icon': '/images/nav/members.svg' },
31+
{ 'href': CONSTANTS.TCO16_URL, 'text': 'TCO 2016', 'icon': '/images/nav/ico-tco16.svg'},
3132
{ 'href': '/community/member-programs/', 'text': 'PROGRAMS', 'icon': '/images/nav/programs.svg' },
3233
{ 'href': CONSTANTS.FORUMS_APP_URL, 'text': 'FORUMS', 'icon': '/images/nav/forums.svg' },
3334
{ 'sref': 'community.statistics', 'text': 'STATISTICS', 'icon': '/images/nav/statistics.svg' },

‎app/topcoder.constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ angular.module("CONSTANTS", [])
1616
"HELP_APP_URL": "help.topcoder-dev.com",
1717
"MAIN_URL": "https://www.topcoder-dev.com",
1818
"ARENA_URL": "//arena.topcoder-dev.com",
19+
"TCO16_URL": "//tco16.topcoder-dev.com",
1920
"NEW_CHALLENGES_URL": "https://www.topcoder.com/challenges/develop/upcoming/",
2021
"NEW_RELIC_APPLICATION_ID": "",
2122
"PHOTO_LINK_LOCATION": "https://community.topcoder-dev.com",

‎assets/images/nav/ico-tco16.svg

Lines changed: 13 additions & 0 deletions
Loading

‎config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = function() {
1818
HELP_APP_URL: 'help.topcoder-dev.com',
1919
MAIN_URL: 'https://www.topcoder-dev.com',
2020
ARENA_URL: '//arena.topcoder-dev.com',
21+
TCO16_URL: '//tco16.topcoder-dev.com',
2122
NEW_CHALLENGES_URL: 'https://www.topcoder.com/challenges/develop/upcoming/',
2223
NEW_RELIC_APPLICATION_ID: process.env.NEW_RELIC_APPLICATION_ID || '',
2324
PHOTO_LINK_LOCATION: 'https://community.topcoder-dev.com',
@@ -70,6 +71,7 @@ module.exports = function() {
7071
HELP_APP_URL: 'help.topcoder-qa.com',
7172
MAIN_URL: 'https://www.topcoder-qa.com',
7273
ARENA_URL: '//arena.topcoder-qa.com',
74+
TCO16_URL: '//tco16.topcoder-qa.com',
7375
NEW_CHALLENGES_URL: 'https://www.topcoder.com/challenges/develop/upcoming/',
7476
NEW_RELIC_APPLICATION_ID: process.env.NEW_RELIC_APPLICATION_ID || '',
7577
PHOTO_LINK_LOCATION: 'https://community.topcoder-qa.com',
@@ -122,6 +124,7 @@ module.exports = function() {
122124
HELP_APP_URL: 'help.topcoder-qa.com',
123125
MAIN_URL: 'https://www.topcoder-qa.com',
124126
ARENA_URL: '//arena.topcoder-qa.com',
127+
TCO16_URL: '//tco16.topcoder-qa.com',
125128
NEW_CHALLENGES_URL: 'https://www.topcoder.com/challenges/develop/upcoming/',
126129
NEW_RELIC_APPLICATION_ID: process.env.NEW_RELIC_APPLICATION_ID || '',
127130
PHOTO_LINK_LOCATION: 'https://community.topcoder-qa.com',
@@ -174,6 +177,7 @@ module.exports = function() {
174177
HELP_APP_URL: 'help.topcoder.com',
175178
MAIN_URL: 'https://www.topcoder.com',
176179
ARENA_URL: '//arena.topcoder.com',
180+
TCO16_URL: '//tco16.topcoder.com',
177181
NEW_CHALLENGES_URL: 'https://www.topcoder.com/challenges/develop/upcoming/',
178182
NEW_RELIC_APPLICATION_ID: process.env.NEW_RELIC_APPLICATION_ID || '',
179183
PHOTO_LINK_LOCATION: 'https://community.topcoder.com',
@@ -226,6 +230,7 @@ module.exports = function() {
226230
HELP_APP_URL: 'help.topcoder.com',
227231
MAIN_URL: 'https://www.topcoder.com',
228232
ARENA_URL: '//arena.topcoder.com',
233+
TCO16_URL: '//tco16.topcoder.com',
229234
NEW_CHALLENGES_URL: 'https://www.topcoder.com/challenges/develop/upcoming/',
230235
NEW_RELIC_APPLICATION_ID: process.env.NEW_RELIC_APPLICATION_ID || '',
231236
PHOTO_LINK_LOCATION: 'https://community.topcoder.com',

0 commit comments

Comments
 (0)
This repository has been archived.