3
3
*/
4
4
import appReactIcon from "../assets/images/reactjs.svg" ;
5
5
import appAngularIcon from "../assets/images/angularjs.svg" ;
6
+ import appTaasIcon from "../assets/images/integrations.svg" ;
6
7
import manageWorkIcon from "../assets/images/managework.svg" ;
7
8
import ondemandTalentIcon from "../assets/images/ondemand-talent.svg" ;
8
9
import myOrganizationIcon from "../assets/images/my-organization.svg" ;
9
10
import integrationsIcon from "../assets/images/integrations.svg" ;
11
+ import customerplatformIcon from "../assets/images/managework.svg" ;
12
+ import workmanagerIcon from "../assets/images/ondemand-talent.svg" ;
10
13
import learnIcon from "../assets/images/learn.svg" ;
11
14
import earnIcon from "../assets/images/earn.svg" ;
12
15
import homeIcon from "../assets/images/home.svg" ;
@@ -51,6 +54,17 @@ export const APP_CATEGORIES = [
51
54
{
52
55
category : 'Manage' ,
53
56
apps : [
57
+ {
58
+ title : "TaaS" ,
59
+ icon : appTaasIcon ,
60
+ path : "/taas" ,
61
+ menu : [
62
+ { title : "My Teams" , path : "/taas/myteams" , icon : myteamsIcon , activeIcon :myteamsGreenIcon } ,
63
+ { title : "Feedback" , path : "/taas/feedback" , icon : discussionsIcon , activeIcon :discussionsGreenIcon } ,
64
+ { title : "Invoices" , path : "/taas/invoices" , icon : apisIcon , activeIcon :apisGreenIcon } ,
65
+ { title : "Reports" , path : "/taas/reports" , icon : reportsIcon , activeIcon : reportsGreenIcon } ,
66
+ ] ,
67
+ } ,
54
68
{
55
69
title : "Manage Work" ,
56
70
icon : manageWorkIcon ,
@@ -90,25 +104,25 @@ export const APP_CATEGORIES = [
90
104
} ,
91
105
{
92
106
title : "Customer Platform" ,
93
- icon : appReactIcon ,
94
- path : "/micro-frontends-react-route " ,
107
+ icon : customerplatformIcon ,
108
+ path : "/customer-platform " ,
95
109
menu : [
96
- { title : "Catalog" , path : "/micro-frontends-react-route " , icon : homeIcon , activeIcon :homeGreenIcon } ,
97
- { title : "My Work" , path : "/micro-frontends-react-route /my-work" , icon : apisIcon , activeIcon :apisGreenIcon } ,
98
- { title : "Reports" , path : "/micro-frontends-react-route /reports" , icon : reportsIcon , activeIcon : reportsGreenIcon } ,
99
- { title : "Testimonals" , path : "/micro-frontends-react-route /testimonals" , icon : testimonalsIcon , activeIcon : testimonalsGreenIcon } ,
100
- { title : "FAQ" , path : "/micro-frontends-react-route /FAQ" , icon : faqIcon , activeIcon :faqGreenIcon } ,
110
+ { title : "Catalog" , path : "/customer-platform " , icon : homeIcon , activeIcon :homeGreenIcon } ,
111
+ { title : "My Work" , path : "/customer-platform /my-work" , icon : apisIcon , activeIcon :apisGreenIcon } ,
112
+ { title : "Reports" , path : "/customer-platform /reports" , icon : reportsIcon , activeIcon : reportsGreenIcon } ,
113
+ { title : "Testimonals" , path : "/customer-platform /testimonals" , icon : testimonalsIcon , activeIcon : testimonalsGreenIcon } ,
114
+ { title : "FAQ" , path : "/customer-platform /FAQ" , icon : faqIcon , activeIcon :faqGreenIcon } ,
101
115
] ,
102
116
} ,
103
117
{
104
118
title : "Work Manager" ,
105
- icon : appAngularIcon ,
106
- path : "/micro-frontends-angular-route " ,
119
+ icon : workmanagerIcon ,
120
+ path : "/work-manager " ,
107
121
menu : [
108
- { title : "Challenges/Tasks" , path : "/micro-frontends-angular-route " , icon : homeIcon , activeIcon :homeGreenIcon } ,
109
- { title : "Discussions" , path : "/micro-frontends-angular-route /discussions" , icon : discussionsIcon , activeIcon :discussionsGreenIcon } ,
110
- { title : "Files & Links" , path : "/micro-frontends-angular-route /files-links" , icon : filesIcon , activeIcon :filesGreenIcon } ,
111
- { title : "Reports" , path : "/micro-frontends-angular-route /reports" , icon : reportsIcon , activeIcon :reportsGreenIcon } ,
122
+ { title : "Challenges/Tasks" , path : "/work-manager " , icon : homeIcon , activeIcon :homeGreenIcon } ,
123
+ { title : "Discussions" , path : "/work-manager /discussions" , icon : discussionsIcon , activeIcon :discussionsGreenIcon } ,
124
+ { title : "Files & Links" , path : "/work-manager /files-links" , icon : filesIcon , activeIcon :filesGreenIcon } ,
125
+ { title : "Reports" , path : "/work-manager /reports" , icon : reportsIcon , activeIcon :reportsGreenIcon } ,
112
126
] ,
113
127
} ,
114
128
]
@@ -135,6 +149,27 @@ export const APP_CATEGORIES = [
135
149
] ,
136
150
}
137
151
]
152
+ } ,
153
+ {
154
+ category : 'Sample' ,
155
+ apps : [
156
+ {
157
+ title : "React Example" ,
158
+ icon : appReactIcon ,
159
+ path : "/micro-frontends-react-route" ,
160
+ menu : [
161
+ { title : "Home" , path : "/micro-frontends-react-route" , icon : homeIcon , activeIcon :homeGreenIcon } ,
162
+ ] ,
163
+ } ,
164
+ {
165
+ title : "Angular Example" ,
166
+ icon : appAngularIcon ,
167
+ path : "/micro-frontends-angular-route" ,
168
+ menu : [
169
+ { title : "Home" , path : "/micro-frontends-angular-route" , icon : homeIcon , activeIcon :homeGreenIcon } ,
170
+ ] ,
171
+ } ,
172
+ ]
138
173
}
139
174
] ;
140
175
0 commit comments