|
1 | 1 | /** |
2 | 2 | * Config for the All Apps menu. |
3 | 3 | */ |
4 | | -import appReactIcon from '../assets/images/reactjs.svg'; |
5 | | -import appAngularIcon from '../assets/images/angularjs.svg'; |
| 4 | +import appDocumentationIcon from '../assets/images/learn.svg'; |
6 | 5 | import appTaasIcon from '../assets/images/integrations.svg'; |
7 | | -const appSubmissionReviewIcon = appTaasIcon; |
8 | | -import manageWorkIcon from '../assets/images/managework.svg'; |
9 | | -import ondemandTalentIcon from '../assets/images/ondemand-talent.svg'; |
10 | | -import myOrganizationIcon from '../assets/images/my-organization.svg'; |
11 | | -const integrationsIcon = appTaasIcon; |
12 | | -const customerplatformIcon = manageWorkIcon; |
13 | | -const workmanagerIcon = ondemandTalentIcon; |
14 | | -import learnIcon from '../assets/images/learn.svg'; |
15 | | -import earnIcon from '../assets/images/earn.svg'; |
16 | | -import homeIcon from '../assets/images/home.svg'; |
17 | | -import homeGreenIcon from '../assets/images/home-green.svg'; |
18 | | -import projectsIcon from '../assets/images/projects.svg'; |
19 | | -import projectsGreenIcon from '../assets/images/projects-green.svg'; |
20 | | -import crowdsourceIcon from '../assets/images/crowdsource.svg'; |
21 | | -import crowdsourceGreenIcon from '../assets/images/crowdsource-green.svg'; |
22 | 6 | import myteamsIcon from '../assets/images/my-teams.svg'; |
23 | 7 | import myteamsGreenIcon from '../assets/images/my-teams-green.svg'; |
24 | | -import skillSearchIcon from '../assets/images/skill-search.svg'; |
25 | | -import skillSearchGreenIcon from '../assets/images/skill-search-green.svg'; |
26 | | -import organizationSettingsIcon from '../assets/images/organization-settings.svg'; |
27 | | -import organizationSettingsGreenIcon from '../assets/images/organization-settings-green.svg'; |
28 | | -import integrationsPluginIcon from '../assets/images/integrations-plugins.svg'; |
29 | | -import integrationsPluginGreenIcon from '../assets/images/integrations-plugins-green.svg'; |
30 | | -import apisIcon from '../assets/images/apis.svg'; |
31 | | -import apisGreenIcon from '../assets/images/apis-green.svg'; |
32 | | -import myWorkIcon from '../assets/images/my-work.svg'; |
33 | | -import myWorkGreenIcon from '../assets/images/my-work-green.svg'; |
34 | | -import findWorkIcon from '../assets/images/find-work.svg'; |
35 | | -import findWorkGreenIcon from '../assets/images/find-work-green.svg'; |
36 | | -import thriveIcon from '../assets/images/thrive.svg'; |
37 | | -import thriveGreenIcon from '../assets/images/thrive-green.svg'; |
38 | | -import skillBuilderIcon from '../assets/images/skill-builder.svg'; |
39 | | -import skillBuilderGreenIcon from '../assets/images/skill-builder-green.svg'; |
40 | | -import reportsIcon from '../assets/images/reports.svg'; |
41 | | -import reportsGreenIcon from '../assets/images/reports-green.svg'; |
42 | | -import testimonalsIcon from '../assets/images/testimonals.svg'; |
43 | | -import testimonalsGreenIcon from '../assets/images/testimonals-green.svg'; |
44 | | -import faqIcon from '../assets/images/faq.svg'; |
45 | | -import faqGreenIcon from '../assets/images/faq-green.svg'; |
46 | | -import discussionsIcon from '../assets/images/discussions.svg'; |
47 | | -import discussionsGreenIcon from '../assets/images/discussions-green.svg'; |
48 | | -import filesIcon from '../assets/images/files.svg'; |
49 | | -import filesGreenIcon from '../assets/images/files-green.svg'; |
50 | 8 | import createTeamIcon from '../assets/images/create-team.svg'; |
51 | 9 | import createTeamGreenIcon from '../assets/images/create-team-green.svg'; |
52 | 10 |
|
@@ -79,218 +37,15 @@ export const APP_CATEGORIES = [ |
79 | 37 | ], |
80 | 38 | }, |
81 | 39 | { |
82 | | - title: 'Submission Review', |
83 | | - icon: appSubmissionReviewIcon, |
84 | | - path: '/submissions', |
85 | | - menu: [], |
86 | | - }, |
87 | | - { |
88 | | - title: 'Manage Work', |
89 | | - icon: manageWorkIcon, |
90 | | - path: '/manage-work', |
91 | | - menu: [ |
92 | | - { |
93 | | - title: 'Homepage', |
94 | | - path: '/manage-work', |
95 | | - icon: homeIcon, |
96 | | - activeIcon: homeGreenIcon, |
97 | | - }, |
98 | | - { |
99 | | - title: 'Projects', |
100 | | - path: '/manage-work/projects', |
101 | | - icon: projectsIcon, |
102 | | - activeIcon: projectsGreenIcon, |
103 | | - }, |
104 | | - { |
105 | | - title: 'Crowdsource', |
106 | | - path: '/manage-work/crowdsource', |
107 | | - icon: crowdsourceIcon, |
108 | | - activeIcon: crowdsourceGreenIcon, |
109 | | - }, |
110 | | - ], |
111 | | - }, |
112 | | - { |
113 | | - title: 'On-Demand Talent', |
114 | | - icon: ondemandTalentIcon, |
115 | | - path: '/ondemand-talent', |
116 | | - menu: [ |
117 | | - { |
118 | | - title: 'Homepage', |
119 | | - path: '/ondemand-talent', |
120 | | - icon: homeIcon, |
121 | | - activeIcon: homeGreenIcon, |
122 | | - }, |
123 | | - { |
124 | | - title: 'My Teams', |
125 | | - path: '/ondemand-talent/my-teams', |
126 | | - icon: myteamsIcon, |
127 | | - activeIcon: myteamsGreenIcon, |
128 | | - }, |
129 | | - ], |
130 | | - }, |
131 | | - { |
132 | | - title: 'My Organization', |
133 | | - icon: myOrganizationIcon, |
134 | | - path: '/my-organization', |
135 | | - menu: [ |
136 | | - { |
137 | | - title: 'Skill Search', |
138 | | - path: '/my-organization', |
139 | | - icon: skillSearchIcon, |
140 | | - activeIcon: skillSearchGreenIcon, |
141 | | - }, |
142 | | - { |
143 | | - title: 'Organization Settings', |
144 | | - path: '/my-organization/settings', |
145 | | - icon: organizationSettingsIcon, |
146 | | - activeIcon: organizationSettingsGreenIcon, |
147 | | - }, |
148 | | - ], |
149 | | - }, |
150 | | - { |
151 | | - title: 'Integrations', |
152 | | - icon: integrationsIcon, |
153 | | - path: '/integrations', |
154 | | - menu: [ |
155 | | - { |
156 | | - title: 'Integrations Plug-Ins', |
157 | | - path: '/integrations', |
158 | | - icon: integrationsPluginIcon, |
159 | | - activeIcon: integrationsPluginGreenIcon, |
160 | | - }, |
161 | | - { |
162 | | - title: 'APIs', |
163 | | - path: '/integrations/apis', |
164 | | - icon: apisIcon, |
165 | | - activeIcon: apisGreenIcon, |
166 | | - }, |
167 | | - ], |
168 | | - }, |
169 | | - { |
170 | | - title: 'Customer Platform', |
171 | | - icon: customerplatformIcon, |
172 | | - path: '/customer-platform', |
173 | | - menu: [ |
174 | | - { |
175 | | - title: 'Catalog', |
176 | | - path: '/customer-platform', |
177 | | - icon: homeIcon, |
178 | | - activeIcon: homeGreenIcon, |
179 | | - }, |
180 | | - { |
181 | | - title: 'My Work', |
182 | | - path: '/customer-platform/my-work', |
183 | | - icon: apisIcon, |
184 | | - activeIcon: apisGreenIcon, |
185 | | - }, |
186 | | - { |
187 | | - title: 'Reports', |
188 | | - path: '/customer-platform/reports', |
189 | | - icon: reportsIcon, |
190 | | - activeIcon: reportsGreenIcon, |
191 | | - }, |
192 | | - { |
193 | | - title: 'Testimonals', |
194 | | - path: '/customer-platform/testimonals', |
195 | | - icon: testimonalsIcon, |
196 | | - activeIcon: testimonalsGreenIcon, |
197 | | - }, |
198 | | - { |
199 | | - title: 'FAQ', |
200 | | - path: '/customer-platform/FAQ', |
201 | | - icon: faqIcon, |
202 | | - activeIcon: faqGreenIcon, |
203 | | - }, |
204 | | - ], |
205 | | - }, |
206 | | - { |
207 | | - title: 'Work Manager', |
208 | | - icon: workmanagerIcon, |
209 | | - path: '/work-manager', |
210 | | - menu: [ |
211 | | - { |
212 | | - title: 'Challenges/Tasks', |
213 | | - path: '/work-manager', |
214 | | - icon: homeIcon, |
215 | | - activeIcon: homeGreenIcon, |
216 | | - }, |
217 | | - { |
218 | | - title: 'Discussions', |
219 | | - path: '/work-manager/discussions', |
220 | | - icon: discussionsIcon, |
221 | | - activeIcon: discussionsGreenIcon, |
222 | | - }, |
223 | | - { |
224 | | - title: 'Files & Links', |
225 | | - path: '/work-manager/files-links', |
226 | | - icon: filesIcon, |
227 | | - activeIcon: filesGreenIcon, |
228 | | - }, |
229 | | - { |
230 | | - title: 'Reports', |
231 | | - path: '/work-manager/reports', |
232 | | - icon: reportsIcon, |
233 | | - activeIcon: reportsGreenIcon, |
234 | | - }, |
235 | | - ], |
236 | | - }, |
237 | | - ], |
238 | | - }, |
239 | | - { |
240 | | - category: 'Do', |
241 | | - apps: [ |
242 | | - { |
243 | | - title: 'Earn', |
244 | | - icon: earnIcon, |
245 | | - path: '/earn', |
246 | | - menu: [], |
247 | | - }, |
248 | | - { |
249 | | - title: 'Learn', |
250 | | - icon: learnIcon, |
251 | | - path: '/learn', |
252 | | - menu: [ |
253 | | - { |
254 | | - title: 'Thrive', |
255 | | - path: '/learn', |
256 | | - icon: thriveIcon, |
257 | | - activeIcon: thriveGreenIcon, |
258 | | - }, |
259 | | - { |
260 | | - title: 'Skill Builder', |
261 | | - path: '/learn/skill-builder', |
262 | | - icon: skillBuilderIcon, |
263 | | - activeIcon: skillBuilderGreenIcon, |
264 | | - }, |
265 | | - ], |
266 | | - }, |
267 | | - { |
268 | | - title: 'Tasks', |
269 | | - icon: manageWorkIcon, |
270 | | - path: '/task-marketplace', |
271 | | - menu: [], |
272 | | - }, |
273 | | - ], |
274 | | - }, |
275 | | - { |
276 | | - category: 'Sample', |
277 | | - apps: [ |
278 | | - { |
279 | | - title: 'React Example', |
280 | | - icon: appReactIcon, |
281 | | - path: '/micro-frontends-react-route', |
282 | | - menu: [], |
283 | | - }, |
284 | | - { |
285 | | - title: 'Angular Example', |
286 | | - icon: appAngularIcon, |
287 | | - path: '/micro-frontends-angular-route', |
| 40 | + title: 'Documentation', |
| 41 | + icon: appDocumentationIcon, |
| 42 | + path: '/model', |
288 | 43 | menu: [], |
289 | 44 | }, |
290 | 45 | { |
291 | | - title: 'Documentation', |
292 | | - icon: appReactIcon, |
293 | | - path: '/model', |
| 46 | + title: 'Community Admin', |
| 47 | + icon: myteamsIcon, |
| 48 | + path: '/community-admin', |
294 | 49 | menu: [], |
295 | 50 | }, |
296 | 51 | ], |
|
0 commit comments