Proyectos de Subversion LeadersLinked - Backend

Rev

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