Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16758 | Rev 16770 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
<?php
779 geraldo 2
 
1 www 3
use LeadersLinked\Model\UserType;
4
 
15579 anderson 5
function getAclResources()
6
{
1 www 7
    return [
8
        'home',
9
        'signin-admin',
10
        'signin-company',
11
        'dashboard',
12
        'signout',
13
        'storage',
15336 efrain 14
        'storage-network',
1 www 15
        'settings',
15460 efrain 16
        'settings/countries',
17
        'settings/countries/add',
18
        'settings/countries/edit',
19
        'settings/countries/delete',
15579 anderson 20
 
1 www 21
        'settings/company-sizes',
22
        'settings/company-sizes/add',
23
        'settings/company-sizes/edit',
24
        'settings/company-sizes/delete',
16766 efrain 25
 
26
        'jobs-description',
27
        'jobs-description/add',
28
        'jobs-description/edit',
29
        'jobs-description/delete',
30
        'jobs-description/report',
31
        'jobs-description/import',
15579 anderson 32
 
15442 efrain 33
        'jobs-description/competency-types',
34
        'jobs-description/competency-types/add',
35
        'jobs-description/competency-types/edit',
36
        'jobs-description/competency-types/delete',
37
        'jobs-description/competency-types/import',
15579 anderson 38
 
15442 efrain 39
        'jobs-description/behaviors',
40
        'jobs-description/behaviors/add',
41
        'jobs-description/behaviors/edit',
42
        'jobs-description/behaviors/delete',
43
        'jobs-description/behaviors/import',
15579 anderson 44
 
15442 efrain 45
        'jobs-description/competencies',
46
        'jobs-description/competencies/add',
47
        'jobs-description/competencies/edit',
48
        'jobs-description/competencies/delete',
49
        'jobs-description/competencies/import',
16766 efrain 50
 
51
        'organization-chart',
52
        'organization-chart/graph',
53
        'organization-chart/positions',
54
        'organization-chart/positions/add',
55
        'organization-chart/positions/edit',
56
        'organization-chart/positions/delete',
57
        'organization-chart/positions/subordinates',
58
        'organization-chart/positions/subordinates/add',
59
        'organization-chart/positions/subordinates/edit',
60
        'organization-chart/positions/subordinates/delete',
15579 anderson 61
 
16766 efrain 62
 
1 www 63
        'settings/degrees',
64
        'settings/degrees/add',
65
        'settings/degrees/edit',
66
        'settings/degrees/delete',
15579 anderson 67
 
1 www 68
        'settings/email-templates',
69
        'settings/email-templates/edit',
15579 anderson 70
 
1 www 71
        'settings/push-templates',
72
        'settings/push-templates/edit',
15336 efrain 73
        'settings/push-templates/import',
15579 anderson 74
 
1 www 75
        'settings/group-types',
76
        'settings/group-types/add',
77
        'settings/group-types/edit',
78
        'settings/group-types/delete',
15579 anderson 79
 
1 www 80
        'settings/industries',
81
        'settings/industries/add',
82
        'settings/industries/edit',
83
        'settings/industries/delete',
15579 anderson 84
 
1 www 85
        'settings/job-categories',
86
        'settings/job-categories/add',
87
        'settings/job-categories/edit',
88
        'settings/job-categories/delete',
15579 anderson 89
 
90
 
91
 
1 www 92
        'settings/skills',
93
        'settings/skills/add',
94
        'settings/skills/edit',
95
        'settings/skills/delete',
15579 anderson 96
 
15336 efrain 97
        'settings/aptitudes',
98
        'settings/aptitudes/add',
99
        'settings/aptitudes/edit',
100
        'settings/aptitudes/delete',
15579 anderson 101
 
15336 efrain 102
        'settings/hobbies-and-interests',
103
        'settings/hobbies-and-interests/add',
104
        'settings/hobbies-and-interests/edit',
105
        'settings/hobbies-and-interests/delete',
15579 anderson 106
 
15336 efrain 107
        'settings/private-networks',
108
        'settings/private-networks/add',
109
        'settings/private-networks/edit',
110
        'settings/private-networks/delete',
15579 anderson 111
 
15336 efrain 112
        'settings/my-private-network',
113
        'settings/my-private-network/intro',
114
        'settings/my-private-network/navbar',
115
        'settings/my-private-network/favicon',
116
        'settings/my-private-network/logo',
117
        'settings/my-private-network/styles-and-colors',
15394 efrain 118
        'settings/my-private-network/calendar',
15831 efrain 119
        'settings/my-private-network/moodle',
15579 anderson 120
 
1 www 121
        'publications',
122
        'publications/posts',
123
        'publications/posts/add',
124
        'publications/posts/edit',
125
        'publications/posts/delete',
126
        'publications/pages',
127
        'publications/pages/add',
128
        'publications/pages/edit',
129
        'publications/pages/delete',
130
        'users',
131
        'users/change-password',
132
        'users/unblock',
133
        'users/invite',
134
        'users/accept',
135
        'users/cancel',
136
        'users/reject',
137
        'users/edit',
138
        'users/upload',
16248 efrain 139
        'users/change-type',
129 efrain 140
        'users/email-verify',
15457 efrain 141
        'users/request-access',
142
        'users/request-access/approve',
143
        'users/request-access/reject',
15387 efrain 144
 
1 www 145
        'companies',
146
        'companies/edit',
147
        'companies/services',
148
        'companies/roles',
149
        //Company
150
        'profile',
151
        'profile/extended',
152
        'profile/cover',
153
        'profile/image',
779 geraldo 154
        'profile/header',
155
        'profile/footer',
1 www 156
        'profile/website',
157
        'profile/foundation_year',
158
        'profile/location',
159
        'profile/social-network',
160
        'profile/company-size',
161
        'profile/industry',
162
        'profile/delete',
16278 anderson 163
        'profile/view',
15579 anderson 164
 
1 www 165
        'feeds',
166
        'feeds/timeline',
10123 nelberth 167
        'feeds/onefeed',
1 www 168
        'feeds/delete',
169
        'feeds/comments',
170
        'feeds/comments/delete',
8395 nelberth 171
        'feeds/comments/answer',
15364 efrain 172
        'feeds/add',
15579 anderson 173
 
174
 
1 www 175
        'followers',
176
        'followers/delete',
114 efrain 177
        'self-evaluation',
178
        'self-evaluation/forms',
179
        'self-evaluation/forms/add',
180
        'self-evaluation/forms/edit',
181
        'self-evaluation/forms/delete',
115 efrain 182
        'self-evaluation/users',
183
        'self-evaluation/users/add',
184
        'self-evaluation/users/delete',
114 efrain 185
        'self-evaluation/reviews',
115 efrain 186
        'self-evaluation/reviews/edit',
470 geraldo 187
        'self-evaluation/reviews/report',
15579 anderson 188
 
946 geraldo 189
        'performance-evaluation',
190
        'performance-evaluation/forms',
191
        'performance-evaluation/forms/add',
192
        'performance-evaluation/forms/edit',
193
        'performance-evaluation/forms/delete',
15442 efrain 194
        'performance-evaluation/forms/job-description',
195
        'performance-evaluation/forms/active',
196
        'performance-evaluation/forms/inactive',
1263 geraldo 197
        'performance-evaluation/forms/report',
15579 anderson 198
 
199
 
15442 efrain 200
        'performance-evaluation/evaluations',
201
        'performance-evaluation/evaluations/add',
202
        'performance-evaluation/evaluations/delete',
203
        'performance-evaluation/evaluations/report',
204
 
15579 anderson 205
 
1477 efrain 206
        'recruitment-and-selection',
207
        'recruitment-and-selection/vacancies',
208
        'recruitment-and-selection/vacancies/add',
209
        'recruitment-and-selection/vacancies/edit',
210
        'recruitment-and-selection/vacancies/delete',
15461 efrain 211
        'recruitment-and-selection/applications',
212
        'recruitment-and-selection/applications/user-by-email',
213
        'recruitment-and-selection/applications/add',
214
        'recruitment-and-selection/applications/level',
215
        'recruitment-and-selection/applications/status',
216
        'recruitment-and-selection/applications/comment',
217
        'recruitment-and-selection/applications/delete',
218
        'recruitment-and-selection/applications/view',
219
        'recruitment-and-selection/applications/files',
220
        'recruitment-and-selection/applications/files/add',
221
        'recruitment-and-selection/applications/files/delete',
222
        'recruitment-and-selection/applications/files/view',
223
        'recruitment-and-selection/applications/interviews',
224
        'recruitment-and-selection/applications/interviews/add',
225
        'recruitment-and-selection/applications/interviews/edit',
226
        'recruitment-and-selection/applications/interviews/delete',
227
        'recruitment-and-selection/applications/interviews/report',
15579 anderson 228
 
15461 efrain 229
        /*
1477 efrain 230
        'recruitment-and-selection/candidates',
231
        'recruitment-and-selection/candidates/add',
232
        'recruitment-and-selection/candidates/edit',
233
        'recruitment-and-selection/candidates/delete',
1636 eleazar 234
        'recruitment-and-selection/user-by-email',
1710 eleazar 235
        'recruitment-and-selection/interview',
1709 eleazar 236
        'recruitment-and-selection/interview/form',
8757 eleazar 237
        'recruitment-and-selection/interview/form/file',
1709 eleazar 238
        'recruitment-and-selection/interview/form/add',
239
        'recruitment-and-selection/interview/form/edit',
240
        'recruitment-and-selection/interview/form/delete',
241
        'recruitment-and-selection/interview/report',
3587 eleazar 242
        'recruitment-and-selection/interview/vacancy',
4367 eleazar 243
        'recruitment-and-selection/interview/type',
8782 eleazar 244
        'recruitment-and-selection/interview/file',
245
        'recruitment-and-selection/interview/file/add',
246
        'recruitment-and-selection/interview/file/edit',
247
        'recruitment-and-selection/interview/file/delete',
15461 efrain 248
        */
15579 anderson 249
 
4375 eleazar 250
        'survey',
4579 eleazar 251
        'survey/add',
252
        'survey/edit',
253
        'survey/delete',
4375 eleazar 254
        'survey/form',
255
        'survey/form/add',
256
        'survey/form/edit',
257
        'survey/form/delete',
5287 eleazar 258
        'survey/test',
259
        'survey/test/add',
6662 eleazar 260
        'survey/test/report',
5287 eleazar 261
        'survey/test/delete',
5823 eleazar 262
        'survey/report',
6497 eleazar 263
        'survey/report/overview',
5823 eleazar 264
        'survey/report/all',
15149 efrain 265
        'survey/report/excel',
15579 anderson 266
 
7218 eleazar 267
        'organizational-climate',
268
        'organizational-climate/add',
269
        'organizational-climate/edit',
270
        'organizational-climate/delete',
271
        'organizational-climate/form',
272
        'organizational-climate/form/add',
273
        'organizational-climate/form/edit',
274
        'organizational-climate/form/delete',
275
        'organizational-climate/test',
276
        'organizational-climate/test/add',
277
        'organizational-climate/test/report',
278
        'organizational-climate/test/delete',
279
        'organizational-climate/report',
280
        'organizational-climate/report/overview',
281
        'organizational-climate/report/all',
15149 efrain 282
        'organizational-climate/report/excel',
15579 anderson 283
 
1 www 284
        'jobs',
285
        'jobs/add',
286
        'jobs/delete',
287
        'jobs/users-who-applied',
288
        'jobs/edit',
289
        'jobs/edit/title',
290
        'jobs/edit/status',
291
        'jobs/edit/last-date-of-application',
292
        'jobs/edit/employment-type',
293
        'jobs/edit/experience',
294
        'jobs/edit/job-category',
295
        'jobs/edit/extended',
296
        'jobs/edit/location',
297
        'jobs/edit/salary',
298
        'jobs/edit/languages',
299
        'jobs/edit/degrees',
300
        'jobs/edit/skills',
301
        'jobs/edit/how-apply',
16766 efrain 302
 
303
        'helpers',
304
        'helpers/search-people',
305
 
306
        'inmail-personal',
307
        'inmail-personal/start-conversation',
308
        'inmail-personal/delete',
309
        'inmail-personal/messages',
310
        'inmail-personal/messages/send',
311
        'inmail-personal/messages/delete',
312
 
313
        'inmail-company',
314
        'inmail-company/start-conversation',
315
        'inmail-company/delete',
316
        'inmail-company/messages',
317
        'inmail-company/messages/send',
318
        'inmail-company/messages/delete',
15579 anderson 319
 
15540 efrain 320
        'daily-pulse',
321
        'daily-pulse/emojis',
322
        'daily-pulse/emojis/add',
323
        'daily-pulse/emojis/edit',
324
        'daily-pulse/emojis/delete',
325
        'daily-pulse/reports',
326
        'daily-pulse/reports/overview',
327
        'daily-pulse/reports/overview/download',
15579 anderson 328
 
15540 efrain 329
        'engagement',
330
        'engagement/setup',
331
        'engagement/reports',
332
        'engagement/reports/overview',
15542 efrain 333
        'engagement/rewards',
334
        'engagement/rewards/add',
335
        'engagement/rewards/edit',
336
        'engagement/rewards/delete',
15579 anderson 337
 
1 www 338
        'microlearning',
339
        'microlearning/overview',
340
        'microlearning/reports',
2 efrain 341
        'microlearning/reports/progress',
14610 efrain 342
        'microlearning/reports/progress-for-capsule',
15386 efrain 343
        'microlearning/reports/progress-for-capsule/excel',
344
        'microlearning/reports/progress-for-topic',
345
        'microlearning/reports/progress-for-topic/excel',
346
        'microlearning/reports/progress-for-student',
347
        'microlearning/reports/progress-for-student/excel',
15390 efrain 348
        'microlearning/reports/devices-and-access',
349
        'microlearning/reports/devices-and-access/excel',
187 efrain 350
        'microlearning/reports/comments-for-capsule',
15390 efrain 351
        'microlearning/reports/comments-for-capsule/excel',
1 www 352
        'microlearning/content',
353
        'microlearning/content/topics',
354
        'microlearning/content/topics/add',
355
        'microlearning/content/topics/edit',
356
        'microlearning/content/topics/delete',
357
        'microlearning/content/capsules',
358
        'microlearning/content/capsules/add',
359
        'microlearning/content/capsules/edit',
360
        'microlearning/content/capsules/delete',
361
        'microlearning/content/capsules/users',
362
        'microlearning/content/slides',
363
        'microlearning/content/slides/add',
364
        'microlearning/content/slides/edit',
365
        'microlearning/content/slides/delete',
366
        'microlearning/content/slides/text',
66 efrain 367
        'microlearning/content/quizzes',
368
        'microlearning/content/quizzes/add',
369
        'microlearning/content/quizzes/edit',
370
        'microlearning/content/quizzes/delete',
371
        'microlearning/content/quizzes/check',
372
        'microlearning/content/quizzes/publish',
373
        'microlearning/content/quizzes/copy',
374
        'microlearning/content/quizzes/questions',
375
        'microlearning/content/quizzes/questions/add',
376
        'microlearning/content/quizzes/questions/edit',
377
        'microlearning/content/quizzes/questions/delete',
378
        'microlearning/content/quizzes/questions/answers',
379
        'microlearning/content/quizzes/questions/answers/add',
380
        'microlearning/content/quizzes/questions/answers/edit',
381
        'microlearning/content/quizzes/questions/answers/delete',
1 www 382
        'microlearning/access-for-students',
383
        'microlearning/access-for-students/revoke',
384
        'microlearning/access-for-students/unlimit',
385
        'microlearning/access-for-students/cancel',
386
        'microlearning/access-for-students/reactive',
387
        'microlearning/access-for-students/upload',
388
        'microlearning/access-for-students/notification',
389
        'microlearning/students',
390
        'microlearning/students/edit',
391
        'microlearning/students/timeline',
392
        'microlearning/students/change-password',
393
        'microlearning/students/unblock',
394
        'microlearning/settings',
395
        'microlearning/settings/student-types',
396
        'microlearning/settings/student-types/add',
397
        'microlearning/settings/student-types/edit',
398
        'microlearning/settings/student-types/delete',
399
        'microlearning/settings/functions',
400
        'microlearning/settings/functions/add',
401
        'microlearning/settings/functions/edit',
402
        'microlearning/settings/functions/delete',
403
        'microlearning/settings/sectors',
404
        'microlearning/settings/sectors/add',
405
        'microlearning/settings/sectors/edit',
406
        'microlearning/settings/sectors/delete',
407
        'microlearning/settings/programs',
408
        'microlearning/settings/programs/add',
409
        'microlearning/settings/programs/edit',
410
        'microlearning/settings/programs/delete',
411
        'microlearning/settings/groups',
412
        'microlearning/settings/groups/add',
413
        'microlearning/settings/groups/edit',
414
        'microlearning/settings/groups/delete',
415
        'microlearning/settings/companies',
416
        'microlearning/settings/companies/add',
417
        'microlearning/settings/companies/edit',
418
        'microlearning/settings/companies/delete',
419
        'microlearning/settings/partners',
420
        'microlearning/settings/partners/add',
421
        'microlearning/settings/partners/edit',
422
        'microlearning/settings/partners/delete',
423
        'microlearning/settings/institutions',
424
        'microlearning/settings/institutions/add',
425
        'microlearning/settings/institutions/edit',
426
        'microlearning/settings/institutions/delete',
15394 efrain 427
        'microlearning/settings/countries',
428
        'microlearning/settings/countries/add',
429
        'microlearning/settings/countries/edit',
430
        'microlearning/settings/countries/delete',
15088 efrain 431
 
1333 efrain 432
        'own-professional-network',
433
        'organizational-design',
15579 anderson 434
 
16766 efrain 435
        'planning',
436
        'planning/objectives',
437
        'planning/objectives/report',
438
        'planning/objectives/reportall',
439
        'planning/objectives/matriz',
440
        'planning/objectives/goals',
441
        'planning/objectives/goals/add',
442
        'planning/objectives/goals/edit',
443
        'planning/objectives/goals/delete',
444
        'planning/objectives/goals/task',
445
        'planning/objectives/goals/task/add',
446
        'planning/objectives/goals/task/edit',
447
        'planning/objectives/goals/task/delete',
448
        'planning/objectives/goals/task/view',
449
        'planning/objectives/add',
450
        'planning/objectives/delete',
451
        'planning/objectives/edit',
4589 nelberth 452
 
4535 nelberth 453
        'high-performance-teams',
7222 nelberth 454
        'high-performance-teams/groups',
7228 nelberth 455
        'high-performance-teams/groups/add',
456
        'high-performance-teams/groups/edit',
457
        'high-performance-teams/groups/delete',
7233 nelberth 458
        'high-performance-teams/groups/view',
11902 nelberth 459
        'high-performance-teams/groups/view/feeds',
460
        'high-performance-teams/groups/view/feeds/timeline',
461
        'high-performance-teams/groups/view/feeds/onefeed',
462
        'high-performance-teams/groups/view/feeds/delete',
463
        'high-performance-teams/groups/view/feeds/comments',
464
        'high-performance-teams/groups/view/feeds/comments/delete',
465
        'high-performance-teams/groups/view/feeds/comments/answer',
466
        'high-performance-teams/groups/view/feeds/add',
7484 nelberth 467
        'high-performance-teams/groups/view/topic',
468
        'high-performance-teams/groups/view/topic/add',
469
        'high-performance-teams/groups/view/topic/edit',
470
        'high-performance-teams/groups/view/topic/delete',
7637 nelberth 471
        'high-performance-teams/groups/view/topic/view',
8687 nelberth 472
        'high-performance-teams/groups/view/urgent',
9096 nelberth 473
        'high-performance-teams/groups/view/calendar',
9923 nelberth 474
        'high-performance-teams/groups/view/calendar/view',
10143 nelberth 475
        'high-performance-teams/groups/view/foro',
476
        'high-performance-teams/groups/view/foro/view',
9619 nelberth 477
        'high-performance-teams/groups/view/foro/categories',
9635 nelberth 478
        'high-performance-teams/groups/view/foro/categories/add',
479
        'high-performance-teams/groups/view/foro/categories/delete',
480
        'high-performance-teams/groups/view/foro/categories/edit',
481
        'high-performance-teams/groups/view/foro/categories/view',
9760 nelberth 482
        'high-performance-teams/groups/view/foro/categories/articles',
9845 nelberth 483
        'high-performance-teams/groups/view/foro/categories/articles/add',
484
        'high-performance-teams/groups/view/foro/categories/articles/edit',
485
        'high-performance-teams/groups/view/foro/categories/articles/delete',
486
        'high-performance-teams/groups/view/foro/categories/articles/view',
12407 nelberth 487
        'high-performance-teams/groups/view/objectives',
488
        'high-performance-teams/groups/view/objectives/report',
489
        'high-performance-teams/groups/view/objectives/reportall',
490
        'high-performance-teams/groups/view/objectives/matriz',
491
        'high-performance-teams/groups/view/objectives/goals',
492
        'high-performance-teams/groups/view/objectives/goals/add',
493
        'high-performance-teams/groups/view/objectives/goals/edit',
494
        'high-performance-teams/groups/view/objectives/goals/delete',
495
        'high-performance-teams/groups/view/objectives/goals/task',
496
        'high-performance-teams/groups/view/objectives/goals/task/add',
497
        'high-performance-teams/groups/view/objectives/goals/task/edit',
498
        'high-performance-teams/groups/view/objectives/goals/task/delete',
499
        'high-performance-teams/groups/view/objectives/goals/task/view',
500
        'high-performance-teams/groups/view/objectives/add',
501
        'high-performance-teams/groups/view/objectives/delete',
502
        'high-performance-teams/groups/view/objectives/edit',
15579 anderson 503
 
504
 
505
 
7812 nelberth 506
        'high-performance-teams/groups/view/members',
8012 nelberth 507
        'high-performance-teams/groups/view/members/invite',
7813 nelberth 508
        'high-performance-teams/groups/view/members/delete',
10289 nelberth 509
        'high-performance-teams/groups/view/members/edit',
11430 nelberth 510
 
11342 nelberth 511
        'chat',
16263 anderson 512
        'chat/users',
11342 nelberth 513
        'chat/heart-beat',
514
        'chat/create-group',
515
        'chat/add-user-to-group',
516
        'chat/mark-seen',
517
        'chat/mark-received',
518
        'chat/remove-user-from-group',
519
        'chat/get-all-messages',
520
        'chat/send',
521
        'chat/get-contacts-availables-for-group',
522
        'chat/get-contact-group-list',
523
        'chat/leave-group',
524
        'chat/delete-group',
525
        'chat/close',
526
        'chat/clear',
14692 efrain 527
        'chat/open',
11342 nelberth 528
        'chat/upload',
16246 anderson 529
        'chat/zoom',
16258 anderson 530
        'chat/open-or-create',
11430 nelberth 531
        'csrf',
4588 nelberth 532
 
16263 anderson 533
 
15401 efrain 534
        'discovery-contacts',
535
        'discovery-contacts/add',
536
        'discovery-contacts/edit',
537
        'discovery-contacts/delete',
538
        'discovery-contacts/view',
15546 efrain 539
        'discovery-contacts/upload',
15401 efrain 540
        'discovery-contacts/interaction-types',
541
        'discovery-contacts/interaction-types/add',
542
        'discovery-contacts/interaction-types/delete',
543
        'discovery-contacts/interaction-types/edit',
544
        'discovery-contacts/interactions',
545
        'discovery-contacts/interactions/add',
546
        'discovery-contacts/interactions/delete',
547
        'discovery-contacts/logs',
15636 anderson 548
        'discovery-contacts/progress-by-day',
16758 efrain 549
        'discovery-contacts/progress-by-day/download',
550
        'discovery-contacts/report',
551
        'discovery-contacts/report/download',
552
 
553
 
15451 efrain 554
        'my-coach',
555
        'my-coach/categories',
556
        'my-coach/categories/add',
557
        'my-coach/categories/edit',
558
        'my-coach/categories/delete',
15831 efrain 559
        'my-coach/categories/users',
560
        'my-coach/categories/users/add',
561
        'my-coach/categories/users/edit',
562
        'my-coach/categories/users/delete',
563
        'my-coach/categories/users/upload',
16263 anderson 564
 
16248 efrain 565
        'knowledge-area',
566
        'knowledge-area/categories',
567
        'knowledge-area/categories/add',
568
        'knowledge-area/categories/edit',
569
        'knowledge-area/categories/delete',
570
        'knowledge-area/categories/users',
571
        'knowledge-area/categories/users/add',
572
        'knowledge-area/categories/users/edit',
573
        'knowledge-area/categories/users/delete',
574
        'knowledge-area/categories/users/upload',
16701 efrain 575
 
576
        'fast-survey',
577
        'fast-survey/add',
578
        'fast-survey/edit',
579
        'fast-survey/delete',
16747 efrain 580
        'fast-survey/chart',
16701 efrain 581
        'fast-survey/download',
15579 anderson 582
 
1333 efrain 583
        'induction',
13524 nelberth 584
 
1333 efrain 585
        'culture',
13524 nelberth 586
 
14989 efrain 587
 
15579 anderson 588
 
1333 efrain 589
        'building-my-future',
15579 anderson 590
 
591
 
15387 efrain 592
        'reports',
593
        'reports/users-blocked',
594
        'reports/users-blocked/excel',
16747 efrain 595
        //'reports/users-blocked/edit',
596
        //'reports/users-blocked/delete',
15579 anderson 597
 
15442 efrain 598
        'activities-center',
599
        'activities-center/performance-evaluation',
600
        'activities-center/performance-evaluation/take-a-test',
601
        'activities-center/performance-evaluation/report',
15579 anderson 602
 
15461 efrain 603
        'activities-center/recruitment-and-selection',
604
        'activities-center/recruitment-and-selection/take-a-test',
605
        'activities-center/recruitment-and-selection/report',
16285 efrain 606
 
607
        'tools',
608
        'tools/userfile-password-generator'
15461 efrain 609
 
1 www 610
    ];
611
}
612
 
15336 efrain 613
 
614
 
615
 
15579 anderson 616
function getAclRolesCompany()
617
{
1 www 618
    return [
1336 efrain 619
 
15579 anderson 620
 
621
 
4 efrain 622
        'company-creator' => [
623
            'home',
624
            'signin-admin',
625
            'signin-company',
626
            'dashboard',
627
            'signout',
628
            'storage',
629
            'profile',
630
            'profile/extended',
631
            'profile/cover',
779 geraldo 632
            'profile/header',
633
            'profile/footer',
4 efrain 634
            'profile/image',
635
            'profile/website',
636
            'profile/foundation_year',
637
            'profile/location',
638
            'profile/social-network',
639
            'profile/company-size',
640
            'profile/industry',
641
            'profile/delete',
16278 anderson 642
            'profile/view',
4 efrain 643
            'users',
644
            'users/change-password',
645
            'users/unblock',
646
            'users/invite',
647
            'users/accept',
648
            'users/cancel',
649
            'users/reject',
650
            'users/edit',
651
            'users/upload',
15579 anderson 652
 
4 efrain 653
            'feeds',
15175 efrain 654
            'feeds/timeline',
655
            'feeds/onefeed',
656
            'feeds/delete',
657
            'feeds/comments',
658
            'feeds/comments/delete',
659
            'feeds/comments/answer',
15364 efrain 660
            'feeds/add',
15579 anderson 661
 
4 efrain 662
            'followers',
663
            'followers/delete',
664
            'jobs',
665
            'jobs/add',
666
            'jobs/delete',
667
            'jobs/users-who-applied',
668
            'jobs/edit',
15088 efrain 669
            'jobs/edit/title',
670
            'jobs/edit/status',
4 efrain 671
            'jobs/edit/last-date-of-application',
672
            'jobs/edit/employment-type',
673
            'jobs/edit/experience',
674
            'jobs/edit/job-category',
675
            'jobs/edit/extended',
676
            'jobs/edit/location',
677
            'jobs/edit/salary',
678
            'jobs/edit/languages',
679
            'jobs/edit/degrees',
680
            'jobs/edit/skills',
681
            'jobs/edit/how-apply',
15336 efrain 682
 
15387 efrain 683
            'reports',
684
            'reports/users-blocked',
685
            'reports/users-blocked/excel',
16747 efrain 686
            //'reports/users-blocked/edit',
687
            //'reports/users-blocked/delete',
16766 efrain 688
 
689
 
690
            'inmail-company',
691
            'inmail-company/start-conversation',
692
            'inmail-company/delete',
693
            'inmail-company/messages',
694
            'inmail-company/messages/send',
695
            'inmail-company/messages/delete',
15579 anderson 696
 
697
 
698
 
4 efrain 699
        ],
1 www 700
        'company-admin' => [
701
            'home',
702
            'signin-admin',
703
            'signin-company',
704
            'dashboard',
705
            'signout',
706
            'storage',
707
            'profile',
708
            'profile/extended',
709
            'profile/cover',
710
            'profile/image',
779 geraldo 711
            'profile/header',
712
            'profile/footer',
1 www 713
            'profile/website',
714
            'profile/foundation_year',
715
            'profile/location',
716
            'profile/social-network',
717
            'profile/company-size',
718
            'profile/industry',
719
            'profile/delete',
16278 anderson 720
            'profile/view',
1 www 721
            'users',
722
            'users/change-password',
723
            'users/unblock',
724
            'users/invite',
725
            'users/accept',
726
            'users/cancel',
727
            'users/reject',
728
            'users/edit',
729
            'users/upload',
730
            'feeds',
15175 efrain 731
            'feeds/timeline',
732
            'feeds/onefeed',
733
            'feeds/delete',
734
            'feeds/comments',
735
            'feeds/comments/delete',
736
            'feeds/comments/answer',
15364 efrain 737
            'feeds/add',
15579 anderson 738
 
1 www 739
            'followers',
740
            'followers/delete',
741
            'jobs',
742
            'jobs/add',
743
            'jobs/delete',
744
            'jobs/users-who-applied',
745
            'jobs/edit',
15088 efrain 746
            'jobs/edit/title',
747
            'jobs/edit/status',
1 www 748
            'jobs/edit/last-date-of-application',
749
            'jobs/edit/employment-type',
750
            'jobs/edit/experience',
751
            'jobs/edit/job-category',
752
            'jobs/edit/extended',
753
            'jobs/edit/location',
754
            'jobs/edit/salary',
755
            'jobs/edit/languages',
756
            'jobs/edit/degrees',
757
            'jobs/edit/skills',
758
            'jobs/edit/how-apply',
15579 anderson 759
 
15387 efrain 760
            'reports',
761
            'reports/users-blocked',
762
            'reports/users-blocked/excel',
16747 efrain 763
            //'reports/users-blocked/edit',
764
            //'reports/users-blocked/delete',
16766 efrain 765
 
766
 
767
            'inmail-company',
768
            'inmail-company/start-conversation',
769
            'inmail-company/delete',
770
            'inmail-company/messages',
771
            'inmail-company/messages/send',
772
            'inmail-company/messages/delete',
1 www 773
        ],
774
        'company-password-unblock' => [
775
            'home',
776
            'signin-admin',
777
            'signin-company',
778
            'dashboard',
779
            'signout',
780
            'storage',
781
            'users',
782
            'users/change-password',
783
            'users/unblock',
15579 anderson 784
 
15387 efrain 785
            'reports',
786
            'reports/users-blocked',
787
            'reports/users-blocked/excel',
16747 efrain 788
            //'reports/users-blocked/edit',
789
            //'reports/users-blocked/delete',
15579 anderson 790
 
791
 
1 www 792
        ],
16766 efrain 793
        'company-inmail' => [
794
            'inmail-company',
795
            'inmail-company/start-conversation',
796
            'inmail-company/delete',
797
            'inmail-company/messages',
798
            'inmail-company/messages/send',
799
            'inmail-company/messages/delete',
800
        ],
1 www 801
        'microlearning-admin' => [
802
            'home',
803
            'signin-admin',
804
            'signin-company',
805
            'dashboard',
806
            'signout',
807
            'storage',
808
            'microlearning',
809
            'microlearning/overview',
187 efrain 810
            'microlearning/reports',
811
            'microlearning/reports/progress',
14610 efrain 812
            'microlearning/reports/progress-for-capsule',
15386 efrain 813
            'microlearning/reports/progress-for-capsule/excel',
814
            'microlearning/reports/progress-for-topic',
815
            'microlearning/reports/progress-for-topic/excel',
816
            'microlearning/reports/progress-for-student',
817
            'microlearning/reports/progress-for-student/excel',
15390 efrain 818
            'microlearning/reports/devices-and-access',
819
            'microlearning/reports/devices-and-access/excel',
187 efrain 820
            'microlearning/reports/comments-for-capsule',
15390 efrain 821
            'microlearning/reports/comments-for-capsule/excel',
1 www 822
            'microlearning/content',
823
            'microlearning/content/topics',
824
            'microlearning/content/topics/add',
825
            'microlearning/content/topics/edit',
826
            'microlearning/content/topics/delete',
827
            'microlearning/content/capsules',
828
            'microlearning/content/capsules/add',
829
            'microlearning/content/capsules/edit',
830
            'microlearning/content/capsules/delete',
831
            'microlearning/content/capsules/users',
832
            'microlearning/content/slides',
833
            'microlearning/content/slides/add',
834
            'microlearning/content/slides/edit',
835
            'microlearning/content/slides/delete',
836
            'microlearning/content/slides/text',
837
            'microlearning/students',
838
            'microlearning/students/edit',
839
            'microlearning/students/timeline',
840
            'microlearning/access-for-students',
841
            'microlearning/access-for-students/revoke',
842
            'microlearning/access-for-students/unlimit',
843
            'microlearning/access-for-students/cancel',
844
            'microlearning/access-for-students/reactive',
845
            'microlearning/access-for-students/upload',
846
            'microlearning/access-for-students/notification',
847
            'microlearning/settings',
848
            'microlearning/settings/student-types',
849
            'microlearning/settings/student-types/add',
850
            'microlearning/settings/student-types/edit',
851
            'microlearning/settings/student-types/delete',
852
            'microlearning/settings/functions',
853
            'microlearning/settings/functions/add',
854
            'microlearning/settings/functions/edit',
855
            'microlearning/settings/functions/delete',
856
            'microlearning/settings/sectors',
857
            'microlearning/settings/sectors/add',
858
            'microlearning/settings/sectors/edit',
859
            'microlearning/settings/sectors/delete',
860
            'microlearning/settings/programs',
861
            'microlearning/settings/programs/add',
862
            'microlearning/settings/programs/edit',
863
            'microlearning/settings/programs/delete',
864
            'microlearning/settings/groups',
865
            'microlearning/settings/groups/add',
866
            'microlearning/settings/groups/edit',
867
            'microlearning/settings/groups/delete',
868
            'microlearning/settings/companies',
869
            'microlearning/settings/companies/add',
870
            'microlearning/settings/companies/edit',
871
            'microlearning/settings/companies/delete',
872
            'microlearning/settings/partners',
873
            'microlearning/settings/partners/add',
874
            'microlearning/settings/partners/edit',
875
            'microlearning/settings/partners/delete',
876
            'microlearning/settings/institutions',
877
            'microlearning/settings/institutions/add',
878
            'microlearning/settings/institutions/edit',
879
            'microlearning/settings/institutions/delete',
15394 efrain 880
            'microlearning/settings/countries',
881
            'microlearning/settings/countries/add',
882
            'microlearning/settings/countries/edit',
883
            'microlearning/settings/countries/delete',
1 www 884
        ],
885
        'microlearning-editor' => [
886
            'home',
887
            'signin-admin',
888
            'signin-company',
889
            'dashboard',
890
            'signout',
891
            'storage',
892
            'microlearning',
893
            'microlearning/content',
894
            'microlearning/content/topics',
895
            'microlearning/content/topics/add',
896
            'microlearning/content/topics/edit',
897
            'microlearning/content/topics/delete',
898
            'microlearning/content/capsules',
899
            'microlearning/content/capsules/add',
900
            'microlearning/content/capsules/edit',
901
            'microlearning/content/capsules/delete',
902
            'microlearning/content/capsules/users',
903
            'microlearning/content/slides',
904
            'microlearning/content/slides/add',
905
            'microlearning/content/slides/edit',
906
            'microlearning/content/slides/delete',
907
            'microlearning/content/slides/text',
908
            'microlearning/access-for-students',
909
            'microlearning/access-for-students/revoke',
910
            'microlearning/access-for-students/unlimit',
911
            'microlearning/access-for-students/cancel',
912
            'microlearning/access-for-students/reactive',
913
            'microlearning/access-for-students/upload',
914
            'microlearning/access-for-students/notification',
915
        ],
916
        'microlearning-students-password-unblock' => [
917
            'home',
918
            'signin-admin',
919
            'signin-company',
920
            'dashboard',
921
            'signout',
922
            'storage',
923
            'microlearning',
924
            'microlearning/students',
925
            'microlearning/students/change-password',
926
            'microlearning/students/unblock',
927
        ],
928
        'self-evaluation-admin' => [
114 efrain 929
            'self-evaluation',
930
            'self-evaluation/forms',
931
            'self-evaluation/forms/add',
932
            'self-evaluation/forms/edit',
933
            'self-evaluation/forms/delete',
115 efrain 934
            'self-evaluation/users',
935
            'self-evaluation/users/add',
936
            'self-evaluation/users/delete',
114 efrain 937
            'self-evaluation/reviews',
115 efrain 938
            'self-evaluation/reviews/edit',
470 geraldo 939
            'self-evaluation/reviews/report',
1 www 940
        ],
15088 efrain 941
        'self-evaluation-reviews' => [
942
            'self-evaluation',
943
            'self-evaluation/reviews',
944
            'self-evaluation/reviews/edit',
945
            'self-evaluation/reviews/report',
946
        ],
975 geraldo 947
        'performance-evaluation-admin' => [
15088 efrain 948
            'settings',
15579 anderson 949
 
16766 efrain 950
            'jobs-description',
951
            'jobs-description/add',
952
            'jobs-description/edit',
953
            'jobs-description/delete',
954
            'jobs-description/report',
955
            'jobs-description/import',
956
 
15442 efrain 957
            'jobs-description/behaviors',
958
            'jobs-description/behaviors/add',
959
            'jobs-description/behaviors/edit',
960
            'jobs-description/behaviors/delete',
961
            'jobs-description/behaviors/import',
15579 anderson 962
 
15442 efrain 963
            'jobs-description/competencies',
964
            'jobs-description/competencies/add',
965
            'jobs-description/competencies/edit',
966
            'jobs-description/competencies/delete',
967
            'jobs-description/competencies/import',
15579 anderson 968
 
15442 efrain 969
            'jobs-description/competency-types',
970
            'jobs-description/competency-types/add',
971
            'jobs-description/competency-types/edit',
972
            'jobs-description/competency-types/delete',
973
            'jobs-description/competency-types/import',
15579 anderson 974
 
975
 
16766 efrain 976
 
975 geraldo 977
            'performance-evaluation',
978
            'performance-evaluation/forms',
979
            'performance-evaluation/forms/add',
980
            'performance-evaluation/forms/edit',
981
            'performance-evaluation/forms/delete',
15442 efrain 982
            'performance-evaluation/forms/job-description',
983
            'performance-evaluation/forms/active',
984
            'performance-evaluation/forms/inactive',
1263 geraldo 985
            'performance-evaluation/forms/report',
15579 anderson 986
 
987
 
15442 efrain 988
            'performance-evaluation/evaluations',
989
            'performance-evaluation/evaluations/add',
990
            'performance-evaluation/evaluations/delete',
991
            'performance-evaluation/evaluations/report'
15088 efrain 992
        ],
15579 anderson 993
 
994
 
15088 efrain 995
        'performance-evaluation-editor' => [
15442 efrain 996
            'performance-evaluation/evaluations',
997
            'performance-evaluation/evaluations/add',
998
            'performance-evaluation/evaluations/delete',
999
            'performance-evaluation/evaluations/report'
15579 anderson 1000
 
975 geraldo 1001
        ],
15088 efrain 1002
        'recruitment-and-selection-admin' => [
16766 efrain 1003
 
1004
            'jobs-description',
1005
            'jobs-description/add',
1006
            'jobs-description/edit',
1007
            'jobs-description/delete',
1008
            'jobs-description/report',
1009
            'jobs-description/import',
1010
 
15442 efrain 1011
            'jobs-description/behaviors',
1012
            'jobs-description/behaviors/add',
1013
            'jobs-description/behaviors/edit',
1014
            'jobs-description/behaviors/delete',
1015
            'jobs-description/behaviors/import',
15579 anderson 1016
 
15442 efrain 1017
            'jobs-description/competencies',
1018
            'jobs-description/competencies/add',
1019
            'jobs-description/competencies/edit',
1020
            'jobs-description/competencies/delete',
1021
            'jobs-description/competencies/import',
15579 anderson 1022
 
15442 efrain 1023
            'jobs-description/competency-types',
1024
            'jobs-description/competency-types/add',
1025
            'jobs-description/competency-types/edit',
1026
            'jobs-description/competency-types/delete',
1027
            'jobs-description/competency-types/import',
15579 anderson 1028
 
1029
 
15088 efrain 1030
            'recruitment-and-selection',
1031
            'recruitment-and-selection/vacancies',
1032
            'recruitment-and-selection/vacancies/add',
1033
            'recruitment-and-selection/vacancies/edit',
1034
            'recruitment-and-selection/vacancies/delete',
15461 efrain 1035
            'recruitment-and-selection/applications',
1036
            'recruitment-and-selection/applications/user-by-email',
1037
            'recruitment-and-selection/applications/add',
1038
            'recruitment-and-selection/applications/delete',
1039
            'recruitment-and-selection/applications/level',
1040
            'recruitment-and-selection/applications/status',
1041
            'recruitment-and-selection/applications/comment',
1042
            'recruitment-and-selection/applications/view',
1043
            'recruitment-and-selection/applications/files',
1044
            'recruitment-and-selection/applications/files/add',
1045
            'recruitment-and-selection/applications/files/delete',
1046
            'recruitment-and-selection/applications/files/view',
1047
            'recruitment-and-selection/applications/interviews',
1048
            'recruitment-and-selection/applications/interviews/add',
1049
            'recruitment-and-selection/applications/interviews/edit',
1050
            'recruitment-and-selection/applications/interviews/delete',
1051
            'recruitment-and-selection/applications/interviews/report',
15579 anderson 1052
 
15461 efrain 1053
            /*
15088 efrain 1054
            'recruitment-and-selection/candidates',
1055
            'recruitment-and-selection/candidates/add',
1056
            'recruitment-and-selection/candidates/edit',
1057
            'recruitment-and-selection/candidates/delete',
1058
            'recruitment-and-selection/user-by-email',
1059
            'recruitment-and-selection/interview',
1060
            'recruitment-and-selection/interview/form',
1061
            'recruitment-and-selection/interview/form/add',
1062
            'recruitment-and-selection/interview/form/edit',
1063
            'recruitment-and-selection/interview/form/delete',
1064
            'recruitment-and-selection/interview/report',
1065
            'recruitment-and-selection/interview/vacancy',
1066
            'recruitment-and-selection/interview/type',
1067
            'recruitment-and-selection/interview/file',
1068
            'recruitment-and-selection/interview/file/add',
1069
            'recruitment-and-selection/interview/file/edit',
15461 efrain 1070
            'recruitment-and-selection/interview/file/delete',*/
15088 efrain 1071
        ],
15579 anderson 1072
 
15088 efrain 1073
        'recruitment-and-selection-editor' => [
1074
            'recruitment-and-selection',
1075
            'recruitment-and-selection/vacancies',
1076
            'recruitment-and-selection/vacancies/add',
1077
            'recruitment-and-selection/vacancies/edit',
1078
            'recruitment-and-selection/vacancies/delete',
15461 efrain 1079
            'recruitment-and-selection/applications',
1080
            'recruitment-and-selection/applications/user-by-email',
1081
            'recruitment-and-selection/applications/add',
1082
            'recruitment-and-selection/applications/delete',
1083
            'recruitment-and-selection/applications/view',
1084
            'recruitment-and-selection/applications/level',
1085
            'recruitment-and-selection/applications/status',
1086
            'recruitment-and-selection/applications/comment',
1087
            'recruitment-and-selection/applications/files',
1088
            'recruitment-and-selection/applications/files/add',
1089
            'recruitment-and-selection/applications/files/delete',
1090
            'recruitment-and-selection/applications/files/view',
1091
            'recruitment-and-selection/applications/interviews',
1092
            'recruitment-and-selection/applications/interviews/add',
1093
            'recruitment-and-selection/applications/interviews/edit',
1094
            'recruitment-and-selection/applications/interviews/delete',
1095
            'recruitment-and-selection/applications/interviews/report',
15579 anderson 1096
 
15461 efrain 1097
            /*
15088 efrain 1098
            'recruitment-and-selection/candidates',
1099
            'recruitment-and-selection/candidates/add',
1100
            'recruitment-and-selection/candidates/edit',
1101
            'recruitment-and-selection/candidates/delete',
1102
            'recruitment-and-selection/user-by-email',
1103
            'recruitment-and-selection/interview',
1104
            'recruitment-and-selection/interview/form',
1105
            'recruitment-and-selection/interview/form/add',
1106
            'recruitment-and-selection/interview/form/edit',
1107
            'recruitment-and-selection/interview/form/delete',
1108
            'recruitment-and-selection/interview/report',
1109
            'recruitment-and-selection/interview/vacancy',
1110
            'recruitment-and-selection/interview/type',
1111
            'recruitment-and-selection/interview/file',
1112
            'recruitment-and-selection/interview/file/add',
1113
            'recruitment-and-selection/interview/file/edit',
15461 efrain 1114
            'recruitment-and-selection/interview/file/delete',*/
15088 efrain 1115
        ],
16701 efrain 1116
        'fast-survey-admin' => [
1117
            'fast-survey',
1118
            'fast-survey/add',
1119
            'fast-survey/edit',
1120
            'fast-survey/delete',
16747 efrain 1121
            'fast-survey/chart',
16701 efrain 1122
            'fast-survey/download',
1123
        ],
15149 efrain 1124
        'survey-admin' => [
1125
            'survey',
1126
            'survey/add',
1127
            'survey/edit',
1128
            'survey/delete',
1129
            'survey/form',
1130
            'survey/form/add',
1131
            'survey/form/edit',
1132
            'survey/form/delete',
1133
            'survey/test',
1134
            'survey/test/add',
1135
            'survey/test/report',
1136
            'survey/test/delete',
1137
            'survey/report',
1138
            'survey/report/overview',
1139
            'survey/report/all',
1140
            'survey/report/excel',
1141
        ],
1142
        'survey-test' => [
1143
            'survey/test',
1144
            'survey/test/add',
1145
            'survey/test/report',
1146
            'survey/test/delete',
1147
        ],
1148
        'survey-report' => [
1149
            'survey/report',
1150
            'survey/report/overview',
1151
            'survey/report/all',
1152
            'survey/report/excel',
1153
        ],
15175 efrain 1154
        'organizational-climate-admin' => [
1155
            'organizational-climate',
1156
            'organizational-climate/add',
1157
            'organizational-climate/edit',
1158
            'organizational-climate/delete',
1159
            'organizational-climate/form',
1160
            'organizational-climate/form/add',
1161
            'organizational-climate/form/edit',
1162
            'organizational-climate/form/delete',
1163
            'organizational-climate/test',
1164
            'organizational-climate/test/add',
1165
            'organizational-climate/test/report',
1166
            'organizational-climate/test/delete',
1167
            'organizational-climate/report',
1168
            'organizational-climate/report/overview',
1169
            'organizational-climate/report/all',
1170
            'organizational-climate/report/excel',
1171
        ],
1172
        'organizational-climate-test' => [
1173
            'organizational-climate/test',
1174
            'organizational-climate/test/add',
1175
            'organizational-climate/test/report',
1176
            'organizational-climate/test/delete',
1177
        ],
1178
        'organizational-climate-report' => [
1179
            'organizational-climate/report',
1180
            'organizational-climate/report/overview',
1181
            'organizational-climate/report/all',
1182
            'organizational-climate/report/excel',
15386 efrain 1183
        ],
16766 efrain 1184
        'planning-admin' => [
1185
            'planning',
1186
            'planning/objectives',
1187
            'planning/objectives/report',
1188
            'planning/objectives/reportall',
1189
            'planning/objectives/matriz',
1190
            'planning/objectives/goals',
1191
            'planning/objectives/goals/add',
1192
            'planning/objectives/goals/edit',
1193
            'planning/objectives/goals/delete',
1194
            'planning/objectives/goals/task',
1195
            'planning/objectives/goals/task/add',
1196
            'planning/objectives/goals/task/edit',
1197
            'planning/objectives/goals/task/delete',
1198
            'planning/objectives/goals/task/view',
1199
            'planning/objectives/add',
1200
            'planning/objectives/delete',
1201
            'planning/objectives/edit',
15386 efrain 1202
        ],
16766 efrain 1203
 
15401 efrain 1204
        'discovery-contacts-admin' => [
1205
 
1206
            'discovery-contacts',
1207
            'discovery-contacts/add',
1208
            'discovery-contacts/edit',
1209
            'discovery-contacts/delete',
1210
            'discovery-contacts/view',
15546 efrain 1211
            'discovery-contacts/upload',
15401 efrain 1212
            'discovery-contacts/interaction-types',
1213
            'discovery-contacts/interaction-types/add',
1214
            'discovery-contacts/interaction-types/delete',
1215
            'discovery-contacts/interaction-types/edit',
1216
            'discovery-contacts/interactions',
1217
            'discovery-contacts/interactions/add',
1218
            'discovery-contacts/interactions/delete',
1219
            'discovery-contacts/logs',
16758 efrain 1220
            'discovery-contacts/progress-by-day',
1221
            'discovery-contacts/progress-by-day/download',
1222
            'discovery-contacts/report',
1223
            'discovery-contacts/report/download',
15579 anderson 1224
        ],
16248 efrain 1225
        'discovery-contacts-user-with-importation' => [
1226
            'discovery-contacts',
1227
            'discovery-contacts/add',
1228
            'discovery-contacts/edit',
1229
            'discovery-contacts/view',
1230
            'discovery-contacts/upload',
1231
            'discovery-contacts/interactions',
1232
            'discovery-contacts/interactions/add',
1233
            'discovery-contacts/interactions/delete',
1234
            'discovery-contacts/logs',
16758 efrain 1235
 
16248 efrain 1236
        ],
15401 efrain 1237
        'discovery-contacts-user' => [
15579 anderson 1238
 
15401 efrain 1239
            'discovery-contacts',
1240
            'discovery-contacts/add',
1241
            'discovery-contacts/edit',
1242
            'discovery-contacts/view',
1243
            'discovery-contacts/interactions',
1244
            'discovery-contacts/interactions/add',
1245
            'discovery-contacts/interactions/delete',
1246
            'discovery-contacts/logs',
16758 efrain 1247
 
15401 efrain 1248
        ],
15451 efrain 1249
        'my-coach-admin' => [
1250
            'my-coach',
1251
            'my-coach/categories',
1252
            'my-coach/categories/add',
1253
            'my-coach/categories/edit',
1254
            'my-coach/categories/delete',
15831 efrain 1255
            'my-coach/categories/users',
1256
            'my-coach/categories/users/add',
1257
            'my-coach/categories/users/edit',
1258
            'my-coach/categories/users/delete',
1259
            'my-coach/categories/users/upload',
15540 efrain 1260
        ],
16248 efrain 1261
        'knowledge-area-admin' => [
1262
            'knowledge-area',
1263
            'knowledge-area/categories',
1264
            'knowledge-area/categories/add',
1265
            'knowledge-area/categories/edit',
1266
            'knowledge-area/categories/delete',
1267
            'knowledge-area/categories/users',
1268
            'knowledge-area/categories/users/add',
1269
            'knowledge-area/categories/users/edit',
1270
            'knowledge-area/categories/users/delete',
1271
            'knowledge-area/categories/users/upload',
1272
        ],
15540 efrain 1273
        'engagement-admin' => [
1274
            'engagement',
1275
            'engagement/setup',
1276
            'engagement/reports',
1277
            'engagement/reports/overview',
15542 efrain 1278
            'engagement/rewards',
1279
            'engagement/rewards/add',
1280
            'engagement/rewards/edit',
1281
            'engagement/rewards/delete',
15579 anderson 1282
 
1283
 
15540 efrain 1284
        ],
15579 anderson 1285
 
16249 efrain 1286
        'daily-pulse-admin' => [
15540 efrain 1287
            'daily-pulse',
1288
            'daily-pulse/emojis',
1289
            'daily-pulse/emojis/add',
1290
            'daily-pulse/emojis/edit',
1291
            'daily-pulse/emojis/delete',
1292
            'daily-pulse/reports',
1293
            'daily-pulse/reports/overview',
1294
            'daily-pulse/reports/overview/download',
15579 anderson 1295
        ],
15540 efrain 1296
 
15579 anderson 1297
 
16766 efrain 1298
        'organization-chart-admin' => [
1299
            'organization-chart',
1300
            'organization-chart/graph',
1301
            'organization-chart/positions',
1302
            'organization-chart/positions/add',
1303
            'organization-chart/positions/edit',
1304
            'organization-chart/positions/delete',
1305
            'organization-chart/positions/subordinates',
1306
            'organization-chart/positions/subordinates/add',
1307
            'organization-chart/positions/subordinates/edit',
1308
            'organization-chart/positions/subordinates/delete',
1309
        ],
15579 anderson 1310
 
1311
 
779 geraldo 1312
    ];
1 www 1313
}
1314
 
15355 efrain 1315
function getAclPermissionPushTemplatesForCustomApps()
1316
{
1317
    return [
1318
        'settings',
1319
        'settings/push-templates',
1320
        'settings/push-templates/edit',
1321
        'settings/push-templates/import',
1322
    ];
1323
}
1324
 
15579 anderson 1325
function getAclPermissionSuperAdmin()
15336 efrain 1326
{
1 www 1327
    return [
15336 efrain 1328
        'settings',
1329
        'settings/private-networks',
1330
        'settings/private-networks/add',
1331
        'settings/private-networks/edit',
1332
        'settings/private-networks/delete',
16263 anderson 1333
 
16248 efrain 1334
        'users',
1335
        'users/change-type',
15460 efrain 1336
 
16285 efrain 1337
        'tools',
1338
        'tools/userfile-password-generator'
15579 anderson 1339
 
1340
 
15336 efrain 1341
    ];
1342
}
1343
 
1344
function  getAclPermissionAdminForDefaultNetwork()
1345
{
1346
    return [
15579 anderson 1347
 
1348
 
15460 efrain 1349
        'jobs-description',
1350
        'jobs-description/add',
1351
        'jobs-description/edit',
1352
        'jobs-description/delete',
15579 anderson 1353
 
15442 efrain 1354
        'jobs-description/competency-types',
1355
        'jobs-description/competency-types/add',
1356
        'jobs-description/competency-types/edit',
1357
        'jobs-description/competency-types/delete',
1358
        'jobs-description/behaviors',
15579 anderson 1359
 
15442 efrain 1360
        'jobs-description/behaviors/add',
1361
        'jobs-description/behaviors/edit',
15460 efrain 1362
        'jobs-description/behaviors/delete',
15579 anderson 1363
 
15442 efrain 1364
        'jobs-description/competencies',
1365
        'jobs-description/competencies/add',
1366
        'jobs-description/competencies/edit',
1367
        'jobs-description/competencies/delete',
15460 efrain 1368
 
1369
        'settings',
15579 anderson 1370
 
15460 efrain 1371
        'settings/email-templates',
1372
        'settings/email-templates/edit',
15579 anderson 1373
 
15460 efrain 1374
        'settings/push-templates',
1375
        'settings/push-templates/edit',
15579 anderson 1376
 
15460 efrain 1377
        'settings/countries',
1378
        'settings/countries/add',
1379
        'settings/countries/edit',
1380
        'settings/countries/delete',
15579 anderson 1381
 
15460 efrain 1382
        'settings/company-sizes',
1383
        'settings/company-sizes/add',
1384
        'settings/company-sizes/edit',
1385
        'settings/company-sizes/delete',
15579 anderson 1386
 
15336 efrain 1387
        'settings/degrees',
1388
        'settings/degrees/add',
1389
        'settings/degrees/edit',
1390
        'settings/degrees/delete',
15579 anderson 1391
 
15336 efrain 1392
        'settings/group-types',
1393
        'settings/group-types/add',
1394
        'settings/group-types/edit',
1395
        'settings/group-types/delete',
15579 anderson 1396
 
15336 efrain 1397
        'settings/industries',
1398
        'settings/industries/add',
1399
        'settings/industries/edit',
1400
        'settings/industries/delete',
15579 anderson 1401
 
15336 efrain 1402
        'settings/job-categories',
1403
        'settings/job-categories/add',
1404
        'settings/job-categories/edit',
1405
        'settings/job-categories/delete',
15579 anderson 1406
 
15336 efrain 1407
        'settings/skills',
1408
        'settings/skills/add',
1409
        'settings/skills/edit',
1410
        'settings/skills/delete',
15579 anderson 1411
 
15336 efrain 1412
        'settings/aptitudes',
1413
        'settings/aptitudes/add',
1414
        'settings/aptitudes/edit',
1415
        'settings/aptitudes/delete',
15579 anderson 1416
 
15336 efrain 1417
        'settings/hobbies-and-interests',
1418
        'settings/hobbies-and-interests/add',
1419
        'settings/hobbies-and-interests/edit',
1420
        'settings/hobbies-and-interests/delete',
15460 efrain 1421
 
1422
 
15579 anderson 1423
 
1424
 
15336 efrain 1425
        'settings/email-templates',
1426
        'settings/email-templates/edit',
1427
        'settings/push-templates',
1428
        'settings/push-templates/edit',
1429
 
15579 anderson 1430
 
15336 efrain 1431
        'settings/my-private-network',
1432
        'settings/my-private-network/intro',
1433
        'settings/my-private-network/navbar',
1434
        'settings/my-private-network/favicon',
1435
        'settings/my-private-network/logo',
1436
        'settings/my-private-network/styles-and-colors',
15394 efrain 1437
        'settings/my-private-network/calendar',
15831 efrain 1438
        'settings/my-private-network/moodle',
15579 anderson 1439
 
15336 efrain 1440
        'companies',
1441
        'companies/edit',
1442
        'companies/services',
1443
        'companies/roles',
15579 anderson 1444
 
15387 efrain 1445
        'reports',
1446
        'reports/users-blocked',
1447
        'reports/users-blocked/excel',
16747 efrain 1448
        //'reports/users-blocked/edit',
1449
        //'reports/users-blocked/delete',
15336 efrain 1450
    ];
1451
}
1452
 
1453
function  getAclPermissionAdminForNonDefaultNetwork()
1454
{
1455
    return [
1456
        'settings',
1457
        'settings/email-templates',
1458
        'settings/email-templates/edit',
15579 anderson 1459
 
1460
 
15336 efrain 1461
        'settings/my-private-network',
1462
        'settings/my-private-network/intro',
1463
        'settings/my-private-network/navbar',
1464
        'settings/my-private-network/favicon',
1465
        'settings/my-private-network/logo',
1466
        'settings/my-private-network/styles-and-colors',
15394 efrain 1467
        'settings/my-private-network/calendar',
15831 efrain 1468
        'settings/my-private-network/moodle',
15579 anderson 1469
 
1470
 
15387 efrain 1471
        'reports',
1472
        'reports/users-blocked',
1473
        'reports/users-blocked/excel',
16747 efrain 1474
        //'reports/users-blocked/edit',
1475
        //'reports/users-blocked/delete',
15579 anderson 1476
 
15457 efrain 1477
        'users',
1478
        'users/request-access',
1479
        'users/request-access/approve',
1480
        'users/request-access/reject',
15579 anderson 1481
 
1482
 
15336 efrain 1483
    ];
1484
}
1485
 
1486
 
1487
 
15579 anderson 1488
function getAclRolesForUsertype()
1489
{
15336 efrain 1490
    return [
1 www 1491
        UserType::ADMIN => [
1492
            'home',
1493
            'signin-admin',
1494
            'signin-company',
1495
            'dashboard',
1496
            'signout',
1497
            'storage',
1498
            'settings',
15336 efrain 1499
 
15579 anderson 1500
 
15336 efrain 1501
            'settings/my-private-network',
1502
            'settings/my-private-network/navbar',
1503
            'settings/my-private-network/favicon',
1504
            'settings/my-private-network/logo',
1505
            'settings/my-private-network/styles-and-colors',
15394 efrain 1506
            'settings/my-private-network/calendar',
15831 efrain 1507
            'settings/my-private-network/moodle',
15579 anderson 1508
 
1 www 1509
            'publications',
1510
            'publications/posts',
1511
            'publications/posts/add',
1512
            'publications/posts/edit',
1513
            'publications/posts/delete',
1514
            'publications/pages',
1515
            'publications/pages/add',
1516
            'publications/pages/edit',
1517
            'publications/pages/delete',
15579 anderson 1518
 
1 www 1519
            'users',
1520
            'users/change-password',
1521
            'users/unblock',
129 efrain 1522
            'users/email-verify',
15387 efrain 1523
            'users/upload',
15579 anderson 1524
 
15896 efrain 1525
            'chat',
16263 anderson 1526
            'chat/users',
14587 efrain 1527
            'chat/heart-beat',
1528
            'chat/create-group',
1529
            'chat/add-user-to-group',
1530
            'chat/mark-seen',
1531
            'chat/mark-received',
1532
            'chat/remove-user-from-group',
1533
            'chat/get-all-messages',
1534
            'chat/send',
1535
            'chat/get-contacts-availables-for-group',
1536
            'chat/get-contact-group-list',
1537
            'chat/leave-group',
1538
            'chat/delete-group',
1539
            'chat/close',
1540
            'chat/clear',
14692 efrain 1541
            'chat/open',
14587 efrain 1542
            'chat/upload',
16246 anderson 1543
            'chat/zoom',
16258 anderson 1544
            'chat/open-or-create',
14691 efrain 1545
            'csrf',
16766 efrain 1546
 
1547
            'helpers',
1548
            'helpers/search-people',
15579 anderson 1549
 
16766 efrain 1550
 
1551
            'inmail-personal',
1552
            'inmail-personal/start-conversation',
1553
            'inmail-personal/delete',
1554
            'inmail-personal/messages',
1555
            'inmail-personal/messages/send',
1556
            'inmail-personal/messages/delete',
1557
 
1558
 
15387 efrain 1559
            'reports',
1560
            'reports/users-blocked',
15579 anderson 1561
 
15442 efrain 1562
            'activities-center',
1563
            'activities-center/performance-evaluation',
1564
            'activities-center/performance-evaluation/take-a-test',
1565
            'activities-center/performance-evaluation/report',
15579 anderson 1566
 
15461 efrain 1567
            'activities-center/recruitment-and-selection',
1568
            'activities-center/recruitment-and-selection/take-a-test',
1569
            'activities-center/recruitment-and-selection/report',
15579 anderson 1570
 
1 www 1571
        ],
15336 efrain 1572
 
1 www 1573
        UserType::USER => [
1574
            'home',
1575
            'signin-admin',
1576
            'signin-company',
1577
            'dashboard',
1578
            'signout',
1579
            'storage',
15336 efrain 1580
            'storage-network',
15579 anderson 1581
 
15088 efrain 1582
            'home',
1583
            'signin-admin',
1584
            'signin-company',
1585
            'dashboard',
1586
            'signout',
1587
            'storage',
15579 anderson 1588
 
14587 efrain 1589
            'chat',
16263 anderson 1590
            'chat/users',
14587 efrain 1591
            'chat/heart-beat',
1592
            'chat/create-group',
1593
            'chat/add-user-to-group',
1594
            'chat/mark-seen',
1595
            'chat/mark-received',
1596
            'chat/remove-user-from-group',
1597
            'chat/get-all-messages',
1598
            'chat/send',
1599
            'chat/get-contacts-availables-for-group',
1600
            'chat/get-contact-group-list',
1601
            'chat/leave-group',
1602
            'chat/delete-group',
1603
            'chat/close',
1604
            'chat/clear',
14692 efrain 1605
            'chat/open',
14588 efrain 1606
            'chat/upload',
16246 anderson 1607
            'chat/zoom',
16258 anderson 1608
            'chat/open-or-create',
14691 efrain 1609
            'csrf',
16766 efrain 1610
 
1611
            'helpers',
1612
            'helpers/search-people',
1613
 
1614
            'inmail-personal',
1615
            'inmail-personal/start-conversation',
1616
            'inmail-personal/delete',
1617
            'inmail-personal/messages',
1618
            'inmail-personal/messages/send',
1619
            'inmail-personal/messages/delete',
15579 anderson 1620
 
15442 efrain 1621
            'activities-center',
1622
            'activities-center/performance-evaluation',
1623
            'activities-center/performance-evaluation/take-a-test',
1624
            'activities-center/performance-evaluation/report',
15579 anderson 1625
 
15461 efrain 1626
            'activities-center/recruitment-and-selection',
1627
            'activities-center/recruitment-and-selection/take-a-test',
1628
            'activities-center/recruitment-and-selection/report',
14610 efrain 1629
 
15579 anderson 1630
 
1 www 1631
        ],
1632
        UserType::GUEST => [
1633
            'home',
1634
            'signin-admin',
1635
            'signin-company',
1636
            'signout',
15336 efrain 1637
            'storage-network',
8536 efrain 1638
 
15579 anderson 1639
 
1 www 1640
        ],
1641
    ];
1642
}
1643
 
15579 anderson 1644
function getAclMenuSystem()
1645
{
1 www 1646
    return [
1647
        [
1648
            'label' => 'LABEL_HOME',
1649
            'route' => 'dashboard',
1650
            'class' => 'fa fa-home'
1651
        ],
15442 efrain 1652
 
1 www 1653
        [
15336 efrain 1654
            'label' => 'LABEL_PRIVATE_NETWORKS',
1655
            'route' => 'settings/private-networks',
1656
            'class' => 'fa fa-building',
1657
        ],
15579 anderson 1658
 
1659
 
15336 efrain 1660
        [
1661
            'label' => 'LABEL_MY_PRIVATE_NETWORK',
1662
            'route' => 'settings/my-private-network',
1663
            'class' => 'fa fa-building',
1664
            'pages' => [
1665
                [
15394 efrain 1666
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_CALENDAR',
1667
                    'route' => 'settings/my-private-network/calendar',
1668
                ],
1669
                [
15336 efrain 1670
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_INTRO',
1671
                    'route' => 'settings/my-private-network/intro',
1672
                ],
1673
                [
1674
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_NAVBAR',
1675
                    'route' => 'settings/my-private-network/navbar',
1676
                ],
1677
                [
1678
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_FAVICO',
1679
                    'route' => 'settings/my-private-network/favicon',
1680
                ],
1681
                [
1682
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_LOGO',
1683
                    'route' => 'settings/my-private-network/logo',
1684
                ],
1685
                [
1686
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_STYLES_AND_COLORS',
1687
                    'route' => 'settings/my-private-network/styles-and-colors',
1688
                ],
15831 efrain 1689
                [
1690
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_MOODLE',
1691
                    'route' => 'settings/my-private-network/moodle',
1692
                ],
15336 efrain 1693
 
15579 anderson 1694
 
1695
            ],
15336 efrain 1696
        ],
15579 anderson 1697
 
1698
 
15336 efrain 1699
        [
1 www 1700
            'label' => 'LABEL_COMPANIES',
1701
            'route' => 'companies',
1702
            'class' => 'fa fa-building',
1703
        ],
1704
        [
15442 efrain 1705
            'label' => 'LABEL_JOBS_DESCRIPTION',
1706
            'route' => 'jobs-description',
1707
            'class' => 'fa fa-book',
1 www 1708
            'pages' => [
1709
                [
15442 efrain 1710
                    'label' => 'LABEL_COMPETENCIES',
1711
                    'route' => 'jobs-description/competencies',
15392 efrain 1712
                ],
1713
                [
15442 efrain 1714
                    'label' => 'LABEL_COMPETENCY_TYPES',
1715
                    'route' => 'jobs-description/competency-types',
1 www 1716
                ],
1717
                [
15442 efrain 1718
                    'label' => 'LABEL_BEHAVIORS',
1719
                    'route' => 'jobs-description/behaviors',
1 www 1720
                ],
15442 efrain 1721
            ]
1722
        ],
1723
        [
1724
            'label' => 'LABEL_SETTINGS',
1725
            'route' => 'settings',
1726
            'class' => 'fa fa-cog',
1727
            'pages' => [
1 www 1728
                [
15442 efrain 1729
                    'label' => 'LABEL_APTITUDES',
1730
                    'route' => 'settings/aptitudes',
14875 efrain 1731
                ],
1732
                [
15460 efrain 1733
                    'label' => 'LABEL_COUNTRIES',
1734
                    'route' => 'settings/countries',
1735
                ],
1736
                [
1 www 1737
                    'label' => 'LABEL_EMAIL_TEMPLATES',
1738
                    'route' => 'settings/email-templates',
1739
                ],
1740
                [
1741
                    'label' => 'LABEL_PUSH_TEMPLATES',
1742
                    'route' => 'settings/push-templates',
1743
                ],
1744
                [
1745
                    'label' => 'LABEL_DEGREES',
1746
                    'route' => 'settings/degrees',
1747
                ],
1748
                [
15392 efrain 1749
                    'label' => 'LABEL_HOBBIES_AND_INTERESTS',
1750
                    'route' => 'settings/hobbies-and-interests',
1751
                ],
1752
                [
1 www 1753
                    'label' => 'LABEL_SKILLS',
1754
                    'route' => 'settings/skills',
1755
                ],
1756
                [
1757
                    'label' => 'LABEL_INDUSTRIES',
1758
                    'route' => 'settings/industries',
1759
                ],
1760
                [
837 geraldo 1761
                    'label' => 'LABEL_JOBS_DESCRIPTION',
15442 efrain 1762
                    'route' => 'jobs-description',
836 geraldo 1763
                ],
1764
                [
1 www 1765
                    'label' => 'LABEL_COMPANY_SIZES',
1766
                    'route' => 'settings/company-sizes',
1767
                ],
1768
                [
1769
                    'label' => 'LABEL_COMPETENCY_TYPES',
15442 efrain 1770
                    'route' => 'jobs-description/competency-types',
1 www 1771
                ],
1772
                [
1773
                    'label' => 'LABEL_GROUP_TYPES',
1774
                    'route' => 'settings/group-types',
1775
                ],
1776
            ]
1777
        ],
1778
        [
1779
            'label' => 'LABEL_PUBLICATIONS',
1780
            'route' => 'publications',
1781
            'class' => 'fa fa-book',
1782
            'pages' => [
1783
                [
1784
                    'label' => 'LABEL_PAGES',
1785
                    'route' => 'publications/pages',
1786
                ],
1787
                [
1788
                    'label' => 'LABEL_POSTS',
1789
                    'route' => 'publications/posts',
1790
                ],
1791
            ]
1792
        ],
1793
        [
1794
            'label' => 'LABEL_USERS',
1795
            'route' => 'users',
1796
            'class' => 'fa fa-users',
1797
        ],
15457 efrain 1798
        [
1799
            'label' => 'LABEL_USERS_REQUEST_ACCESS',
1800
            'route' => 'users/request-access',
1801
            'class' => 'fa fa-key',
1802
        ],
15579 anderson 1803
 
15387 efrain 1804
        [
1805
            'label' => 'LABEL_REPORTS',
1806
            'route' => 'settings',
1807
            'class' => 'fa fa-print',
1808
            'pages' => [
1809
                [
1810
                    'label' => 'LABEL_REPORTS_USERS_BLOCKED',
1811
                    'route' => 'reports/users-blocked',
1812
                ],
1813
            ]
1814
        ],
16285 efrain 1815
 
1816
        [
1817
            'label' => 'LABEL_TOOLS',
1818
            'route' => 'tools',
1819
            'class' => 'fa fa-wrench',
1820
            'pages' => [
1821
                [
1822
                    'label' => 'LABEL_USERFILE_PASSWORD_GENERATOR',
1823
                    'route' => 'tools/userfile-password-generator',
1824
                ],
1825
            ]
1826
        ],
15579 anderson 1827
 
1828
 
1333 efrain 1829
        [
1 www 1830
            'label' => 'LABEL_LOGOUT',
1831
            'route' => 'signout',
1832
            'class' => 'fa fa-sign-out',
1833
        ]
779 geraldo 1834
    ];
1 www 1835
}
1836
 
15579 anderson 1837
function getAclMenuCompany()
1838
{
779 geraldo 1839
 
1 www 1840
    return [
15442 efrain 1841
        /*[
1 www 1842
            'label' => 'LABEL_HOME',
1843
            'route' => 'dashboard',
1844
            'class' => 'fa fa-home'
15442 efrain 1845
        ],*/
1846
        [
1847
            'label' => 'LABEL_ACTIVITY_CENTER',
1848
            'route' => 'activities-center',
1849
            'class' => 'fa fa-home',
1850
            'pages' => [
1851
                [
1852
                    'label' => 'LABEL_PERFORMANCE_EVALUATION',
1853
                    'route' => 'activities-center/performance-evaluation',
1854
                ],
15461 efrain 1855
                [
1856
                    'label' => 'LABEL_RECRUITMENT_AND_SELECTION',
1857
                    'route' => 'activities-center/recruitment-and-selection',
1858
                ],
1859
 
15579 anderson 1860
 
15442 efrain 1861
            ],
1 www 1862
        ],
1863
        [
1864
            'label' => 'LABEL_JOBS',
1865
            'route' => 'jobs',
1866
            'class' => 'fa fa-briefcase'
1867
        ],
1868
        [
1869
            'label' => 'LABEL_FEEDS',
1870
            'route' => 'feeds',
1871
            'class' => 'fa fa-rss'
1872
        ],
114 efrain 1873
        [
16766 efrain 1874
            'label' => 'LABEL_INMAIL_PERSONAL',
1875
            'route' => 'inmail-personal',
13487 nelberth 1876
            'class' => 'fa fa-envelope-o'
1877
        ],
1878
        [
16766 efrain 1879
            'label' => 'LABEL_INMAIL_COMPANY',
1880
            'route' => 'inmail-company',
1881
            'class' => 'fa fa-envelope-o'
1882
        ],
1883
        [
15401 efrain 1884
            'label' => 'LABEL_DISCOVERY_CONTACTS',
1885
            'route' => 'discovery-contacts',
1886
            'class' => 'fa fa-book',
1887
            'pages' => [
1888
                [
1889
                    'label' => 'LABEL_CONTACTS',
1890
                    'route' => 'discovery-contacts',
1891
                ],
1892
                [
1893
                    'label' => 'LABEL_INTERACTION_TYPES',
1894
                    'route' => 'discovery-contacts/interaction-types',
1895
                ],
15633 anderson 1896
                [
1897
                    'label' => 'LABEL_PROGRESS_BY_DAY',
15636 anderson 1898
                    'route' => 'discovery-contacts/progress-by-day',
15633 anderson 1899
                ],
16758 efrain 1900
                [
1901
                    'label' => 'LABEL_REPORTS',
1902
                    'route' => 'discovery-contacts/report',
1903
                ],
15401 efrain 1904
            ],
1905
        ],
15451 efrain 1906
        [
16248 efrain 1907
            'label' => 'LABEL_KNOWLEDGE_AREA',
1908
            'route' => 'knowledge-area',
1909
            'class' => 'fa fa-book',
1910
            'pages' => [
1911
                [
1912
                    'label' => 'LABEL_CATEGORIES',
1913
                    'route' => 'knowledge-area/categories',
1914
                ],
1915
                [
1916
                    'label' => 'LABEL_USERS',
1917
                    'route' => 'knowledge-area/categories/users',
1918
                ],
1919
            ],
1920
        ],
1921
        [
15451 efrain 1922
            'label' => 'LABEL_MY_COACH',
1923
            'route' => 'my-coach',
1924
            'class' => 'fa fa-book',
1925
            'pages' => [
1926
                [
1927
                    'label' => 'LABEL_CATEGORIES',
1928
                    'route' => 'my-coach/categories',
1929
                ],
15831 efrain 1930
                [
1931
                    'label' => 'LABEL_USERS',
1932
                    'route' => 'my-coach/categories/users',
1933
                ],
15451 efrain 1934
            ],
1935
        ],
16263 anderson 1936
 
1937
 
15401 efrain 1938
        [
114 efrain 1939
            'label' => 'LABEL_SELF_EVALUATION',
1940
            'route' => 'self-evaluation',
1941
            'class' => 'fa fa-book',
1942
            'pages' => [
1943
                [
1944
                    'label' => 'LABEL_FORMS',
1945
                    'route' => 'self-evaluation/forms',
1946
                ],
115 efrain 1947
                [
1948
                    'label' => 'LABEL_USERS',
1949
                    'route' => 'self-evaluation/users',
246 geraldo 1950
                ],
1951
                [
1952
                    'label' => 'LABEL_REVIEWS',
1953
                    'route' => 'self-evaluation/reviews',
245 geraldo 1954
                ]
779 geraldo 1955
            ],
1956
        ],
15579 anderson 1957
 
1 www 1958
        [
15540 efrain 1959
            'label' => 'LABEL_ENGAGEMENT',
1960
            'route' => 'engagement',
1961
            'class' => 'fa fa-book',
1962
            'pages' => [
1963
                [
1964
                    'label' => 'LABEL_SETTINGS',
1965
                    'route' => 'engagement/setup',
1966
                ],
15542 efrain 1967
                [
1968
                    'label' => 'LABEL_ENGAGEMENT_REWARDS',
1969
                    'route' => 'engagement/rewards',
1970
                ],
15579 anderson 1971
 
15540 efrain 1972
            ]
1973
        ],
15579 anderson 1974
 
15540 efrain 1975
        [
1976
            'label' => 'LABEL_DAILY_PULSE',
1977
            'route' => 'daily-pulse',
1978
            'class' => 'fa fa-smile-o',
1979
            'pages' => [
1980
                [
1981
                    'label' => 'LABEL_DAILY_PULSE_EMOJIS',
1982
                    'route' => 'daily-pulse/emojis',
1983
                ],
1984
                [
1985
                    'label' => 'LABEL_DAILY_PULSE_REPORTS_OVERVIEW',
1986
                    'route' => 'daily-pulse/reports/overview',
1987
                ],
15579 anderson 1988
            ],
1989
        ],
15540 efrain 1990
 
15579 anderson 1991
 
1992
 
1993
 
15540 efrain 1994
        [
1 www 1995
            'label' => 'LABEL_MICRO_LEARNING',
1996
            'route' => 'microlearning',
1997
            'class' => 'fa fa-book',
1998
            'pages' => [
1999
                [
2000
                    'label' => 'LABEL_OVERVIEW',
2001
                    'route' => 'microlearning/overview',
2002
                ],
2003
                [
2004
                    'label' => 'LABEL_REPORTS',
2005
                    'route' => 'microlearning/reports',
2 efrain 2006
                    'pages' => [
2007
                        [
15390 efrain 2008
                            'label' => 'LABEL_DEVICES_AND_ACCESS',
2009
                            'route' => 'microlearning/reports/devices-and-access',
2 efrain 2010
                        ],
15579 anderson 2011
                        /*
2 efrain 2012
                        [
2013
                            'label' => 'LABEL_PROGRESS',
2014
                            'route' => 'microlearning/reports/progress',
2015
                        ],
14626 efrain 2016
*/
14610 efrain 2017
                        [
15386 efrain 2018
                            'label' => 'LABEL_PROGRESS_FOR_TOPIC',
2019
                            'route' => 'microlearning/reports/progress-for-topic',
2020
                        ],
2021
                        [
14610 efrain 2022
                            'label' => 'LABEL_PROGRESS_FOR_CAPSULE',
2023
                            'route' => 'microlearning/reports/progress-for-capsule',
2024
                        ],
15386 efrain 2025
                        [
2026
                            'label' => 'LABEL_PROGRESS_FOR_STUDENT',
2027
                            'route' => 'microlearning/reports/progress-for-student',
2028
                        ],
779 geraldo 2029
                    ],
1 www 2030
                ],
2031
                [
2032
                    'label' => 'LABEL_CONTENT',
2033
                    'route' => 'microlearning/content',
2034
                    'pages' => [
2035
                        [
66 efrain 2036
                            'label' => 'LABEL_QUIZZES',
2037
                            'route' => 'microlearning/content/quizzes',
2038
                        ],
2039
                        [
1 www 2040
                            'label' => 'LABEL_TOPICS',
2041
                            'route' => 'microlearning/content/topics',
2042
                        ],
2043
                        [
2044
                            'label' => 'LABEL_CAPSULES',
2045
                            'route' => 'microlearning/content/capsules',
2046
                        ],
2047
                        [
2048
                            'label' => 'LABEL_SLIDES',
2049
                            'route' => 'microlearning/content/slides',
2050
                        ],
2051
                    ]
2052
                ],
2053
                [
2054
                    'label' => 'LABEL_ACCESS_FOR_STUDENTS',
2055
                    'route' => 'microlearning/access-for-students',
2056
                ],
2057
                [
2058
                    'label' => 'LABEL_STUDENTS',
2059
                    'route' => 'microlearning/students',
2060
                ],
2061
                [
2062
                    'label' => 'LABEL_FILTERS',
2063
                    'route' => 'microlearning/settings',
2064
                    'pages' => [
2065
                        [
15394 efrain 2066
                            'label' => 'LABEL_COUNTRIES',
2067
                            'route' => 'microlearning/settings/countries',
2068
                        ],
2069
                        [
1 www 2070
                            'label' => 'LABEL_COMPANIES',
2071
                            'route' => 'microlearning/settings/companies',
2072
                        ],
15579 anderson 2073
 
1 www 2074
                        [
2075
                            'label' => 'LABEL_FUNCTIONS',
2076
                            'route' => 'microlearning/settings/functions',
2077
                        ],
2078
                        [
2079
                            'label' => 'LABEL_GROUPS',
2080
                            'route' => 'microlearning/settings/groups',
2081
                        ],
2082
                        [
2083
                            'label' => 'LABEL_INSTITUTIONS',
2084
                            'route' => 'microlearning/settings/institutions',
2085
                        ],
2086
                        [
2087
                            'label' => 'LABEL_PROGRAMS',
2088
                            'route' => 'microlearning/settings/programs',
2089
                        ],
2090
                        [
2091
                            'label' => 'LABEL_PARTNERS',
2092
                            'route' => 'microlearning/settings/partners',
2093
                        ],
2094
                        [
2095
                            'label' => 'LABEL_SECTORS',
2096
                            'route' => 'microlearning/settings/sectors',
2097
                        ],
2098
                        [
2099
                            'label' => 'LABEL_STUDENT_TYPES',
2100
                            'route' => 'microlearning/settings/student-types',
2101
                        ],
779 geraldo 2102
                    ],
1 www 2103
                ]
2104
            ]
2105
        ],
2106
        [
16766 efrain 2107
            'label' => 'LABEL_JOBS_DESCRIPTION_DICTIONARY',
15442 efrain 2108
            'route' => 'jobs-description',
28 efrain 2109
            'class' => 'fa fa-book',
2110
            'pages' => [
2111
                [
66 efrain 2112
                    'label' => 'LABEL_JOBS_DESCRIPTION',
15442 efrain 2113
                    'route' => 'jobs-description',
28 efrain 2114
                ],
2115
                [
2116
                    'label' => 'LABEL_COMPETENCIES',
15442 efrain 2117
                    'route' => 'jobs-description/competencies',
28 efrain 2118
                ],
66 efrain 2119
                [
2120
                    'label' => 'LABEL_COMPETENCY_TYPES',
15442 efrain 2121
                    'route' => 'jobs-description/competency-types',
66 efrain 2122
                ],
67 efrain 2123
                [
14875 efrain 2124
                    'label' => 'LABEL_BEHAVIORS',
15442 efrain 2125
                    'route' => 'jobs-description/behaviors',
14875 efrain 2126
                ],
16766 efrain 2127
 
2128
            ]
2129
        ],
2130
        [
2131
            'label' => 'LABEL_ORGANIZATION_CHART',
2132
            'route' => 'organization-chart',
2133
            'class' => 'fa fa-sitemap',
2134
            'pages' => [
14875 efrain 2135
                [
67 efrain 2136
                    'label' => 'LABEL_POSITIONS',
16766 efrain 2137
                    'route' => 'organization-chart/positions',
67 efrain 2138
                ],
16766 efrain 2139
 
2140
            ],
779 geraldo 2141
        ],
16766 efrain 2142
 
2143
 
22 steven 2144
        [
1090 geraldo 2145
            'label' => 'LABEL_PERFORMANCE_EVALUATION_MENU',
976 geraldo 2146
            'route' => 'performance-evaluation',
2147
            'class' => 'fa fa-book',
2148
            'pages' => [
2149
                [
2150
                    'label' => 'LABEL_FORMS',
2151
                    'route' => 'performance-evaluation/forms',
2152
                ],
15579 anderson 2153
 
976 geraldo 2154
                [
15442 efrain 2155
                    'label' => 'LABEL_EVALUATIONS',
2156
                    'route' => 'performance-evaluation/evaluations',
1383 efrain 2157
                ]
976 geraldo 2158
            ],
946 geraldo 2159
        ],
1321 eleazar 2160
        [
1 www 2161
            'label' => 'LABEL_PROFILE',
2162
            'route' => 'profile',
2163
            'class' => 'fa fa-picture-o'
2164
        ],
2165
        [
2166
            'label' => 'LABEL_FOLLOWERS',
2167
            'route' => 'followers',
2168
            'class' => 'fa fa-heart'
2169
        ],
2170
        [
2171
            'label' => 'LABEL_USERS',
2172
            'route' => 'users',
2173
            'class' => 'fa fa-users',
2174
        ],
15579 anderson 2175
 
1 www 2176
        [
1334 efrain 2177
            'label' => 'LABEL_OWN_PROFESSIONAL_NETWORK',
2178
            'route' => 'own-professional-network',
2179
            'class' => 'fa fa-book',
2180
        ],
15579 anderson 2181
 
1334 efrain 2182
        [
2183
            'label' => 'LABEL_ORGANIZATIONAL_DESIGN',
2184
            'route' =>  'organizational-design',
2185
            'class' => 'fa fa-book',
2186
        ],
15579 anderson 2187
 
2188
 
1334 efrain 2189
        [
8187 nelberth 2190
            'label' => 'LABEL_HIGH_PERFORMANCE_TEAMS',
12397 nelberth 2191
            'route' =>  'high-performance-teams/groups',
1689 nelberth 2192
            'class' => 'fa fa-street-view',
15579 anderson 2193
 
1334 efrain 2194
        ],
2195
        [
12397 nelberth 2196
            'label' => 'LABEL_PLANNING_OBJECTIVES_AND_GOALS',
16766 efrain 2197
            'route' => 'planning/objectives',
12397 nelberth 2198
            'class' => 'fa fa-book',
2199
        ],
2200
        [
1334 efrain 2201
            'label' => 'LABEL_RECRUITMENT_AND_SELECTION',
1477 efrain 2202
            'route' => 'recruitment-and-selection',
1334 efrain 2203
            'class' => 'fa fa-book',
1342 eleazar 2204
            'pages' => [
2205
                [
1463 eleazar 2206
                    'label' => 'LABEL_VACANCIES',
1478 eleazar 2207
                    'route' => 'recruitment-and-selection/vacancies',
1342 eleazar 2208
                ],
15579 anderson 2209
 
1459 eleazar 2210
                [
15461 efrain 2211
                    'label' => 'LABEL_APPLICATIONS',
2212
                    'route' => 'recruitment-and-selection/applications',
1709 eleazar 2213
                ],
15461 efrain 2214
                /*
1709 eleazar 2215
                [
2216
                    'label' => 'LABEL_INTERVIEW',
4047 eleazar 2217
                    'route' => 'recruitment-and-selection/interview/form',
2218
 
15461 efrain 2219
                ]*/
15579 anderson 2220
            ],
1334 efrain 2221
        ],
15579 anderson 2222
 
1334 efrain 2223
        [
2224
            'label' => 'LABEL_INDUCTION',
2225
            'route' => 'induction',
2226
            'class' => 'fa fa-book',
2227
        ],
15579 anderson 2228
 
2229
 
1334 efrain 2230
        [
2231
            'label' => 'LABEL_ORGANIZATIONAL_CLIMATE',
2232
            'route' => 'organizational-climate',
2233
            'class' => 'fa fa-book',
7218 eleazar 2234
            'pages' => [
2235
                [
2236
                    'label' => 'LABEL_FORMS',
2237
                    'route' => 'organizational-climate/form',
2238
                ],
2239
                [
2240
                    'label' => 'LABEL_SURVEY',
2241
                    'route' => 'organizational-climate',
2242
                ],
2243
                [
2244
                    'label' => 'LABEL_SURVEY_TEST',
2245
                    'route' => 'organizational-climate/test',
2246
                ],
2247
                [
2248
                    'label' => 'LABEL_SURVEY_REPORT',
2249
                    'route' => 'organizational-climate/report',
2250
                ],
2251
            ]
1334 efrain 2252
        ],
15579 anderson 2253
 
1334 efrain 2254
        [
2255
            'label' => 'LABEL_CULTURE',
2256
            'route' =>  'culture',
2257
            'class' => 'fa fa-book',
2258
        ],
16766 efrain 2259
/*
1334 efrain 2260
        [
2261
            'label' => 'LABEL_COMMUNICATION',
13969 nelberth 2262
            'route' =>  'communication/inbox',
13012 nelberth 2263
            'class' => 'fa fa-envelope',
15579 anderson 2264
 
2265
 
1334 efrain 2266
        ],
16766 efrain 2267
*/
1334 efrain 2268
        [
16701 efrain 2269
            'label' => 'LABEL_FAST_SURVEYS',
2270
            'route' =>  'fast-survey',
2271
            'class' => 'fa fa-book',
2272
        ],
2273
        [
1334 efrain 2274
            'label' => 'LABEL_SURVEYS',
4375 eleazar 2275
            'route' =>  'survey',
1334 efrain 2276
            'class' => 'fa fa-book',
4374 eleazar 2277
            'pages' => [
2278
                [
2279
                    'label' => 'LABEL_FORMS',
4375 eleazar 2280
                    'route' => 'survey/form',
4374 eleazar 2281
                ],
4579 eleazar 2282
                [
2283
                    'label' => 'LABEL_SURVEY',
2284
                    'route' => 'survey',
2285
                ],
5287 eleazar 2286
                [
2287
                    'label' => 'LABEL_SURVEY_TEST',
2288
                    'route' => 'survey/test',
2289
                ],
5823 eleazar 2290
                [
2291
                    'label' => 'LABEL_SURVEY_REPORT',
2292
                    'route' => 'survey/report',
2293
                ],
4374 eleazar 2294
            ]
1334 efrain 2295
        ],
15579 anderson 2296
 
1334 efrain 2297
        [
2298
            'label' => 'LABEL_BUILDING_MY_FUTURE',
2299
            'route' =>  'building-my-future',
2300
            'class' => 'fa fa-book',
2301
        ],
15579 anderson 2302
 
2303
 
2304
 
1334 efrain 2305
        [
15355 efrain 2306
            'label' => 'LABEL_SETTINGS',
2307
            'route' => 'settings',
2308
            'class' => 'fa fa-cog',
2309
            'pages' => [
2310
                [
2311
                    'label' => 'LABEL_PUSH_TEMPLATES',
2312
                    'route' => 'settings/push-templates',
2313
                ],
2314
            ]
2315
        ],
15579 anderson 2316
 
15387 efrain 2317
        [
2318
            'label' => 'LABEL_REPORTS',
2319
            'route' => 'settings',
2320
            'class' => 'fa fa-print',
2321
            'pages' => [
2322
                [
2323
                    'label' => 'LABEL_REPORTS_USERS_BLOCKED',
2324
                    'route' => 'reports/users-blocked',
2325
                ],
2326
            ]
2327
        ],
15579 anderson 2328
 
1334 efrain 2329
        [
1 www 2330
            'label' => 'LABEL_LOGOUT',
2331
            'route' => 'signout',
2332
            'class' => 'fa fa-sign-out',
2333
        ]
2334
    ];
2335
}