Proyectos de Subversion LeadersLinked - Backend

Rev

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