Proyectos de Subversion LeadersLinked - Backend

Rev

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