Proyectos de Subversion LeadersLinked - Backend

Rev

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