Proyectos de Subversion LeadersLinked - Backend

Rev

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