Skip to content

Commit f88acb3

Browse files
author
Huan Li
committed
Update MM challenge leaderboard
1 parent 3a520ff commit f88acb3

25 files changed

+696
-39
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
The [Topcoder](https://www.topcoder.com) lib for internal ReactJS projects.
88

9+
10+
### Configuration for AV-Scan scorer review type ID
11+
12+
Change the property in `AV_SCAN_SCORER_REVIEW_TYPE_ID` in config.
13+
914
### Development
1015
```shell
1116
# Install dependencies

__tests__/__snapshots__/index.js.snap

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Object {
1717
"getActiveChallengesCountInit": [Function],
1818
"getDetailsDone": [Function],
1919
"getDetailsInit": [Function],
20+
"getMmSubmissionsDone": [Function],
21+
"getMmSubmissionsInit": [Function],
2022
"getSubmissionsDone": [Function],
2123
"getSubmissionsInit": [Function],
2224
"loadResultsDone": [Function],
@@ -426,14 +428,17 @@ Object {
426428
"countReset": [Function],
427429
"debug": [Function],
428430
"dir": [Function],
431+
"dirxml": [Function],
429432
"error": [Function],
430433
"group": [Function],
431434
"groupCollapsed": [Function],
432435
"groupEnd": [Function],
433436
"info": [Function],
434437
"log": [Function],
438+
"table": [Function],
435439
"time": [Function],
436440
"timeEnd": [Function],
441+
"timeLog": [Function],
437442
"trace": [Function],
438443
"warn": [Function],
439444
},
@@ -467,6 +472,7 @@ Object {
467472
"getApiV2": [Function],
468473
"getApiV3": [Function],
469474
"getApiV4": [Function],
475+
"getApiV5": [Function],
470476
"getTcM2mToken": [Function],
471477
},
472478
"billing": Object {
@@ -510,6 +516,10 @@ Object {
510516
"default": undefined,
511517
"getReviewOpportunitiesService": [Function],
512518
},
519+
"submissions": Object {
520+
"default": undefined,
521+
"getService": [Function],
522+
},
513523
"terms": Object {
514524
"default": undefined,
515525
"getService": [Function],
@@ -527,6 +537,12 @@ Object {
527537
"getService": [Function],
528538
},
529539
},
540+
"submission": Object {
541+
"default": undefined,
542+
"getFinalScore": [Function],
543+
"getProvisionalScore": [Function],
544+
"processMMSubmissions": [Function],
545+
},
530546
"tc": Object {
531547
"COMPETITION_TRACKS": Object {
532548
"DATA_SCIENCE": "data_science",

0 commit comments

Comments
 (0)