@@ -111,6 +111,8 @@ Object {
111
111
" getSubtrackChallengesInit" : [Function ],
112
112
" getUserMarathonDone" : [Function ],
113
113
" getUserMarathonInit" : [Function ],
114
+ " getUserResourcesDone" : [Function ],
115
+ " getUserResourcesInit" : [Function ],
114
116
" getUserSrmDone" : [Function ],
115
117
" getUserSrmInit" : [Function ],
116
118
},
@@ -223,9 +225,9 @@ Object {
223
225
" setEndDate" : [Function ],
224
226
" setReviewOpportunityType" : [Function ],
225
227
" setStartDate" : [Function ],
226
- " setSubtracks" : [Function ],
227
228
" setTags" : [Function ],
228
229
" setText" : [Function ],
230
+ " setTypes" : [Function ],
229
231
},
230
232
},
231
233
" errors" : Object {
@@ -303,7 +305,6 @@ Object {
303
305
" default" : undefined ,
304
306
" getService" : [Function ],
305
307
" normalizeChallenge" : [Function ],
306
- " normalizeChallengeDetails" : [Function ],
307
308
},
308
309
" communities" : Object {
309
310
" default" : undefined ,
@@ -340,6 +341,7 @@ Object {
340
341
" reviewOpportunities" : Object {
341
342
" default" : undefined ,
342
343
" getReviewOpportunitiesService" : [Function ],
344
+ " normalizeChallenges" : [Function ],
343
345
},
344
346
" submissions" : Object {
345
347
" default" : undefined ,
@@ -370,9 +372,10 @@ Object {
370
372
},
371
373
" tc" : Object {
372
374
" COMPETITION_TRACKS" : Object {
373
- " DATA_SCIENCE" : " data_science" ,
374
- " DESIGN" : " design" ,
375
- " DEVELOP" : " develop" ,
375
+ " DATA_SCIENCE" : " Data Science" ,
376
+ " DESIGN" : " Design" ,
377
+ " DEVELOP" : " Development" ,
378
+ " QA" : " Quality Assurance" ,
376
379
},
377
380
" REVIEW_OPPORTUNITY_TYPES" : Object {
378
381
" Contest Review" : " Review" ,
0 commit comments