Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 67b5ff0

Browse files
committed
Merge branch 'develop'
2 parents 2a6738d + 8a830ce commit 67b5ff0

File tree

6 files changed

+229
-250
lines changed

6 files changed

+229
-250
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following parameters can be set in config files or in env variables:
4949
- V4_CHALLENGE_API_URL: v4 challenge api url, default value is 'http://localhost:4000/v4/challenges'
5050
- V4_TECHNOLOGIES_API_URL: v4 technologies api url, default value is 'http://localhost:4000/v4/technologies'
5151
- V4_PLATFORMS_API_URL: v4 platforms api url, default value is 'http://localhost:4000/v4/platforms'
52-
- TASK_TYPE_ID: The v5 Type ID for tasks
52+
- TASK_TYPE_IDS: The v5 Type ID for tasks per track
5353
- CHALLENGE_TYPE_ID: The v5 Type ID for regular challenges
5454
- FIRST_2_FINISH_TYPE_ID: The v5 Type ID for F2F challenges
5555

config/default.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ module.exports = {
4545

4646
// challenge types
4747
TASK_TYPE_ID: process.env.TASK_TYPE_ID || 'e885273d-aeda-42c0-917d-bfbf979afbba',
48+
TASK_TYPE_IDS: {
49+
DEVELOP: process.env.DEVELOP_TASK_TYPE_ID || 'e885273d-aeda-42c0-917d-bfbf979afbba',
50+
DESIGN: process.env.DESIGN_TASK_TYPE_ID || '149a2013-92b9-4ca9-b35d-c337d47a2490',
51+
QA: process.env.QA_TASK_TYPE_ID || 'a91e69fd-6240-4227-8484-66b8defc4ca9',
52+
DATA_SCENCE: process.env.DATA_SCENCE_TASK_TYPE_ID || 'b3b60e22-e302-4db8-bef8-4eaff965565f'
53+
},
4854
CHALLENGE_TYPE_ID: process.env.CHALLENGE_TYPE_ID || '94eee466-9255-4b60-88d8-4f59c1810dd0',
4955
FIRST_2_FINISH_TYPE_ID: process.env.FIRST_2_FINISH_TYPE_ID || '6950164f-3c5e-4bdc-abc8-22aaf5a1bd49'
5056
}

0 commit comments

Comments
 (0)