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

Commit b7e1814

Browse files
Merge pull request #19 from topcoder-platform/feature/add-taas-admin-app
feat: add TaaS Admin App
2 parents bacab69 + 1e8fdad commit b7e1814

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,6 @@ dist
102102

103103
# TernJS port file
104104
.tern-port
105+
106+
# VS Code settings
107+
.vscode/

config/micro-frontends-config-local.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"imports": {
33
"@topcoder/micro-frontends-navbar-app": "http://localhost:3001/navbar/topcoder-micro-frontends-navbar-app.js",
4+
"@topcoder/micro-frontends-taas-admin-app": "https://platform.topcoder-dev.com/taas-admin-app/topcoder-micro-frontends-taas-admin-app.js",
45
"@topcoder/micro-frontends-react-app": "https://platform.topcoder-dev.com/react/topcoder-micro-frontends-react-app.js",
56
"@topcoder/micro-frontends-angular-app": "https://platform.topcoder-dev.com/angular/main.js",
67
"@topcoder/micro-frontends-teams": "https://platform.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js",
@@ -10,4 +11,4 @@
1011
"@topcoder/micro-frontends-model-app": "https://platform.topcoder-dev.com/model-app/topcoder-micro-frontends-model-app.js",
1112
"@topcoder/micro-frontends-community-admin-app": "https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js"
1213
}
13-
}
14+
}

config/micro-frontends-routes-local.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<route path="taas">
88
<application name="@topcoder/micro-frontends-teams"></application>
99
</route>
10+
<route path="taas-admin">
11+
<application name="@topcoder/micro-frontends-taas-admin-app"></application>
12+
</route>
1013
<route path="task-marketplace">
1114
<application name="@topcoder/micro-frontends-task-marketplace-app"></application>
1215
</route>
@@ -31,4 +34,4 @@
3134
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
3235
Welcome to Topcoder Micro Frontends
3336
</div>
34-
</route>
37+
</route>

0 commit comments

Comments
 (0)