Proyectos de Subversion LeadersLinked - Backend

Rev

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