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

Commit 7ab3cf8

Browse files
committed
Disable deprecated apps
1 parent fba231f commit 7ab3cf8

6 files changed

+3
-66
lines changed

config/micro-frontends-config-dev.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"@topcoder/micro-frontends-submission-review-app": "https://platform.topcoder-dev.com/submissionreview/topcoder-micro-frontends-submission-review-app.js",
99
"@topcoder/micro-frontends-model-app": "https://platform.topcoder-dev.com/model-app/topcoder-micro-frontends-model-app.js",
1010
"@topcoder/micro-frontends-community-admin-app": "https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js",
11-
"@topcoder/micro-frontends-taas-admin-app": "https://platform.topcoder-dev.com/taas-admin-app/topcoder-micro-frontends-taas-admin-app.js",
12-
"@topcoder/micro-frontends-onboarding-app": "https://platform.topcoder-dev.com/onboarding-app/topcoder-micro-frontends-onboarding-app.js",
13-
"@topcoder/micro-frontends-forums-app": "https://platform.topcoder-dev.com/forums-app/topcoder-micro-frontends-forums-app.js",
14-
"@topcoder/mfe-customer-work": "https://platform.topcoder-dev.com/self-service-app/topcoder-mfe-customer-work.js"
11+
"@topcoder/micro-frontends-forums-app": "https://platform.topcoder-dev.com/forums-app/topcoder-micro-frontends-forums-app.js"
1512
}
1613
}

config/micro-frontends-config-prod.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"@topcoder/micro-frontends-task-marketplace-app": "https://platform.topcoder.com/tasks/topcoder-micro-frontends-task-marketplace-app.js",
77
"@topcoder/micro-frontends-earn-app": "https://platform.topcoder.com/earn-app/topcoder-micro-frontends-earn-app.js",
88
"@topcoder/micro-frontends-submission-review-app": "https://platform.topcoder.com/submissionreview/topcoder-micro-frontends-submission-review-app.js",
9-
"@topcoder/micro-frontends-model-app": "https://platform.topcoder.com/model-app/topcoder-micro-frontends-model-app.js",
10-
"@topcoder/micro-frontends-taas-admin-app": "https://platform.topcoder.com/taas-admin-app/topcoder-micro-frontends-taas-admin-app.js",
11-
"@topcoder/micro-frontends-onboarding-app": "https://platform.topcoder.com/onboarding-app/topcoder-micro-frontends-onboarding-app.js",
12-
"@topcoder/mfe-customer-work": "https://platform.topcoder.com/self-service-app/topcoder-mfe-customer-work.js"
9+
"@topcoder/micro-frontends-model-app": "https://platform.topcoder.com/model-app/topcoder-micro-frontends-model-app.js"
1310
}
1411
}

config/micro-frontends-config-qa.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"@topcoder/micro-frontends-submission-review-app": "https://platform.topcoder-qa.com/submissionreview/topcoder-micro-frontends-submission-review-app.js",
99
"@topcoder/micro-frontends-model-app": "https://platform.topcoder-qa.com/model-app/topcoder-micro-frontends-model-app.js",
1010
"@topcoder/micro-frontends-community-admin-app": "https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js",
11-
"@topcoder/micro-frontends-taas-admin-app": "https://platform.topcoder-qa.com/taas-admin-app/topcoder-micro-frontends-taas-admin-app.js",
12-
"@topcoder/micro-frontends-onboarding-app": "https://platform.topcoder-qa.com/onboarding-app/topcoder-micro-frontends-onboarding-app.js",
13-
"@topcoder/micro-frontends-forums-app": "https://platform.topcoder-qa.com/forums-app/topcoder-micro-frontends-forums-app.js",
14-
"@topcoder/mfe-customer-work": "https://platform.topcoder-qa.com/self-service-app/topcoder-mfe-customer-work.js"
11+
"@topcoder/micro-frontends-forums-app": "https://platform.topcoder-qa.com/forums-app/topcoder-micro-frontends-forums-app.js"
1512
}
1613
}

config/micro-frontends-routes-dev.txt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,9 @@
1919
<route path="community-admin">
2020
<application name="@topcoder/micro-frontends-community-admin-app"></application>
2121
</route>
22-
<route path="taas-admin">
23-
<application name="@topcoder/micro-frontends-taas-admin-app"></application>
24-
</route>
25-
<route path="onboard">
26-
<application name="@topcoder/micro-frontends-onboarding-app"></application>
27-
</route>
2822
<route path="forums">
2923
<application name="@topcoder/micro-frontends-forums-app"></application>
3024
</route>
31-
<route path="self-service">
32-
<application name="@topcoder/mfe-customer-work"></application>
33-
</route>
34-
<route path="work">
35-
<application name="@topcoder/mfe-customer-work"></application>
36-
</route>
37-
<route path="account">
38-
<application name="@topcoder/mfe-customer-work"></application>
39-
</route>
40-
<route path="support">
41-
<application name="@topcoder/mfe-customer-work"></application>
42-
</route>
4325
<route path="unauthorized">
4426
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
4527
You are unauthorized

config/micro-frontends-routes-prod.txt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,6 @@
1616
<route path="model">
1717
<application name="@topcoder/micro-frontends-model-app"></application>
1818
</route>
19-
<route path="taas-admin">
20-
<application name="@topcoder/micro-frontends-taas-admin-app"></application>
21-
</route>
22-
<route path="onboard">
23-
<application name="@topcoder/micro-frontends-onboarding-app"></application>
24-
</route>
25-
<route path="self-service">
26-
<application name="@topcoder/mfe-customer-work"></application>
27-
</route>
28-
<route path="work">
29-
<application name="@topcoder/mfe-customer-work"></application>
30-
</route>
31-
<route path="account">
32-
<application name="@topcoder/mfe-customer-work"></application>
33-
</route>
34-
<route path="support">
35-
<application name="@topcoder/mfe-customer-work"></application>
36-
</route>
3719
<route path="unauthorized">
3820
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
3921
You are unauthorized

config/micro-frontends-routes-qa.txt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,9 @@
1919
<route path="community-admin">
2020
<application name="@topcoder/micro-frontends-community-admin-app"></application>
2121
</route>
22-
<route path="taas-admin">
23-
<application name="@topcoder/micro-frontends-taas-admin-app"></application>
24-
</route>
25-
<route path="onboard">
26-
<application name="@topcoder/micro-frontends-onboarding-app"></application>
27-
</route>
2822
<route path="forums">
2923
<application name="@topcoder/micro-frontends-forums-app"></application>
3024
</route>
31-
<route path="self-service">
32-
<application name="@topcoder/mfe-customer-work"></application>
33-
</route>
34-
<route path="work">
35-
<application name="@topcoder/mfe-customer-work"></application>
36-
</route>
37-
<route path="account">
38-
<application name="@topcoder/mfe-customer-work"></application>
39-
</route>
40-
<route path="support">
41-
<application name="@topcoder/mfe-customer-work"></application>
42-
</route>
4325
<route path="unauthorized">
4426
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
4527
You are unauthorized

0 commit comments

Comments
 (0)