@@ -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' ,
@@ -247,29 +248,33 @@ module.exports = {
247
248
{
248
249
id : 'community' , // required for 'Switch to BUSINESS' to work
249
250
title : 'COMMUNITY' ,
250
- secondaryMenuForLoggedInUser : [
251
+ secondaryMenu : [
251
252
{
252
253
title : 'Dashboard' ,
253
254
href : '/my-dashboard' ,
255
+ logged : true ,
254
256
} ,
255
257
{
256
258
id : 'myprofile' ,
257
259
title : 'My Profile' ,
258
260
href : '/members/willFilledByUserName' ,
261
+ logged : true ,
259
262
} ,
260
263
{
261
264
title : 'Payments' ,
262
265
href : 'https://community.topcoder-dev.com/PactsMemberServlet?module=PaymentHistory&full_list=false' ,
266
+ logged : true ,
267
+ openNewTab : true ,
263
268
} ,
264
- ] ,
265
- secondaryMenuForGuest : [
266
269
{
267
270
title : 'Overview' ,
268
271
href : '/community/learn' ,
272
+ logged : false ,
269
273
} ,
270
274
{
271
275
title : 'How It Works' ,
272
276
href : '/thrive/tracks?track=Topcoder' ,
277
+ logged : false ,
273
278
} ,
274
279
] ,
275
280
subMenu : [
@@ -325,15 +330,12 @@ module.exports = {
325
330
{
326
331
title : 'Forums' ,
327
332
href : 'https://apps.topcoder-dev.com/forums' ,
333
+ openNewTab : true ,
328
334
} ,
329
335
{
330
336
title : 'Statistics' ,
331
337
href : '/community/statistics' ,
332
338
} ,
333
- {
334
- title : 'Events' ,
335
- href : '/community/events' ,
336
- } ,
337
339
{
338
340
title : 'Blog' ,
339
341
href : 'https://www.topcoder-dev.com/blog' ,
0 commit comments