Skip to content

Commit 934d620

Browse files
update groupId into groups
1 parent 5ec9c71 commit 934d620

File tree

34 files changed

+62
-62
lines changed

34 files changed

+62
-62
lines changed

src/server/tc-communities/blockchain/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"challengeFilter": {
3-
"groupIds": ["20000010"],
3+
"groups": ["blockchain"],
44
"or": [{
55
"tags": ["Blockchain", "Ethereum"]
66
}]
77
},
88
"communityId": "blockchain",
99
"communityName": "Blockchain Community",
10-
"groupIds": ["20000010"],
10+
"groups": ["blockchain"],
1111
"hideSearch": true,
1212
"logos": [{
1313
"img": "/community-app-assets/themes/blockchain/logo_topcoder_with_name.svg",

src/server/tc-communities/cognitive/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"challengeFilter": {
3-
"groupIds": ["20000015"],
3+
"groups": ["cognitive"],
44
"or": [{
55
"tags": ["Cognitive", "IBM Cognitive", "IBM Watson"]
66
}]
@@ -10,7 +10,7 @@
1010
},
1111
"communityId": "cognitive",
1212
"communityName": "Topcoder Cognitive Community",
13-
"groupIds": ["20000015"],
13+
"groups": ["cognitive"],
1414
"logos": [{
1515
"img": "/community-app-assets/themes/cognitive/logo_topcoder_with_name.svg",
1616
"url": "https://www.topcoder.com"

src/server/tc-communities/comcast/metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"authorizedGroupIds": [
3-
"20000867"
2+
"authorizedGroups": [
3+
"comcast"
44
],
55
"challengeFilter": {
6-
"groupIds": ["20000867"],
6+
"groups": ["comcast"],
77
"or": [{
88
"tags": ["Comcast"]
99
}]
1010
},
1111
"communityId": "comcast",
1212
"communityName": "Comcast Community",
13-
"groupIds": ["20000867"],
13+
"groups": ["comcast"],
1414
"hideSearch": true,
1515
"logos": [{
1616
"img": "/community-app-assets/themes/comcast/corporate_Official-Comcast-Logo.png",

src/server/tc-communities/community-2/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"challengeFilter": {
3-
"groupIds": ["20000002"]
3+
"groups": ["community-2"]
44
},
55
"communityId": "community-2",
66
"communityName": "Community 2",
7-
"groupIds": ["20000002"],
7+
"groups": ["community-2"],
88
"hidden": true,
99
"leaderboardApiUrl": "https://api.topcoder.com/v4/looks/458/run/json/",
1010
"logos": [{

src/server/tc-communities/cs/metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"authorizedGroupIds": [
3-
"20000044"
2+
"authorizedGroups": [
3+
"cs"
44
],
55
"challengeFilter": {
6-
"groupIds": ["20000044"]
6+
"groups": ["cs"]
77
},
88
"challengeListing": {
99
"ignoreCommunityFilterByDefault": true,
1010
"openChallengesInNewTabs": false
1111
},
1212
"communityId": "cs",
1313
"communityName": "CS Community",
14-
"groupIds": ["20000044"],
14+
"groups": ["cs"],
1515
"hideSearch": true,
1616
"logos": [{
1717
"img": "/community-app-assets/themes/cs/credit-suisse-logo.jpg",

src/server/tc-communities/demo-expert/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"challengeFilter": {
3-
"groupIds": ["20000003"],
3+
"groups": ["demo-expert"],
44
"tags": [".NET"]
55
},
66
"communityId": "demo-expert",
77
"communityName": "Demo Expert Community",
8-
"groupIds": ["20000003"],
8+
"groups": ["demo-expert"],
99
"hidden": true,
1010
"logos": [{
1111
"img": "/community-app-assets/themes/demo-expert/logo_topcoder_with_name.svg",

src/server/tc-communities/iot/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"authorizedGroupIds": ["20000014"],
2+
"authorizedGroups": ["hide-challenges"],
33
"challengeFilter": {
4-
"groupIds": ["20000045"],
4+
"groups": ["iot"],
55
"or": [{
66
"tags": ["IoT", "Predix"]
77
}]
88
},
99
"communityId": "iot",
1010
"communityName": "IoT Community",
11-
"groupIds": ["20000045"],
11+
"groups": ["iot"],
1212
"hideSearch": true,
1313
"logos": [{
1414
"img": "/community-app-assets/themes/iot/logo_topcoder_with_name.svg",

src/server/tc-communities/mobile/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"authorizedGroupIds": ["20000014"],
2+
"authorizedGroups": ["hide-challenges"],
33
"challengeFilter": {
4-
"groupIds": ["20000047"],
4+
"groups": ["mobile"],
55
"or": [{
66
"tags": ["Mobile", "iOS", "Android"]
77
}]
@@ -12,7 +12,7 @@
1212
},
1313
"communityId": "mobile",
1414
"communityName": "Mobile Community",
15-
"groupIds": ["20000047"],
15+
"groups": ["mobile"],
1616
"hideSearch": true,
1717
"logos": [{
1818
"img": "/community-app-assets/themes/mobile/logo_topcoder_with_name.svg",

src/server/tc-communities/qa/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"authorizedGroupIds": ["20000014"],
2+
"authorizedGroups": ["hide-challenges"],
33
"challengeFilter": {
4-
"groupIds": ["20000012","20000004"],
4+
"groups": ["qa-public","wipro-qaas"],
55
"or": [{
66
"tags": ["QA"]
77
}]
88
},
99
"communityId": "qa",
1010
"communityName": "QA Community",
11-
"groupIds": ["20000012","20000004"],
11+
"groups": ["qa-public","wipro-qaas"],
1212
"hidden": true,
1313
"logos": [{
1414
"img": "/community-app-assets/themes/qa/logo_topcoder_with_name.svg",

src/server/tc-communities/srmx/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"authorizedGroupIds": ["20000006"],
2+
"authorizedGroups": ["srmx"],
33
"challengeFilter": {
4-
"groupIds": ["20000006"]
4+
"groups": ["srmx"]
55
},
66
"communityId": "srmx",
77
"communityName": "SRMX",
8-
"groupIds": ["20000006"],
8+
"groups": ["srmx"],
99
"hidden": true,
1010
"logos": [{
1111
"img": "/community-app-assets/themes/srmx/logo_topcoder_with_name.svg",

src/server/tc-communities/taskforce/metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"authorizedGroupIds": [
3-
"20000003"
2+
"authorizedGroups": [
3+
"taskforce"
44
],
55
"challengeFilter": {
6-
"groupIds": ["20000003"]
6+
"groups": ["taskforce"]
77
},
88
"communityId": "taskforce",
99
"communityName": "Taskforce",
10-
"groupIds": ["20000003"],
10+
"groups": ["taskforce"],
1111
"hidden": true,
1212
"leaderboardApiUrl": "https://api.topcoder.com/v4/looks/458/run/json/",
1313
"logos": [{

src/server/tc-communities/tco01/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco01",
33
"hidden": true,
44
"communityName": "TCO01",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO01.svg",

src/server/tc-communities/tco02/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco02",
33
"hidden": true,
44
"communityName": "TCO02",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO02.png",

src/server/tc-communities/tco03/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco03",
33
"hidden": true,
44
"communityName": "TCO03",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO03.png",

src/server/tc-communities/tco04/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco04",
33
"hidden": true,
44
"communityName": "TCO04",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO04.png",

src/server/tc-communities/tco05/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco05",
33
"hidden": true,
44
"communityName": "TCO05",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO05.png",

src/server/tc-communities/tco06/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco06",
33
"hidden": true,
44
"communityName": "TCO06",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO06.png",

src/server/tc-communities/tco07/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco07",
33
"hidden": true,
44
"communityName": "TCO07",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO07.png",

src/server/tc-communities/tco08/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco08",
33
"hidden": true,
44
"communityName": "TCO08",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO08.png",

src/server/tc-communities/tco09/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco09",
33
"hidden": true,
44
"communityName": "TCO09",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO09.png",

src/server/tc-communities/tco10/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco10",
33
"hidden": true,
44
"communityName": "TCO10",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO10.png",

src/server/tc-communities/tco11/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco11",
33
"hidden": true,
44
"communityName": "TCO11",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO11.png",

src/server/tc-communities/tco12/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco12",
33
"hidden": true,
44
"communityName": "TCO12",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO12.svg",

src/server/tc-communities/tco13/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco13",
33
"hidden": true,
44
"communityName": "TCO13",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO13.svg",

src/server/tc-communities/tco14/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco14",
33
"hidden": true,
44
"communityName": "TCO14",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO14.svg",

src/server/tc-communities/tco15/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco15",
33
"hidden": true,
44
"communityName": "TCO15",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO15.svg",

src/server/tc-communities/tco16/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco16",
33
"hidden": true,
44
"communityName": "TCO16",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO16.svg",

src/server/tc-communities/tco17/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco17",
33
"hidden": true,
44
"communityName": "TCO17",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO17.svg",

src/server/tc-communities/tco18/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"communityId": "tco18",
33
"hidden": true,
44
"communityName": "TCO18",
5-
"groupIds": [],
5+
"groups": [],
66
"hideSearch": true,
77
"logos": [{
88
"img": "/community-app-assets/themes/tco/TCO18.svg",

src/server/tc-communities/tco20/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"communityId": "tco20",
66
"communityName": "TCO20",
7-
"groupIds": [],
7+
"groups": [],
88
"hideSearch": true,
99
"logos": [{
1010
"img": "/community-app-assets/themes/tco/TCO20.svg",

src/server/tc-communities/tco21/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"communityId": "tco21",
66
"communityName": "TCO21",
7-
"groupIds": [],
7+
"groups": [],
88
"hideSearch": true,
99
"logos": [{
1010
"img": "/community-app-assets/themes/tco/TCO21.svg",

src/server/tc-communities/veterans/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"challengeFilter": {
3-
"groupIds": ["20000013"]
3+
"groups": ["veterans"]
44
},
55
"challengeListing": {
66
"ignoreCommunityFilterByDefault": true
77
},
88
"communityId": "veterans",
99
"communityName": "Veterans Community",
10-
"groupIds": ["20000013"],
10+
"groups": ["veterans"],
1111
"terms": [21193, 21263],
1212
"logos": [{
1313
"img": "/community-app-assets/themes/veterans/logo_topcoder_with_name.svg",

0 commit comments

Comments
 (0)