Proyectos de Subversion LeadersLinked - Backend

Rev

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

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