Proyectos de Subversion LeadersLinked - Backend

Rev

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