Proyectos de Subversion LeadersLinked - Backend

Rev

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