@@ -112,6 +112,7 @@ module.exports = {
112
112
ARENA : 'https://arena.topcoder-dev.com' ,
113
113
AUTH : 'http://accounts.topcoder-dev.com' ,
114
114
BASE : 'https://www.topcoder-dev.com' ,
115
+ HOME : '/my-dashboard' ,
115
116
BLOG : 'https://www.topcoder-dev.com/blog' ,
116
117
BLOG_FEED : 'https://www.topcoder.com/blog/feed/' ,
117
118
COMMUNITY : 'https://community.topcoder-dev.com' ,
@@ -256,29 +257,33 @@ module.exports = {
256
257
{
257
258
id : 'community' , // required for 'Switch to BUSINESS' to work
258
259
title : 'COMMUNITY' ,
259
- secondaryMenuForLoggedInUser : [
260
+ secondaryMenu : [
260
261
{
261
262
title : 'Dashboard' ,
262
263
href : '/my-dashboard' ,
264
+ logged : true ,
263
265
} ,
264
266
{
265
267
id : 'myprofile' ,
266
268
title : 'My Profile' ,
267
269
href : '/members/willFilledByUserName' ,
270
+ logged : true ,
268
271
} ,
269
272
{
270
273
title : 'Payments' ,
271
274
href : 'https://community.topcoder-dev.com/PactsMemberServlet?module=PaymentHistory&full_list=false' ,
275
+ logged : true ,
276
+ openNewTab : true ,
272
277
} ,
273
- ] ,
274
- secondaryMenuForGuest : [
275
278
{
276
279
title : 'Overview' ,
277
280
href : '/community/learn' ,
281
+ logged : false ,
278
282
} ,
279
283
{
280
284
title : 'How It Works' ,
281
285
href : '/thrive/tracks?track=Topcoder' ,
286
+ logged : false ,
282
287
} ,
283
288
] ,
284
289
subMenu : [
@@ -334,15 +339,12 @@ module.exports = {
334
339
{
335
340
title : 'Forums' ,
336
341
href : 'https://apps.topcoder-dev.com/forums' ,
342
+ openNewTab : true ,
337
343
} ,
338
344
{
339
345
title : 'Statistics' ,
340
346
href : '/community/statistics' ,
341
347
} ,
342
- {
343
- title : 'Events' ,
344
- href : '/community/events' ,
345
- } ,
346
348
{
347
349
title : 'Blog' ,
348
350
href : 'https://www.topcoder-dev.com/blog' ,
@@ -369,7 +371,7 @@ module.exports = {
369
371
{ separator : true } ,
370
372
{
371
373
title : 'Help' ,
372
- href : 'https://help .topcoder-dev.com/' ,
374
+ href : 'https://community-app .topcoder-dev.com/thrive/tracks?track=Topcoder ' ,
373
375
} ,
374
376
{ separator : true } ,
375
377
{
0 commit comments