Skip to content

Commit a3ffc1b

Browse files
authored
Branch based on v0.7.11 (#79)
Branch based on v0.7.11
2 parents e54612c + c229459 commit a3ffc1b

File tree

21 files changed

+714
-110
lines changed

21 files changed

+714
-110
lines changed

README.md

Lines changed: 4 additions & 0 deletions
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

Lines changed: 13 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],
@@ -467,6 +469,7 @@ Object {
467469
"getApiV2": [Function],
468470
"getApiV3": [Function],
469471
"getApiV4": [Function],
472+
"getApiV5": [Function],
470473
"getTcM2mToken": [Function],
471474
},
472475
"billing": Object {
@@ -510,6 +513,10 @@ Object {
510513
"default": undefined,
511514
"getReviewOpportunitiesService": [Function],
512515
},
516+
"submissions": Object {
517+
"default": undefined,
518+
"getService": [Function],
519+
},
513520
"terms": Object {
514521
"default": undefined,
515522
"getService": [Function],
@@ -527,6 +534,12 @@ Object {
527534
"getService": [Function],
528535
},
529536
},
537+
"submission": Object {
538+
"default": undefined,
539+
"getFinalScore": [Function],
540+
"getProvisionalScore": [Function],
541+
"processMMSubmissions": [Function],
542+
},
530543
"tc": Object {
531544
"COMPETITION_TRACKS": Object {
532545
"DATA_SCIENCE": "data_science",

0 commit comments

Comments
 (0)