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

Earn Restructure PR #26

Merged
merged 16 commits into from
Sep 15, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: add TaaS Admin App
  • Loading branch information
MadOPcode authored and maxceem committed May 29, 2021
commit db98483114a60a5b4673476d3be8713c6573a4f8
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ dist

# TernJS port file
.tern-port

# VS Code settings
.vscode/
3 changes: 2 additions & 1 deletion config/micro-frontends-config-local.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"imports": {
"@topcoder/micro-frontends-navbar-app": "http://localhost:3001/navbar/topcoder-micro-frontends-navbar-app.js",
"@topcoder/micro-frontends-taas-admin-app": "http://localhost:8502/taas-admin-app/topcoder-micro-frontends-taas-admin-app.js",
"@topcoder/micro-frontends-react-app": "https://platform.topcoder-dev.com/react/topcoder-micro-frontends-react-app.js",
"@topcoder/micro-frontends-angular-app": "https://platform.topcoder-dev.com/angular/main.js",
"@topcoder/micro-frontends-teams": "https://platform.topcoder-dev.com/taas-app/topcoder-micro-frontends-teams.js",
Expand All @@ -10,4 +11,4 @@
"@topcoder/micro-frontends-model-app": "https://platform.topcoder-dev.com/model-app/topcoder-micro-frontends-model-app.js",
"@topcoder/micro-frontends-community-admin-app": "https://tc-micro-community-admin.herokuapp.com/community-admin-app/topcoder-micro-frontends-community-admin-app.js"
}
}
}
5 changes: 4 additions & 1 deletion config/micro-frontends-routes-local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<route path="taas">
<application name="@topcoder/micro-frontends-teams"></application>
</route>
<route path="taas-admin">
<application name="@topcoder/micro-frontends-taas-admin-app"></application>
</route>
<route path="task-marketplace">
<application name="@topcoder/micro-frontends-task-marketplace-app"></application>
</route>
Expand All @@ -31,4 +34,4 @@
<div style="text-align: center; padding-top: 200px; font-size: 32px;">
Welcome to Topcoder Micro Frontends
</div>
</route>
</route>