Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

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


### Configuration for AV-Scan scorer review type ID

Change the property in `AV_SCAN_SCORER_REVIEW_TYPE_ID` in config.

### Development
```shell
# Install dependencies
Expand Down
16 changes: 16 additions & 0 deletions __tests__/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Object {
"getActiveChallengesCountInit": [Function],
"getDetailsDone": [Function],
"getDetailsInit": [Function],
"getMmSubmissionsDone": [Function],
"getMmSubmissionsInit": [Function],
"getSubmissionsDone": [Function],
"getSubmissionsInit": [Function],
"loadResultsDone": [Function],
Expand Down Expand Up @@ -426,14 +428,17 @@ Object {
"countReset": [Function],
"debug": [Function],
"dir": [Function],
"dirxml": [Function],
"error": [Function],
"group": [Function],
"groupCollapsed": [Function],
"groupEnd": [Function],
"info": [Function],
"log": [Function],
"table": [Function],
"time": [Function],
"timeEnd": [Function],
"timeLog": [Function],
"trace": [Function],
"warn": [Function],
},
Expand Down Expand Up @@ -467,6 +472,7 @@ Object {
"getApiV2": [Function],
"getApiV3": [Function],
"getApiV4": [Function],
"getApiV5": [Function],
"getTcM2mToken": [Function],
},
"billing": Object {
Expand Down Expand Up @@ -510,6 +516,10 @@ Object {
"default": undefined,
"getReviewOpportunitiesService": [Function],
},
"submissions": Object {
"default": undefined,
"getService": [Function],
},
"terms": Object {
"default": undefined,
"getService": [Function],
Expand All @@ -527,6 +537,12 @@ Object {
"getService": [Function],
},
},
"submission": Object {
"default": undefined,
"getFinalScore": [Function],
"getProvisionalScore": [Function],
"processMMSubmissions": [Function],
},
"tc": Object {
"COMPETITION_TRACKS": Object {
"DATA_SCIENCE": "data_science",
Expand Down
Loading