@@ -31,6 +31,31 @@ Object {
31
31
" updateChallengeDone" : [Function ],
32
32
" updateChallengeInit" : [Function ],
33
33
},
34
+ " challengeListing" : Object {
35
+ " dropChallenges" : [Function ],
36
+ " expandTag" : [Function ],
37
+ " getActiveChallengesDone" : [Function ],
38
+ " getActiveChallengesInit" : [Function ],
39
+ " getAllActiveChallengesDone" : [Function ],
40
+ " getAllActiveChallengesInit" : [Function ],
41
+ " getChallengeSubtracksDone" : [Function ],
42
+ " getChallengeSubtracksInit" : [Function ],
43
+ " getChallengeTagsDone" : [Function ],
44
+ " getChallengeTagsInit" : [Function ],
45
+ " getMoreChallenges" : [Function ],
46
+ " getPastChallengesDone" : [Function ],
47
+ " getPastChallengesInit" : [Function ],
48
+ " getRestActiveChallengesDone" : [Function ],
49
+ " getRestActiveChallengesInit" : [Function ],
50
+ " getReviewOpportunitiesDone" : [Function ],
51
+ " getReviewOpportunitiesInit" : [Function ],
52
+ " getSrmsDone" : [Function ],
53
+ " getSrmsInit" : [Function ],
54
+ " selectCommunity" : [Function ],
55
+ " setDatepickerStatus" : [Function ],
56
+ " setFilter" : [Function ],
57
+ " setSort" : [Function ],
58
+ },
34
59
" direct" : Object {
35
60
" dropAll" : [Function ],
36
61
" getProjectDetailsDone" : [Function ],
@@ -175,13 +200,145 @@ Object {
175
200
},
176
201
},
177
202
" challenge" : Object {
203
+ " buckets" : Object {
204
+ " BUCKETS" : Object {
205
+ " ALL" : " all" ,
206
+ " MY" : " my" ,
207
+ " ONGOING" : " ongoing" ,
208
+ " OPEN_FOR_REGISTRATION" : " openForRegistration" ,
209
+ " PAST" : " past" ,
210
+ " REVIEW_OPPORTUNITIES" : " reviewOpportunities" ,
211
+ " SAVED_FILTER" : " saved-filter" ,
212
+ " SAVED_REVIEW_OPPORTUNITIES_FILTER" : " savedReviewOpportunitiesFilter" ,
213
+ " UPCOMING" : " upcoming" ,
214
+ },
215
+ " BUCKET_DATA" : Object {
216
+ " all" : Object {
217
+ " filter" : Object {
218
+ " started" : true ,
219
+ " status" : Array [
220
+ " ACTIVE" ,
221
+ ],
222
+ },
223
+ " hideCount" : false ,
224
+ " name" : " All Challenges" ,
225
+ " sorts" : Array [],
226
+ },
227
+ " my" : Object {
228
+ " filter" : Object {
229
+ " started" : true ,
230
+ " status" : Array [
231
+ " ACTIVE" ,
232
+ ],
233
+ },
234
+ " hideCount" : false ,
235
+ " name" : " My Challenges" ,
236
+ " sorts" : Array [
237
+ " most-recent" ,
238
+ " time-to-submit" ,
239
+ " num-registrants" ,
240
+ " num-submissions" ,
241
+ " prize-high-to-low" ,
242
+ " title-a-to-z" ,
243
+ ],
244
+ },
245
+ " ongoing" : Object {
246
+ " filter" : Object {
247
+ " registrationOpen" : false ,
248
+ " started" : true ,
249
+ " status" : Array [
250
+ " ACTIVE" ,
251
+ ],
252
+ },
253
+ " hideCount" : false ,
254
+ " name" : " Ongoing challenges" ,
255
+ " sorts" : Array [
256
+ " most-recent" ,
257
+ " current-phase" ,
258
+ " title-a-to-z" ,
259
+ " prize-high-to-low" ,
260
+ ],
261
+ },
262
+ " openForRegistration" : Object {
263
+ " filter" : Object {
264
+ " registrationOpen" : true ,
265
+ " started" : true ,
266
+ " status" : Array [
267
+ " ACTIVE" ,
268
+ ],
269
+ },
270
+ " hideCount" : false ,
271
+ " name" : " Open for registration" ,
272
+ " sorts" : Array [
273
+ " most-recent" ,
274
+ " time-to-register" ,
275
+ " time-to-submit" ,
276
+ " num-registrants" ,
277
+ " num-submissions" ,
278
+ " prize-high-to-low" ,
279
+ " title-a-to-z" ,
280
+ ],
281
+ },
282
+ " past" : Object {
283
+ " filter" : Object {
284
+ " status" : Array [
285
+ " COMPLETED" ,
286
+ " PAST" ,
287
+ ],
288
+ },
289
+ " hideCount" : true ,
290
+ " name" : " Past challenges" ,
291
+ " sorts" : Array [
292
+ " most-recent" ,
293
+ " prize-high-to-low" ,
294
+ " title-a-to-z" ,
295
+ ],
296
+ },
297
+ " reviewOpportunities" : Object {
298
+ " filter" : Object {},
299
+ " hideCount" : true ,
300
+ " name" : " Open for review" ,
301
+ " sorts" : Array [
302
+ " review-opportunities-start-date" ,
303
+ " review-opportunities-payment" ,
304
+ " review-opportunities-title-a-to-z" ,
305
+ ],
306
+ },
307
+ " savedReviewOpportunitiesFilter" : Object {
308
+ " filter" : Object {},
309
+ " sorts" : Array [
310
+ " review-opportunities-start-date" ,
311
+ " review-opportunities-payment" ,
312
+ " review-opportunities-title-a-to-z" ,
313
+ ],
314
+ },
315
+ " upcoming" : Object {
316
+ " filter" : Object {
317
+ " upcoming" : true ,
318
+ },
319
+ " hideCount" : true ,
320
+ " name" : " Upcoming challenges" ,
321
+ " sorts" : Array [
322
+ " most-recent" ,
323
+ " prize-high-to-low" ,
324
+ " title-a-to-z" ,
325
+ ],
326
+ },
327
+ },
328
+ " default" : undefined ,
329
+ " getBuckets" : [Function ],
330
+ " isReviewOpportunitiesBucket" : [Function ],
331
+ " registerBucket" : [Function ],
332
+ },
178
333
" filter" : Object {
179
334
" addTrack" : [Function ],
180
335
" combine" : [Function ],
181
336
" default" : undefined ,
337
+ " filterByDate" : [Function ],
182
338
" getFilterFunction" : [Function ],
183
339
" getReviewOpportunitiesFilterFunction" : [Function ],
184
340
" mapToBackend" : [Function ],
341
+ " newMeta" : [Function ],
185
342
" removeTrack" : [Function ],
186
343
" setEndDate" : [Function ],
187
344
" setReviewOpportunityType" : [Function ],
@@ -190,6 +347,67 @@ Object {
190
347
" setTags" : [Function ],
191
348
" setText" : [Function ],
192
349
},
350
+ " sort" : Object {
351
+ " SORTS" : Object {
352
+ " CURRENT_PHASE" : " current-phase" ,
353
+ " MOST_RECENT" : " most-recent" ,
354
+ " NUM_REGISTRANTS" : " num-registrants" ,
355
+ " NUM_SUBMISSIONS" : " num-submissions" ,
356
+ " PRIZE_HIGH_TO_LOW" : " prize-high-to-low" ,
357
+ " REVIEW_OPPORTUNITIES_PAYMENT" : " review-opportunities-payment" ,
358
+ " REVIEW_OPPORTUNITIES_START_DATE" : " review-opportunities-start-date" ,
359
+ " REVIEW_OPPORTUNITIES_TITLE_A_TO_Z" : " review-opportunities-title-a-to-z" ,
360
+ " TIME_TO_REGISTER" : " time-to-register" ,
361
+ " TIME_TO_SUBMIT" : " time-to-submit" ,
362
+ " TITLE_A_TO_Z" : " title-a-to-z" ,
363
+ },
364
+ " SORTS_DATA" : Object {
365
+ " current-phase" : Object {
366
+ " func" : [Function ],
367
+ " name" : " Current phase" ,
368
+ },
369
+ " most-recent" : Object {
370
+ " func" : [Function ],
371
+ " name" : " Most recent" ,
372
+ },
373
+ " num-registrants" : Object {
374
+ " func" : [Function ],
375
+ " name" : " # of registrants" ,
376
+ },
377
+ " num-submissions" : Object {
378
+ " func" : [Function ],
379
+ " name" : " # of submissions" ,
380
+ },
381
+ " prize-high-to-low" : Object {
382
+ " func" : [Function ],
383
+ " name" : " Prize high to low" ,
384
+ },
385
+ " review-opportunities-payment" : Object {
386
+ " func" : [Function ],
387
+ " name" : " Payment" ,
388
+ },
389
+ " review-opportunities-start-date" : Object {
390
+ " func" : [Function ],
391
+ " name" : " Review start date" ,
392
+ },
393
+ " review-opportunities-title-a-to-z" : Object {
394
+ " func" : [Function ],
395
+ " name" : " Title A-Z" ,
396
+ },
397
+ " time-to-register" : Object {
398
+ " func" : [Function ],
399
+ " name" : " Time to register" ,
400
+ },
401
+ " time-to-submit" : Object {
402
+ " func" : [Function ],
403
+ " name" : " Time to submit" ,
404
+ },
405
+ " title-a-to-z" : Object {
406
+ " func" : [Function ],
407
+ " name" : " Title A-Z" ,
408
+ },
409
+ },
410
+ },
193
411
},
194
412
" errors" : Object {
195
413
" ERROR_ICON_TYPES" : Object {
@@ -229,6 +447,7 @@ Object {
229
447
" reducers" : Object {
230
448
" auth" : [Function ],
231
449
" challenge" : [Function ],
450
+ " challengeListing" : [Function ],
232
451
" direct" : [Function ],
233
452
" errors" : [Function ],
234
453
" groups" : [Function ],
@@ -334,11 +553,17 @@ Object {
334
553
},
335
554
" getApiResponsePayload" : [Function ],
336
555
" getLookerApiResponsePayload" : [Function ],
556
+ " processSRM" : [Function ],
337
557
},
338
558
" time" : Object {
339
559
" default" : undefined ,
340
560
" delay" : [Function ],
341
561
" formatDuration" : [Function ],
342
562
},
563
+ " url" : Object {
564
+ " default" : undefined ,
565
+ " removeTrailingSlash" : [Function ],
566
+ " updateQuery" : [Function ],
567
+ },
343
568
}
344
569
` ;
0 commit comments