Proyectos de Subversion LeadersLinked - Backend

Rev

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

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