@@ -42,6 +42,7 @@ module.exports = {
42
42
ACCOUNTS_APP_CONNECTOR : "https://accounts-auth0.topcoder.com/" ,
43
43
TCO17 : "https://tco17.topcoder.com/" ,
44
44
TCO19 : "https://tco19.topcoder.com/" ,
45
+ WIPRO : "https://wipro.topcoder.com" ,
45
46
46
47
TOPGEAR : "https://topgear-app.wipro.com" ,
47
48
@@ -54,10 +55,44 @@ module.exports = {
54
55
COMCAST : "https://comcast.topcoder.com" ,
55
56
CS : "https://cs.topcoder.com" ,
56
57
} ,
58
+
59
+ INFO : {
60
+ DESIGN_CHALLENGES :
61
+ "http://help.topcoder.com/hc/en-us/categories/202610437-DESIGN" ,
62
+ DESIGN_CHALLENGE_CHECKPOINTS :
63
+ "https://help.topcoder.com/hc/en-us/articles/219240807-Multi-Round-Checkpoint-Design-Challenges" ,
64
+ DESIGN_CHALLENGE_SUBMISSION :
65
+ "http://help.topcoder.com/hc/en-us/articles/219122667-Formatting-Your-Submission-for-Design-Challenges" ,
66
+ DESIGN_CHALLENGE_TYPES :
67
+ "http://help.topcoder.com/hc/en-us/articles/217481388-Choosing-a-Design-Challenge" ,
68
+ RELIABILITY_RATINGS_AND_BONUSES :
69
+ "https://www.topcoder.com/thrive/articles/Development%20Reliability%20Ratings%20and%20Bonuses" ,
70
+ STOCK_ART_POLICY :
71
+ "http://help.topcoder.com/hc/en-us/articles/217481408-Policy-for-Stock-Artwork-in-Design-Submissions" ,
72
+ STUDIO_FONTS_POLICY :
73
+ "http://help.topcoder.com/hc/en-us/articles/217959447-Font-Policy-for-Design-Challenges" ,
74
+ TOPCODER_TERMS : "https://www.topcoder.com/community/how-it-works/terms/" ,
75
+ HOWTOCOMPETEINMARATHON :
76
+ "https://www.topcoder.com/thrive/articles/How%20To%20Compete%20in%20a%20Marathon%20Match" ,
77
+ USABLECODEDEV :
78
+ "https://www.topcoder.com/thrive/articles/Usable%20Code%20in%20Dev%20Challenges" ,
79
+ EXTENSIONVSCODE :
80
+ "https://marketplace.visualstudio.com/items?itemName=Topcoder.topcoder-workflow&ssr=false#overview" ,
81
+ TEMPLATES_REPO : "https://github.com/topcoder-platform-templates" ,
82
+ } ,
83
+
84
+
57
85
EMAIL_VERIFY_URL : "http://www.topcoder.com/settings/account/changeEmail" ,
58
- CAL_MODE : false ,
59
- DEFAULT_SPACE_NAME : "default" ,
60
- DEFAULT_ENVIRONMENT : "master" ,
86
+ ABANDONMENT_EMBED :
87
+ "https://43d132d5dbff47c59d9d53ad448f93c2.js.ubembed.com" ,
88
+ SUBDOMAIN_PROFILE_CONFIG : [
89
+ {
90
+ groupId : "20000000" ,
91
+ communityId : "wipro" ,
92
+ communityName : "topgear" ,
93
+ userProfile : "https://topgear-app.wipro.com/user-details" ,
94
+ } ,
95
+ ] ,
61
96
} ,
62
97
63
98
// Config for TC EDU - THRIVE
0 commit comments