Proyectos de Subversion LeadersLinked - Backend

Rev

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