Skip to content

Commit c36c6a1

Browse files
Update MM leaderboard
1 parent c906762 commit c36c6a1

File tree

19 files changed

+508
-9
lines changed

19 files changed

+508
-9
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

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

9+
### Configuration for AV-Scan scorer review type ID
10+
11+
Change the property in `AV_SCAN_SCORER_REVIEW_TYPE_ID` in config.
12+
913
### Development
1014
```shell
1115
# Install dependencies

__tests__/__snapshots__/index.js.snap

+13
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],
@@ -248,6 +250,7 @@ Object {
248250
"getApiV2": [Function],
249251
"getApiV3": [Function],
250252
"getApiV4": [Function],
253+
"getApiV5": [Function],
251254
"getTcM2mToken": [Function],
252255
},
253256
"billing": Object {
@@ -291,6 +294,10 @@ Object {
291294
"default": undefined,
292295
"getReviewOpportunitiesService": [Function],
293296
},
297+
"submissions": Object {
298+
"default": undefined,
299+
"getService": [Function],
300+
},
294301
"terms": Object {
295302
"default": undefined,
296303
"getService": [Function],
@@ -308,6 +315,12 @@ Object {
308315
"getService": [Function],
309316
},
310317
},
318+
"submission": Object {
319+
"default": undefined,
320+
"getFinalScore": [Function],
321+
"getProvisionalScore": [Function],
322+
"processMMSubmissions": [Function],
323+
},
311324
"tc": Object {
312325
"COMPETITION_TRACKS": Object {
313326
"DATA_SCIENCE": "data_science",

0 commit comments

Comments
 (0)