You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,3 +87,10 @@ Note: heroku domain should match subdomain of topcoder-dev or topcoder depending
87
87
- click get link button to get the shareable link which can be used by topcoder member to self assign to the repository. Click to icon next to url to copy to clipboard.
88
88
- normal member cannot use the application, allowed roles are configured in API, if normal user tries to access the app, error is shown in login page.
89
89
90
+
## Topcoder Direct ID to Connect ID migration
91
+
92
+
Direct ID migration can be done with script located in **topcoder-x-processor** codebase called direct-connect-migration
93
+
```shell
94
+
npm run direct-connect-migration
95
+
```
96
+
By default it takes 15 projects at time, but you can change this by specifying BATCH_SIZE environment variable.
0 commit comments