Proyectos de Subversion LeadersLinked - Backend

Rev

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