Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 14979 | Rev 15028 | 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',
1383 efrain 139
        'performance-evaluation/evaluations',
140
        'performance-evaluation/evaluations/add',
7870 eleazar 141
        'performance-evaluation/evaluations/self',
142
        'performance-evaluation/evaluations/both',
143
        'performance-evaluation/evaluations/superviser',
8068 eleazar 144
        'performance-evaluation/evaluations/user-by-email',
1383 efrain 145
        'performance-evaluation/evaluations/edit',
146
        'performance-evaluation/evaluations/delete',
8220 eleazar 147
        'performance-evaluation/evaluations/report-self',
148
        'performance-evaluation/evaluations/report-both',
8249 eleazar 149
        'performance-evaluation/evaluations/report-superviser',
1383 efrain 150
        'performance-evaluation/evaluations/users',
151
        'performance-evaluation/evaluations/users/add',
152
        'performance-evaluation/evaluations/users/delete',
153
 
1263 geraldo 154
        'performance-evaluation/forms/report',
1320 efrain 155
        'performance-evaluation/reviews',
156
        'performance-evaluation/reviews/pdf',
1477 efrain 157
 
158
        'recruitment-and-selection',
159
        'recruitment-and-selection/vacancies',
160
        'recruitment-and-selection/vacancies/add',
161
        'recruitment-and-selection/vacancies/edit',
162
        'recruitment-and-selection/vacancies/delete',
163
        'recruitment-and-selection/candidates',
164
        'recruitment-and-selection/candidates/add',
165
        'recruitment-and-selection/candidates/edit',
166
        'recruitment-and-selection/candidates/delete',
1636 eleazar 167
        'recruitment-and-selection/user-by-email',
1710 eleazar 168
        'recruitment-and-selection/interview',
1709 eleazar 169
        'recruitment-and-selection/interview/form',
8757 eleazar 170
        'recruitment-and-selection/interview/form/file',
1709 eleazar 171
        'recruitment-and-selection/interview/form/add',
172
        'recruitment-and-selection/interview/form/edit',
173
        'recruitment-and-selection/interview/form/delete',
174
        'recruitment-and-selection/interview/report',
3587 eleazar 175
        'recruitment-and-selection/interview/vacancy',
4367 eleazar 176
        'recruitment-and-selection/interview/type',
8782 eleazar 177
        'recruitment-and-selection/interview/file',
178
        'recruitment-and-selection/interview/file/add',
179
        'recruitment-and-selection/interview/file/edit',
180
        'recruitment-and-selection/interview/file/delete',
4375 eleazar 181
        'survey',
4579 eleazar 182
        'survey/add',
183
        'survey/edit',
184
        'survey/delete',
185
        'survey/segment',
4375 eleazar 186
        'survey/form',
187
        'survey/form/add',
188
        'survey/form/edit',
189
        'survey/form/delete',
5287 eleazar 190
        'survey/test',
191
        'survey/test/add',
6662 eleazar 192
        'survey/test/report',
5287 eleazar 193
        'survey/test/delete',
5823 eleazar 194
        'survey/report',
6497 eleazar 195
        'survey/report/overview',
5823 eleazar 196
        'survey/report/all',
7024 eleazar 197
        'survey/report/csv',
7218 eleazar 198
        'organizational-climate',
199
        'organizational-climate/add',
200
        'organizational-climate/edit',
201
        'organizational-climate/delete',
202
        'organizational-climate/segment',
203
        'organizational-climate/form',
204
        'organizational-climate/form/add',
205
        'organizational-climate/form/edit',
206
        'organizational-climate/form/delete',
207
        'organizational-climate/test',
208
        'organizational-climate/test/add',
209
        'organizational-climate/test/report',
210
        'organizational-climate/test/delete',
211
        'organizational-climate/report',
212
        'organizational-climate/report/overview',
213
        'organizational-climate/report/all',
214
        'organizational-climate/report/csv',
1 www 215
        'jobs',
216
        'jobs/add',
217
        'jobs/delete',
218
        'jobs/users-who-applied',
219
        'jobs/edit',
220
        'jobs/edit/title',
221
        'jobs/edit/status',
222
        'jobs/edit/last-date-of-application',
223
        'jobs/edit/employment-type',
224
        'jobs/edit/experience',
225
        'jobs/edit/job-category',
226
        'jobs/edit/extended',
227
        'jobs/edit/location',
228
        'jobs/edit/salary',
229
        'jobs/edit/languages',
230
        'jobs/edit/degrees',
231
        'jobs/edit/skills',
232
        'jobs/edit/how-apply',
233
        'microlearning',
234
        'microlearning/overview',
235
        'microlearning/reports',
2 efrain 236
        'microlearning/reports/progress',
14610 efrain 237
        'microlearning/reports/progress-for-capsule',
2 efrain 238
        'microlearning/reports/devices',
187 efrain 239
        'microlearning/reports/comments-for-capsule',
1 www 240
        'microlearning/content',
241
        'microlearning/content/topics',
242
        'microlearning/content/topics/add',
243
        'microlearning/content/topics/edit',
244
        'microlearning/content/topics/delete',
245
        'microlearning/content/capsules',
246
        'microlearning/content/capsules/add',
247
        'microlearning/content/capsules/edit',
248
        'microlearning/content/capsules/delete',
249
        'microlearning/content/capsules/users',
250
        'microlearning/content/slides',
251
        'microlearning/content/slides/add',
252
        'microlearning/content/slides/edit',
253
        'microlearning/content/slides/delete',
254
        'microlearning/content/slides/text',
66 efrain 255
        'microlearning/content/quizzes',
256
        'microlearning/content/quizzes/add',
257
        'microlearning/content/quizzes/edit',
258
        'microlearning/content/quizzes/delete',
259
        'microlearning/content/quizzes/check',
260
        'microlearning/content/quizzes/publish',
261
        'microlearning/content/quizzes/copy',
262
        'microlearning/content/quizzes/questions',
263
        'microlearning/content/quizzes/questions/add',
264
        'microlearning/content/quizzes/questions/edit',
265
        'microlearning/content/quizzes/questions/delete',
266
        'microlearning/content/quizzes/questions/answers',
267
        'microlearning/content/quizzes/questions/answers/add',
268
        'microlearning/content/quizzes/questions/answers/edit',
269
        'microlearning/content/quizzes/questions/answers/delete',
1 www 270
        'microlearning/access-for-students',
271
        'microlearning/access-for-students/revoke',
272
        'microlearning/access-for-students/unlimit',
273
        'microlearning/access-for-students/cancel',
274
        'microlearning/access-for-students/reactive',
275
        'microlearning/access-for-students/upload',
276
        'microlearning/access-for-students/notification',
277
        'microlearning/students',
278
        'microlearning/students/edit',
279
        'microlearning/students/timeline',
280
        'microlearning/students/change-password',
281
        'microlearning/students/unblock',
282
        'microlearning/settings',
283
        'microlearning/settings/student-types',
284
        'microlearning/settings/student-types/add',
285
        'microlearning/settings/student-types/edit',
286
        'microlearning/settings/student-types/delete',
287
        'microlearning/settings/functions',
288
        'microlearning/settings/functions/add',
289
        'microlearning/settings/functions/edit',
290
        'microlearning/settings/functions/delete',
291
        'microlearning/settings/sectors',
292
        'microlearning/settings/sectors/add',
293
        'microlearning/settings/sectors/edit',
294
        'microlearning/settings/sectors/delete',
295
        'microlearning/settings/programs',
296
        'microlearning/settings/programs/add',
297
        'microlearning/settings/programs/edit',
298
        'microlearning/settings/programs/delete',
299
        'microlearning/settings/groups',
300
        'microlearning/settings/groups/add',
301
        'microlearning/settings/groups/edit',
302
        'microlearning/settings/groups/delete',
303
        'microlearning/settings/companies',
304
        'microlearning/settings/companies/add',
305
        'microlearning/settings/companies/edit',
306
        'microlearning/settings/companies/delete',
307
        'microlearning/settings/partners',
308
        'microlearning/settings/partners/add',
309
        'microlearning/settings/partners/edit',
310
        'microlearning/settings/partners/delete',
311
        'microlearning/settings/institutions',
312
        'microlearning/settings/institutions/add',
313
        'microlearning/settings/institutions/edit',
314
        'microlearning/settings/institutions/delete',
315
        //'microlearning/devices',
316
        //'microlearning/devices/notification',
1320 efrain 317
        //'test',
318
        //'test/method-one',
319
        //'test/method-two',
320
        //'test/method-three',
321
        //'test/method-four',
1333 efrain 322
 
1336 efrain 323
 
1333 efrain 324
        'own-professional-network',
325
        'organizational-design',
326
        'planning-objectives-and-goals',
2228 nelberth 327
        'planning-objectives-and-goals/objectives',
3462 nelberth 328
        'planning-objectives-and-goals/objectives/report',
3988 nelberth 329
        'planning-objectives-and-goals/objectives/reportall',
4041 nelberth 330
        'planning-objectives-and-goals/objectives/matriz',
2331 nelberth 331
        'planning-objectives-and-goals/objectives/goals',
2379 nelberth 332
        'planning-objectives-and-goals/objectives/goals/add',
333
        'planning-objectives-and-goals/objectives/goals/edit',
334
        'planning-objectives-and-goals/objectives/goals/delete',
2517 nelberth 335
        'planning-objectives-and-goals/objectives/goals/task',
336
        'planning-objectives-and-goals/objectives/goals/task/add',
337
        'planning-objectives-and-goals/objectives/goals/task/edit',
338
        'planning-objectives-and-goals/objectives/goals/task/delete',
2822 nelberth 339
        'planning-objectives-and-goals/objectives/goals/task/view',
2228 nelberth 340
        'planning-objectives-and-goals/objectives/add',
341
        'planning-objectives-and-goals/objectives/delete',
342
        'planning-objectives-and-goals/objectives/edit',
4589 nelberth 343
 
4535 nelberth 344
        'high-performance-teams',
7222 nelberth 345
        'high-performance-teams/groups',
7228 nelberth 346
        'high-performance-teams/groups/add',
347
        'high-performance-teams/groups/edit',
348
        'high-performance-teams/groups/delete',
7233 nelberth 349
        'high-performance-teams/groups/view',
11902 nelberth 350
        'high-performance-teams/groups/view/feeds',
351
        'high-performance-teams/groups/view/feeds/timeline',
352
        'high-performance-teams/groups/view/feeds/onefeed',
353
        'high-performance-teams/groups/view/feeds/delete',
354
        'high-performance-teams/groups/view/feeds/comments',
355
        'high-performance-teams/groups/view/feeds/comments/delete',
356
        'high-performance-teams/groups/view/feeds/comments/answer',
357
        'high-performance-teams/groups/view/feeds/add',
7484 nelberth 358
        'high-performance-teams/groups/view/topic',
359
        'high-performance-teams/groups/view/topic/add',
360
        'high-performance-teams/groups/view/topic/edit',
361
        'high-performance-teams/groups/view/topic/delete',
7637 nelberth 362
        'high-performance-teams/groups/view/topic/view',
8687 nelberth 363
        'high-performance-teams/groups/view/urgent',
9096 nelberth 364
        'high-performance-teams/groups/view/calendar',
9923 nelberth 365
        'high-performance-teams/groups/view/calendar/view',
10143 nelberth 366
        'high-performance-teams/groups/view/foro',
367
        'high-performance-teams/groups/view/foro/view',
9619 nelberth 368
        'high-performance-teams/groups/view/foro/categories',
9635 nelberth 369
        'high-performance-teams/groups/view/foro/categories/add',
370
        'high-performance-teams/groups/view/foro/categories/delete',
371
        'high-performance-teams/groups/view/foro/categories/edit',
372
        'high-performance-teams/groups/view/foro/categories/view',
9760 nelberth 373
        'high-performance-teams/groups/view/foro/categories/articles',
9845 nelberth 374
        'high-performance-teams/groups/view/foro/categories/articles/add',
375
        'high-performance-teams/groups/view/foro/categories/articles/edit',
376
        'high-performance-teams/groups/view/foro/categories/articles/delete',
377
        'high-performance-teams/groups/view/foro/categories/articles/view',
12407 nelberth 378
        'high-performance-teams/groups/view/objectives',
379
        'high-performance-teams/groups/view/objectives/report',
380
        'high-performance-teams/groups/view/objectives/reportall',
381
        'high-performance-teams/groups/view/objectives/matriz',
382
        'high-performance-teams/groups/view/objectives/goals',
383
        'high-performance-teams/groups/view/objectives/goals/add',
384
        'high-performance-teams/groups/view/objectives/goals/edit',
385
        'high-performance-teams/groups/view/objectives/goals/delete',
386
        'high-performance-teams/groups/view/objectives/goals/task',
387
        'high-performance-teams/groups/view/objectives/goals/task/add',
388
        'high-performance-teams/groups/view/objectives/goals/task/edit',
389
        'high-performance-teams/groups/view/objectives/goals/task/delete',
390
        'high-performance-teams/groups/view/objectives/goals/task/view',
391
        'high-performance-teams/groups/view/objectives/add',
392
        'high-performance-teams/groups/view/objectives/delete',
393
        'high-performance-teams/groups/view/objectives/edit',
9424 nelberth 394
 
8633 nelberth 395
 
11342 nelberth 396
 
7812 nelberth 397
        'high-performance-teams/groups/view/members',
8012 nelberth 398
        'high-performance-teams/groups/view/members/invite',
7813 nelberth 399
        'high-performance-teams/groups/view/members/delete',
10289 nelberth 400
        'high-performance-teams/groups/view/members/edit',
11430 nelberth 401
 
11342 nelberth 402
        'chat',
403
        'chat/heart-beat',
404
        'chat/create-group',
405
        'chat/add-user-to-group',
406
        'chat/mark-seen',
407
        'chat/mark-received',
408
        'chat/remove-user-from-group',
409
        'chat/get-all-messages',
410
        'chat/send',
411
        'chat/get-contacts-availables-for-group',
412
        'chat/get-contact-group-list',
413
        'chat/leave-group',
414
        'chat/delete-group',
415
        'chat/close',
416
        'chat/clear',
14692 efrain 417
        'chat/open',
11342 nelberth 418
        'chat/upload',
11430 nelberth 419
        'csrf',
7481 nelberth 420
 
7255 nelberth 421
 
7222 nelberth 422
 
4588 nelberth 423
        //'group/accept',
424
        //'group/reject',
7220 nelberth 425
 
7222 nelberth 426
 
4588 nelberth 427
 
428
 
429
 
1333 efrain 430
        'development-and-training',
13353 eleazar 431
 
432
        'development-and-content',
433
        'development-and-content/feed',
434
        'development-and-content/comments',
435
        'development-and-content/comments/delete',
436
        'development-and-content/comment/answer',
437
        'development-and-content/category',
438
        'development-and-content/category/add',
439
        'development-and-content/category/edit',
440
        'development-and-content/category/delete',
14743 kerby 441
        'development-and-content/add',
442
        'development-and-content/delete',
443
        'development-and-content/aproved',
444
        'development-and-content/edit',
445
        'development-and-content/getContent',
14979 kerby 446
        'development-and-content/filter',
14743 kerby 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',
595
            'development-and-content/feed',
596
            'development-and-content/comments',
597
            'development-and-content/comments/delete',
598
            'development-and-content/comment/answer',
599
            'development-and-content/category',
600
            'development-and-content/category/add',
601
            'development-and-content/category/edit',
602
            'development-and-content/category/delete',
14743 kerby 603
            'development-and-content/add',
604
            'development-and-content/delete',
605
            'development-and-content/aproved',
606
            'development-and-content/edit',
607
            'development-and-content/getContent',
14979 kerby 608
            'development-and-content/filter',
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',
1263 geraldo 832
            'performance-evaluation/forms/report',
1320 efrain 833
            'performance-evaluation/reviews',
834
            'performance-evaluation/reviews/pdf',
1383 efrain 835
            'performance-evaluation/evaluations',
836
            'performance-evaluation/evaluations/add',
7870 eleazar 837
            'performance-evaluation/evaluations/self',
838
            'performance-evaluation/evaluations/both',
839
            'performance-evaluation/evaluations/superviser',
8068 eleazar 840
            'performance-evaluation/evaluations/user-by-email',
1383 efrain 841
            'performance-evaluation/evaluations/delete',
8220 eleazar 842
            'performance-evaluation/evaluations/report-self',
843
            'performance-evaluation/evaluations/report-both',
8249 eleazar 844
            'performance-evaluation/evaluations/report-superviser',
1383 efrain 845
            'performance-evaluation/evaluations/users',
846
            'performance-evaluation/evaluations/users/add',
847
            'performance-evaluation/evaluations/users/delete',
974 geraldo 848
        ],
1 www 849
        'creator-microlearning' => [
850
            'microlearning',
851
            'microlearning/overview',
852
            'microlearning/reports',
2 efrain 853
            'microlearning/reports/progress',
14610 efrain 854
            'microlearning/reports/progress-for-capsule',
2 efrain 855
            'microlearning/reports/devices',
187 efrain 856
            'microlearning/reports/comments-for-capsule',
1 www 857
            'microlearning/content',
858
            'microlearning/content/topics',
859
            'microlearning/content/topics/add',
860
            'microlearning/content/topics/edit',
861
            'microlearning/content/topics/delete',
862
            'microlearning/content/capsules',
863
            'microlearning/content/capsules/add',
864
            'microlearning/content/capsules/edit',
865
            'microlearning/content/capsules/delete',
866
            'microlearning/content/capsules/users',
867
            'microlearning/content/slides',
868
            'microlearning/content/slides/add',
869
            'microlearning/content/slides/edit',
870
            'microlearning/content/slides/delete',
871
            'microlearning/content/slides/text',
66 efrain 872
            'microlearning/content/quizzes',
873
            'microlearning/content/quizzes/add',
874
            'microlearning/content/quizzes/edit',
875
            'microlearning/content/quizzes/delete',
876
            'microlearning/content/quizzes/check',
877
            'microlearning/content/quizzes/publish',
878
            'microlearning/content/quizzes/copy',
879
            'microlearning/content/quizzes/questions',
880
            'microlearning/content/quizzes/questions/add',
881
            'microlearning/content/quizzes/questions/edit',
882
            'microlearning/content/quizzes/questions/delete',
883
            'microlearning/content/quizzes/questions/answers',
884
            'microlearning/content/quizzes/questions/answers/add',
885
            'microlearning/content/quizzes/questions/answers/edit',
886
            'microlearning/content/quizzes/questions/answers/delete',
1 www 887
            'microlearning/students',
888
            'microlearning/students/edit',
889
            'microlearning/students/timeline',
890
            'microlearning/students/change-password',
891
            'microlearning/students/unblock',
892
            'microlearning/access-for-students',
893
            'microlearning/access-for-students/revoke',
894
            'microlearning/access-for-students/unlimit',
895
            'microlearning/access-for-students/cancel',
896
            'microlearning/access-for-students/reactive',
897
            'microlearning/access-for-students/upload',
898
            'microlearning/access-for-students/notification',
899
            'microlearning/settings',
900
            'microlearning/settings/student-types',
901
            'microlearning/settings/student-types/add',
902
            'microlearning/settings/student-types/edit',
903
            'microlearning/settings/student-types/delete',
904
            'microlearning/settings/functions',
905
            'microlearning/settings/functions/add',
906
            'microlearning/settings/functions/edit',
907
            'microlearning/settings/functions/delete',
908
            'microlearning/settings/sectors',
909
            'microlearning/settings/sectors/add',
910
            'microlearning/settings/sectors/edit',
911
            'microlearning/settings/sectors/delete',
912
            'microlearning/settings/programs',
913
            'microlearning/settings/programs/add',
914
            'microlearning/settings/programs/edit',
915
            'microlearning/settings/programs/delete',
916
            'microlearning/settings/groups',
917
            'microlearning/settings/groups/add',
918
            'microlearning/settings/groups/edit',
919
            'microlearning/settings/groups/delete',
920
            'microlearning/settings/companies',
921
            'microlearning/settings/companies/add',
922
            'microlearning/settings/companies/edit',
923
            'microlearning/settings/companies/delete',
924
            'microlearning/settings/partners',
925
            'microlearning/settings/partners/add',
926
            'microlearning/settings/partners/edit',
927
            'microlearning/settings/partners/delete',
928
            'microlearning/settings/institutions',
929
            'microlearning/settings/institutions/add',
930
            'microlearning/settings/institutions/edit',
931
            'microlearning/settings/institutions/delete',
14610 efrain 932
 
933
            'chat',
934
            'chat/heart-beat',
935
            'chat/create-group',
936
            'chat/add-user-to-group',
937
            'chat/mark-seen',
938
            'chat/mark-received',
939
            'chat/remove-user-from-group',
940
            'chat/get-all-messages',
941
            'chat/send',
942
            'chat/get-contacts-availables-for-group',
943
            'chat/get-contact-group-list',
944
            'chat/leave-group',
945
            'chat/delete-group',
946
            'chat/close',
947
            'chat/clear',
14692 efrain 948
            'chat/open',
14610 efrain 949
            'chat/upload',
950
            'csrf',
951
 
1 www 952
        ],
4 efrain 953
        'company-creator' => [
954
            'home',
955
            'signin-admin',
956
            'signin-company',
957
            'dashboard',
958
            'signout',
959
            'storage',
960
            'profile',
961
            'profile/extended',
962
            'profile/cover',
779 geraldo 963
            'profile/header',
964
            'profile/footer',
4 efrain 965
            'profile/image',
966
            'profile/website',
967
            'profile/foundation_year',
968
            'profile/location',
969
            'profile/social-network',
970
            'profile/company-size',
971
            'profile/industry',
972
            'profile/delete',
973
            'users',
974
            'users/change-password',
975
            'users/unblock',
976
            'users/invite',
977
            'users/accept',
978
            'users/cancel',
979
            'users/reject',
980
            'users/edit',
981
            'users/upload',
982
            'feeds',
983
            'followers',
984
            'followers/delete',
985
            'jobs',
986
            'jobs/add',
987
            'jobs/delete',
988
            'jobs/users-who-applied',
989
            'jobs/status',
990
            'jobs/edit',
991
            'jobs/edit/last-date-of-application',
992
            'jobs/edit/employment-type',
993
            'jobs/edit/experience',
994
            'jobs/edit/job-category',
995
            'jobs/edit/extended',
996
            'jobs/edit/location',
997
            'jobs/edit/salary',
998
            'jobs/edit/languages',
999
            'jobs/edit/degrees',
1000
            'jobs/edit/skills',
1001
            'jobs/edit/how-apply',
25 efrain 1002
            'settings',
28 efrain 1003
            'settings/competency-types',
1004
            'settings/competency-types/add',
1005
            'settings/competency-types/edit',
1006
            'settings/competency-types/delete',
1007
            'settings/competency-types/import',
1102 geraldo 1008
            'settings/behaviors',
1009
            'settings/behaviors/add',
1138 geraldo 1010
            'settings/behaviors/edit',
25 efrain 1011
            'settings/competencies',
28 efrain 1012
            'settings/competencies/add',
1013
            'settings/competencies/edit',
1014
            'settings/competencies/delete',
1015
            'settings/competencies/import',
1016
            'settings/jobs-description',
1017
            'settings/jobs-description/add',
1018
            'settings/jobs-description/edit',
1019
            'settings/jobs-description/delete',
561 geraldo 1020
            'settings/jobs-description/report',
846 geraldo 1021
            'settings/jobs-description/import',
67 efrain 1022
            'settings/positions',
1023
            'settings/positions/add',
1024
            'settings/positions/edit',
1025
            'settings/positions/delete',
1320 efrain 1026
            'settings/positions/subordinates',
1027
            //'test',
1028
            //'test/method-one',
1029
            //'test/method-two',
1030
            //'test/method-three',
1031
            //'test/method-four',
1953 nelberth 1032
 
8536 efrain 1033
            'planning-objectives-and-goals',
1034
            'planning-objectives-and-goals/add',
1035
            'planning-objectives-and-goals/delete',
1036
            'planning-objectives-and-goals/edit',
1037
 
14610 efrain 1038
            'chat',
1039
            'chat/heart-beat',
1040
            'chat/create-group',
1041
            'chat/add-user-to-group',
1042
            'chat/mark-seen',
1043
            'chat/mark-received',
1044
            'chat/remove-user-from-group',
1045
            'chat/get-all-messages',
1046
            'chat/send',
1047
            'chat/get-contacts-availables-for-group',
1048
            'chat/get-contact-group-list',
1049
            'chat/leave-group',
1050
            'chat/delete-group',
1051
            'chat/close',
1052
            'chat/clear',
14692 efrain 1053
            'chat/open',
14610 efrain 1054
            'chat/upload',
14692 efrain 1055
 
14610 efrain 1056
            'csrf',
1057
 
1058
 
4 efrain 1059
        ],
1 www 1060
        'company-admin' => [
1061
            'home',
1062
            'signin-admin',
1063
            'signin-company',
1064
            'dashboard',
1065
            'signout',
1066
            'storage',
1067
            'profile',
1068
            'profile/extended',
1069
            'profile/cover',
1070
            'profile/image',
779 geraldo 1071
            'profile/header',
1072
            'profile/footer',
1 www 1073
            'profile/website',
1074
            'profile/foundation_year',
1075
            'profile/location',
1076
            'profile/social-network',
1077
            'profile/company-size',
1078
            'profile/industry',
1079
            'profile/delete',
1080
            'users',
1081
            'users/change-password',
1082
            'users/unblock',
1083
            'users/invite',
1084
            'users/accept',
1085
            'users/cancel',
1086
            'users/reject',
1087
            'users/edit',
1088
            'users/upload',
1089
            'feeds',
1090
            'followers',
1091
            'followers/delete',
1092
            'jobs',
1093
            'jobs/add',
1094
            'jobs/delete',
1095
            'jobs/users-who-applied',
1096
            'jobs/status',
1097
            'jobs/edit',
1098
            'jobs/edit/last-date-of-application',
1099
            'jobs/edit/employment-type',
1100
            'jobs/edit/experience',
1101
            'jobs/edit/job-category',
1102
            'jobs/edit/extended',
1103
            'jobs/edit/location',
1104
            'jobs/edit/salary',
1105
            'jobs/edit/languages',
1106
            'jobs/edit/degrees',
1107
            'jobs/edit/skills',
1108
            'jobs/edit/how-apply',
28 efrain 1109
            'settings',
1110
            'settings/competency-types',
1111
            'settings/competency-types/add',
1112
            'settings/competency-types/edit',
1113
            'settings/competency-types/delete',
1114
            'settings/competency-types/import',
1102 geraldo 1115
            'settings/behaviors',
1116
            'settings/behaviors/add',
1138 geraldo 1117
            'settings/behaviors/edit',
28 efrain 1118
            'settings/competencies',
1119
            'settings/competencies/add',
1120
            'settings/competencies/edit',
1121
            'settings/competencies/delete',
1122
            'settings/competencies/import',
1123
            'settings/jobs-description',
1124
            'settings/jobs-description/add',
1125
            'settings/jobs-description/edit',
1126
            'settings/jobs-description/delete',
561 geraldo 1127
            'settings/jobs-description/report',
846 geraldo 1128
            'settings/jobs-description/import',
67 efrain 1129
            'settings/positions',
1130
            'settings/positions/add',
1131
            'settings/positions/edit',
1132
            'settings/positions/delete',
1320 efrain 1133
            'settings/positions/subordinate',
1134
            //'test',
1135
            //'test/method-one',
1136
            //'test/method-two',
1137
            //'test/method-three',
1138
            //'test/method-four',
1953 nelberth 1139
            'planning-objectives-and-goals',
2228 nelberth 1140
            'planning-objectives-and-goals/objectives',
3462 nelberth 1141
            'planning-objectives-and-goals/objectives/report',
3988 nelberth 1142
            'planning-objectives-and-goals/objectives/reportall',
4041 nelberth 1143
            'planning-objectives-and-goals/objectives/matriz',
2331 nelberth 1144
            'planning-objectives-and-goals/objectives/goals',
2379 nelberth 1145
            'planning-objectives-and-goals/objectives/goals/add',
1146
            'planning-objectives-and-goals/objectives/goals/edit',
1147
            'planning-objectives-and-goals/objectives/goals/delete',
2228 nelberth 1148
            'planning-objectives-and-goals/objectives/add',
1149
            'planning-objectives-and-goals/objectives/delete',
2518 nelberth 1150
            'planning-objectives-and-goals/objectives/edit',
1151
            'planning-objectives-and-goals/objectives/goals/task',
1152
            'planning-objectives-and-goals/objectives/goals/task/add',
8193 nelberth 1153
            'planning-objectives-and-goals/objectives/goals/task/edit',
1154
            'planning-objectives-and-goals/objectives/goals/task/delete',
1155
            'planning-objectives-and-goals/objectives/goals/task/view',
14610 efrain 1156
 
1157
            'chat',
1158
            'chat/heart-beat',
1159
            'chat/create-group',
1160
            'chat/add-user-to-group',
1161
            'chat/mark-seen',
1162
            'chat/mark-received',
1163
            'chat/remove-user-from-group',
1164
            'chat/get-all-messages',
1165
            'chat/send',
1166
            'chat/get-contacts-availables-for-group',
1167
            'chat/get-contact-group-list',
1168
            'chat/leave-group',
1169
            'chat/delete-group',
1170
            'chat/close',
1171
            'chat/clear',
14692 efrain 1172
            'chat/open',
14610 efrain 1173
            'chat/upload',
1174
            'csrf',
1175
 
1 www 1176
        ],
1177
        'company-password-unblock' => [
1178
            'home',
1179
            'signin-admin',
1180
            'signin-company',
1181
            'dashboard',
1182
            'signout',
1183
            'storage',
1184
            'users',
1185
            'users/change-password',
1186
            'users/unblock',
1187
        ],
1188
        'microlearning-admin' => [
1189
            'home',
1190
            'signin-admin',
1191
            'signin-company',
1192
            'dashboard',
1193
            'signout',
1194
            'storage',
1195
            'microlearning',
1196
            'microlearning/overview',
187 efrain 1197
            'microlearning/reports',
1198
            'microlearning/reports/progress',
14610 efrain 1199
            'microlearning/reports/progress-for-capsule',
187 efrain 1200
            'microlearning/reports/devices',
1201
            'microlearning/reports/comments-for-capsule',
1 www 1202
            'microlearning/content',
1203
            'microlearning/content/topics',
1204
            'microlearning/content/topics/add',
1205
            'microlearning/content/topics/edit',
1206
            'microlearning/content/topics/delete',
1207
            'microlearning/content/capsules',
1208
            'microlearning/content/capsules/add',
1209
            'microlearning/content/capsules/edit',
1210
            'microlearning/content/capsules/delete',
1211
            'microlearning/content/capsules/users',
1212
            'microlearning/content/slides',
1213
            'microlearning/content/slides/add',
1214
            'microlearning/content/slides/edit',
1215
            'microlearning/content/slides/delete',
1216
            'microlearning/content/slides/text',
1217
            'microlearning/students',
1218
            'microlearning/students/edit',
1219
            'microlearning/students/timeline',
1220
            'microlearning/access-for-students',
1221
            'microlearning/access-for-students/revoke',
1222
            'microlearning/access-for-students/unlimit',
1223
            'microlearning/access-for-students/cancel',
1224
            'microlearning/access-for-students/reactive',
1225
            'microlearning/access-for-students/upload',
1226
            'microlearning/access-for-students/notification',
1227
            'microlearning/settings',
1228
            'microlearning/settings/student-types',
1229
            'microlearning/settings/student-types/add',
1230
            'microlearning/settings/student-types/edit',
1231
            'microlearning/settings/student-types/delete',
1232
            'microlearning/settings/functions',
1233
            'microlearning/settings/functions/add',
1234
            'microlearning/settings/functions/edit',
1235
            'microlearning/settings/functions/delete',
1236
            'microlearning/settings/sectors',
1237
            'microlearning/settings/sectors/add',
1238
            'microlearning/settings/sectors/edit',
1239
            'microlearning/settings/sectors/delete',
1240
            'microlearning/settings/programs',
1241
            'microlearning/settings/programs/add',
1242
            'microlearning/settings/programs/edit',
1243
            'microlearning/settings/programs/delete',
1244
            'microlearning/settings/groups',
1245
            'microlearning/settings/groups/add',
1246
            'microlearning/settings/groups/edit',
1247
            'microlearning/settings/groups/delete',
1248
            'microlearning/settings/companies',
1249
            'microlearning/settings/companies/add',
1250
            'microlearning/settings/companies/edit',
1251
            'microlearning/settings/companies/delete',
1252
            'microlearning/settings/partners',
1253
            'microlearning/settings/partners/add',
1254
            'microlearning/settings/partners/edit',
1255
            'microlearning/settings/partners/delete',
1256
            'microlearning/settings/institutions',
1257
            'microlearning/settings/institutions/add',
1258
            'microlearning/settings/institutions/edit',
1259
            'microlearning/settings/institutions/delete',
1260
        ],
1261
        'microlearning-editor' => [
1262
            'home',
1263
            'signin-admin',
1264
            'signin-company',
1265
            'dashboard',
1266
            'signout',
1267
            'storage',
1268
            'microlearning',
1269
            'microlearning/content',
1270
            'microlearning/content/topics',
1271
            'microlearning/content/topics/add',
1272
            'microlearning/content/topics/edit',
1273
            'microlearning/content/topics/delete',
1274
            'microlearning/content/capsules',
1275
            'microlearning/content/capsules/add',
1276
            'microlearning/content/capsules/edit',
1277
            'microlearning/content/capsules/delete',
1278
            'microlearning/content/capsules/users',
1279
            'microlearning/content/slides',
1280
            'microlearning/content/slides/add',
1281
            'microlearning/content/slides/edit',
1282
            'microlearning/content/slides/delete',
1283
            'microlearning/content/slides/text',
1284
            'microlearning/access-for-students',
1285
            'microlearning/access-for-students/revoke',
1286
            'microlearning/access-for-students/unlimit',
1287
            'microlearning/access-for-students/cancel',
1288
            'microlearning/access-for-students/reactive',
1289
            'microlearning/access-for-students/upload',
1290
            'microlearning/access-for-students/notification',
1291
        ],
1292
        'microlearning-students-password-unblock' => [
1293
            'home',
1294
            'signin-admin',
1295
            'signin-company',
1296
            'dashboard',
1297
            'signout',
1298
            'storage',
1299
            'microlearning',
1300
            'microlearning/students',
1301
            'microlearning/students/change-password',
1302
            'microlearning/students/unblock',
1303
        ],
1304
        'self-evaluation-admin' => [
114 efrain 1305
            'self-evaluation',
1306
            'self-evaluation/forms',
1307
            'self-evaluation/forms/add',
1308
            'self-evaluation/forms/edit',
1309
            'self-evaluation/forms/delete',
115 efrain 1310
            'self-evaluation/users',
1311
            'self-evaluation/users/add',
1312
            'self-evaluation/users/delete',
114 efrain 1313
            'self-evaluation/reviews',
115 efrain 1314
            'self-evaluation/reviews/edit',
470 geraldo 1315
            'self-evaluation/reviews/report',
1 www 1316
        ],
975 geraldo 1317
        'performance-evaluation-admin' => [
1318
            'performance-evaluation',
1319
            'performance-evaluation/forms',
1320
            'performance-evaluation/forms/add',
1321
            'performance-evaluation/forms/edit',
1322
            'performance-evaluation/forms/delete',
1263 geraldo 1323
            'performance-evaluation/forms/report',
1320 efrain 1324
            'performance-evaluation/reviews',
1325
            'performance-evaluation/reviews/pdf',
1383 efrain 1326
            'performance-evaluation/evaluations',
1327
            'performance-evaluation/evaluations/add',
7870 eleazar 1328
            'performance-evaluation/evaluations/self',
1329
            'performance-evaluation/evaluations/both',
1330
            'performance-evaluation/evaluations/superviser',
1383 efrain 1331
            'performance-evaluation/evaluations/delete',
8220 eleazar 1332
            'performance-evaluation/evaluations/report-self',
1333
            'performance-evaluation/evaluations/report-both',
8249 eleazar 1334
            'performance-evaluation/evaluations/report-prueba superviser',
1383 efrain 1335
            'performance-evaluation/evaluations/users',
1336
            'performance-evaluation/evaluations/users/add',
1337
            'performance-evaluation/evaluations/users/delete',
1338
 
975 geraldo 1339
        ],
779 geraldo 1340
    ];
1 www 1341
}
1342
 
779 geraldo 1343
function getAclUsertype() {
1 www 1344
    return [
1345
        UserType::ADMIN => [
1346
            'home',
1347
            'signin-admin',
1348
            'signin-company',
1349
            'dashboard',
1350
            'signout',
1351
            'storage',
1352
            'settings',
1353
            'settings/company-sizes',
1354
            'settings/company-sizes/add',
1355
            'settings/company-sizes/edit',
1356
            'settings/company-sizes/delete',
1357
            'settings/competency-types',
1358
            'settings/competency-types/add',
1359
            'settings/competency-types/edit',
1360
            'settings/competency-types/delete',
1102 geraldo 1361
            'settings/behaviors',
1362
            'settings/behaviors/add',
1138 geraldo 1363
            'settings/behaviors/edit',
1 www 1364
            'settings/competencies',
1365
            'settings/competencies/add',
1366
            'settings/competencies/edit',
1367
            'settings/competencies/delete',
1368
            'settings/degrees',
1369
            'settings/degrees/add',
1370
            'settings/degrees/edit',
1371
            'settings/degrees/delete',
1372
            'settings/email-templates',
1373
            'settings/email-templates/edit',
1374
            'settings/push-templates',
1375
            'settings/push-templates/edit',
1376
            'settings/group-types',
1377
            'settings/group-types/add',
1378
            'settings/group-types/edit',
1379
            'settings/group-types/delete',
1380
            'settings/industries',
1381
            'settings/industries/add',
1382
            'settings/industries/edit',
1383
            'settings/industries/delete',
1384
            'settings/job-categories',
1385
            'settings/job-categories/add',
1386
            'settings/job-categories/edit',
1387
            'settings/job-categories/delete',
838 geraldo 1388
            'settings/jobs-description',
1389
            'settings/jobs-description/add',
1390
            'settings/jobs-description/edit',
1391
            'settings/jobs-description/delete',
1 www 1392
            'settings/skills',
1393
            'settings/skills/add',
1394
            'settings/skills/edit',
1395
            'settings/skills/delete',
1396
            'publications',
1397
            'publications/posts',
1398
            'publications/posts/add',
1399
            'publications/posts/edit',
1400
            'publications/posts/delete',
1401
            'publications/pages',
1402
            'publications/pages/add',
1403
            'publications/pages/edit',
1404
            'publications/pages/delete',
1405
            'companies',
1406
            'companies/edit',
1407
            'companies/services',
1408
            'companies/roles',
14610 efrain 1409
 
1410
 
1411
            'inmail',
1412
            'inmail/view',
1413
            'inmail/view/message',
1414
            'inmail/view/message/send',
1415
 
1416
 
1417
 
1 www 1418
            'users',
1419
            'users/change-password',
1420
            'users/unblock',
129 efrain 1421
            'users/email-verify',
14587 efrain 1422
 
1423
            'chat',
1424
            'chat/heart-beat',
1425
            'chat/create-group',
1426
            'chat/add-user-to-group',
1427
            'chat/mark-seen',
1428
            'chat/mark-received',
1429
            'chat/remove-user-from-group',
1430
            'chat/get-all-messages',
1431
            'chat/send',
1432
            'chat/get-contacts-availables-for-group',
1433
            'chat/get-contact-group-list',
1434
            'chat/leave-group',
1435
            'chat/delete-group',
1436
            'chat/close',
1437
            'chat/clear',
14692 efrain 1438
            'chat/open',
14587 efrain 1439
            'chat/upload',
14691 efrain 1440
            'csrf',
14587 efrain 1441
 
1442
 
1 www 1443
        ],
1444
        UserType::USER => [
1445
            'home',
1446
            'signin-admin',
1447
            'signin-company',
1448
            'dashboard',
1449
            'signout',
1450
            'storage',
14610 efrain 1451
 
14587 efrain 1452
            'chat',
1453
            'chat/heart-beat',
1454
            'chat/create-group',
1455
            'chat/add-user-to-group',
1456
            'chat/mark-seen',
1457
            'chat/mark-received',
1458
            'chat/remove-user-from-group',
1459
            'chat/get-all-messages',
1460
            'chat/send',
1461
            'chat/get-contacts-availables-for-group',
1462
            'chat/get-contact-group-list',
1463
            'chat/leave-group',
1464
            'chat/delete-group',
1465
            'chat/close',
1466
            'chat/clear',
14692 efrain 1467
            'chat/open',
14588 efrain 1468
            'chat/upload',
14691 efrain 1469
            'csrf',
1916 nelberth 1470
 
14610 efrain 1471
 
1472
            'inmail',
1473
            'inmail/view',
1474
            'inmail/view/message',
1475
            'inmail/view/message/send',
1476
 
1477
 
1 www 1478
        ],
1479
        UserType::GUEST => [
1480
            'home',
1481
            'signin-admin',
1482
            'signin-company',
1483
            'signout',
1916 nelberth 1484
 
8536 efrain 1485
 
1 www 1486
        ],
1487
    ];
1488
}
1489
 
779 geraldo 1490
function getAclMenuSystem() {
1 www 1491
    return [
1492
        [
1493
            'label' => 'LABEL_HOME',
1494
            'route' => 'dashboard',
1495
            'class' => 'fa fa-home'
1496
        ],
1497
        [
1498
            'label' => 'LABEL_COMPANIES',
1499
            'route' => 'companies',
1500
            'class' => 'fa fa-building',
1501
        ],
1502
        [
1503
            'label' => 'LABEL_SETTINGS',
1504
            'route' => 'settings',
1505
            'class' => 'fa fa-cog',
1506
            'pages' => [
1507
                [
1508
                    'label' => 'LABEL_JOB_CATEGORIES',
1509
                    'route' => 'settings/job-categories',
1510
                ],
1511
                [
1512
                    'label' => 'LABEL_COMPETENCIES',
1513
                    'route' => 'settings/competencies',
1514
                ],
1515
                [
14875 efrain 1516
                    'label' => 'LABEL_BEHAVIORS',
1517
                    'route' => 'settings/behaviors',
1518
                ],
1519
                [
1 www 1520
                    'label' => 'LABEL_EMAIL_TEMPLATES',
1521
                    'route' => 'settings/email-templates',
1522
                ],
1523
                [
1524
                    'label' => 'LABEL_PUSH_TEMPLATES',
1525
                    'route' => 'settings/push-templates',
1526
                ],
1527
                [
1528
                    'label' => 'LABEL_DEGREES',
1529
                    'route' => 'settings/degrees',
1530
                ],
1531
                [
1532
                    'label' => 'LABEL_SKILLS',
1533
                    'route' => 'settings/skills',
1534
                ],
1535
                [
1536
                    'label' => 'LABEL_INDUSTRIES',
1537
                    'route' => 'settings/industries',
1538
                ],
1539
                [
837 geraldo 1540
                    'label' => 'LABEL_JOBS_DESCRIPTION',
836 geraldo 1541
                    'route' => 'settings/jobs-description',
1542
                ],
1543
                [
1 www 1544
                    'label' => 'LABEL_COMPANY_SIZES',
1545
                    'route' => 'settings/company-sizes',
1546
                ],
1547
                [
1548
                    'label' => 'LABEL_COMPETENCY_TYPES',
1549
                    'route' => 'settings/competency-types',
1550
                ],
1551
                [
1552
                    'label' => 'LABEL_GROUP_TYPES',
1553
                    'route' => 'settings/group-types',
1554
                ],
1555
            ]
1556
        ],
1557
        [
1558
            'label' => 'LABEL_PUBLICATIONS',
1559
            'route' => 'publications',
1560
            'class' => 'fa fa-book',
1561
            'pages' => [
1562
                [
1563
                    'label' => 'LABEL_PAGES',
1564
                    'route' => 'publications/pages',
1565
                ],
1566
                [
1567
                    'label' => 'LABEL_POSTS',
1568
                    'route' => 'publications/posts',
1569
                ],
1570
            ]
1571
        ],
1572
        [
1573
            'label' => 'LABEL_USERS',
1574
            'route' => 'users',
1575
            'class' => 'fa fa-users',
779 geraldo 1576
        /* 'pages' => [
1577
          [
1578
          'label' => 'LABEL_PAGES',
1579
          'route' => 'publications/pages',
1580
          ],
1581
 
1582
          ] */
1 www 1583
        ],
1333 efrain 1584
 
1585
 
1586
 
1587
 
1588
        [
1 www 1589
            'label' => 'LABEL_LOGOUT',
1590
            'route' => 'signout',
1591
            'class' => 'fa fa-sign-out',
1592
        ]
779 geraldo 1593
    ];
1 www 1594
}
1595
 
779 geraldo 1596
function getAclMenuCompany() {
1597
 
1 www 1598
    return [
1599
        [
1600
            'label' => 'LABEL_HOME',
1601
            'route' => 'dashboard',
1602
            'class' => 'fa fa-home'
1603
        ],
1604
        [
1605
            'label' => 'LABEL_JOBS',
1606
            'route' => 'jobs',
1607
            'class' => 'fa fa-briefcase'
1608
        ],
1609
        [
1610
            'label' => 'LABEL_FEEDS',
1611
            'route' => 'feeds',
1612
            'class' => 'fa fa-rss'
1613
        ],
114 efrain 1614
        [
13672 nelberth 1615
            'label' => 'LABEL_INMAIL',
13524 nelberth 1616
            'route' => 'inmail',
13487 nelberth 1617
            'class' => 'fa fa-envelope-o'
1618
        ],
1619
 
1620
        [
114 efrain 1621
            'label' => 'LABEL_SELF_EVALUATION',
1622
            'route' => 'self-evaluation',
1623
            'class' => 'fa fa-book',
1624
            'pages' => [
1625
                [
1626
                    'label' => 'LABEL_FORMS',
1627
                    'route' => 'self-evaluation/forms',
1628
                ],
115 efrain 1629
                [
1630
                    'label' => 'LABEL_USERS',
1631
                    'route' => 'self-evaluation/users',
246 geraldo 1632
                ],
1633
                [
1634
                    'label' => 'LABEL_REVIEWS',
1635
                    'route' => 'self-evaluation/reviews',
245 geraldo 1636
                ]
779 geraldo 1637
            ],
1638
        ],
1 www 1639
        [
1640
            'label' => 'LABEL_MICRO_LEARNING',
1641
            'route' => 'microlearning',
1642
            'class' => 'fa fa-book',
1643
            'pages' => [
1644
                [
1645
                    'label' => 'LABEL_OVERVIEW',
1646
                    'route' => 'microlearning/overview',
1647
                ],
1648
                [
1649
                    'label' => 'LABEL_REPORTS',
1650
                    'route' => 'microlearning/reports',
2 efrain 1651
                    'pages' => [
1652
                        [
1653
                            'label' => 'LABEL_DEVICES',
1654
                            'route' => 'microlearning/reports/devices',
1655
                        ],
14626 efrain 1656
/*
2 efrain 1657
                        [
1658
                            'label' => 'LABEL_PROGRESS',
1659
                            'route' => 'microlearning/reports/progress',
1660
                        ],
14626 efrain 1661
*/
14610 efrain 1662
                        [
1663
                            'label' => 'LABEL_PROGRESS_FOR_CAPSULE',
1664
                            'route' => 'microlearning/reports/progress-for-capsule',
1665
                        ],
779 geraldo 1666
                    ],
1 www 1667
                ],
1668
                [
1669
                    'label' => 'LABEL_CONTENT',
1670
                    'route' => 'microlearning/content',
1671
                    'pages' => [
1672
                        [
66 efrain 1673
                            'label' => 'LABEL_QUIZZES',
1674
                            'route' => 'microlearning/content/quizzes',
1675
                        ],
1676
                        [
1 www 1677
                            'label' => 'LABEL_TOPICS',
1678
                            'route' => 'microlearning/content/topics',
1679
                        ],
1680
                        [
1681
                            'label' => 'LABEL_CAPSULES',
1682
                            'route' => 'microlearning/content/capsules',
1683
                        ],
1684
                        [
1685
                            'label' => 'LABEL_SLIDES',
1686
                            'route' => 'microlearning/content/slides',
1687
                        ],
1688
                    ]
1689
                ],
1690
                [
1691
                    'label' => 'LABEL_ACCESS_FOR_STUDENTS',
1692
                    'route' => 'microlearning/access-for-students',
1693
                ],
1694
                [
1695
                    'label' => 'LABEL_STUDENTS',
1696
                    'route' => 'microlearning/students',
1697
                ],
1698
                [
1699
                    'label' => 'LABEL_FILTERS',
1700
                    'route' => 'microlearning/settings',
1701
                    'pages' => [
1702
                        [
1703
                            'label' => 'LABEL_COMPANIES',
1704
                            'route' => 'microlearning/settings/companies',
1705
                        ],
1706
                        [
1707
                            'label' => 'LABEL_FUNCTIONS',
1708
                            'route' => 'microlearning/settings/functions',
1709
                        ],
1710
                        [
1711
                            'label' => 'LABEL_GROUPS',
1712
                            'route' => 'microlearning/settings/groups',
1713
                        ],
1714
                        [
1715
                            'label' => 'LABEL_INSTITUTIONS',
1716
                            'route' => 'microlearning/settings/institutions',
1717
                        ],
1718
                        [
1719
                            'label' => 'LABEL_PROGRAMS',
1720
                            'route' => 'microlearning/settings/programs',
1721
                        ],
1722
                        [
1723
                            'label' => 'LABEL_PARTNERS',
1724
                            'route' => 'microlearning/settings/partners',
1725
                        ],
1726
                        [
1727
                            'label' => 'LABEL_SECTORS',
1728
                            'route' => 'microlearning/settings/sectors',
1729
                        ],
1730
                        [
1731
                            'label' => 'LABEL_STUDENT_TYPES',
1732
                            'route' => 'microlearning/settings/student-types',
1733
                        ],
779 geraldo 1734
                    ],
1 www 1735
                ]
1736
            ]
1737
        ],
1738
        [
560 geraldo 1739
            'label' => 'LABEL_JOB_POSITION',
28 efrain 1740
            'route' => 'settings',
1741
            'class' => 'fa fa-book',
1742
            'pages' => [
1743
                [
66 efrain 1744
                    'label' => 'LABEL_JOBS_DESCRIPTION',
1745
                    'route' => 'settings/jobs-description',
28 efrain 1746
                ],
1747
                [
1748
                    'label' => 'LABEL_COMPETENCIES',
1749
                    'route' => 'settings/competencies',
1750
                ],
66 efrain 1751
                [
1752
                    'label' => 'LABEL_COMPETENCY_TYPES',
1753
                    'route' => 'settings/competency-types',
1754
                ],
67 efrain 1755
                [
14875 efrain 1756
                    'label' => 'LABEL_BEHAVIORS',
1757
                    'route' => 'settings/behaviors',
1758
                ],
1759
                [
67 efrain 1760
                    'label' => 'LABEL_POSITIONS',
1761
                    'route' => 'settings/positions',
1762
                ],
28 efrain 1763
            ]
779 geraldo 1764
        ],
22 steven 1765
        [
1090 geraldo 1766
            'label' => 'LABEL_PERFORMANCE_EVALUATION_MENU',
976 geraldo 1767
            'route' => 'performance-evaluation',
1768
            'class' => 'fa fa-book',
1769
            'pages' => [
1770
                [
1771
                    'label' => 'LABEL_FORMS',
1772
                    'route' => 'performance-evaluation/forms',
1773
                ],
1383 efrain 1774
 
976 geraldo 1775
                [
1383 efrain 1776
                    'label' => 'LABEL_TESTS',
1777
                    'route' => 'performance-evaluation/evaluations',
1778
                ]
976 geraldo 1779
            ],
946 geraldo 1780
        ],
1321 eleazar 1781
        [
1 www 1782
            'label' => 'LABEL_PROFILE',
1783
            'route' => 'profile',
1784
            'class' => 'fa fa-picture-o'
1785
        ],
1786
        [
1787
            'label' => 'LABEL_FOLLOWERS',
1788
            'route' => 'followers',
1789
            'class' => 'fa fa-heart'
1790
        ],
1791
        [
1792
            'label' => 'LABEL_USERS',
1793
            'route' => 'users',
1794
            'class' => 'fa fa-users',
1795
        ],
1334 efrain 1796
 
1 www 1797
        [
1334 efrain 1798
            'label' => 'LABEL_OWN_PROFESSIONAL_NETWORK',
1799
            'route' => 'own-professional-network',
1800
            'class' => 'fa fa-book',
1801
        ],
1802
 
1803
        [
1804
            'label' => 'LABEL_ORGANIZATIONAL_DESIGN',
1805
            'route' =>  'organizational-design',
1806
            'class' => 'fa fa-book',
1807
        ],
1808
 
8187 nelberth 1809
 
1334 efrain 1810
        [
8187 nelberth 1811
            'label' => 'LABEL_HIGH_PERFORMANCE_TEAMS',
12397 nelberth 1812
            'route' =>  'high-performance-teams/groups',
1689 nelberth 1813
            'class' => 'fa fa-street-view',
12397 nelberth 1814
 
1334 efrain 1815
        ],
1816
        [
12397 nelberth 1817
            'label' => 'LABEL_PLANNING_OBJECTIVES_AND_GOALS',
1818
            'route' => 'planning-objectives-and-goals/objectives',
1819
            'class' => 'fa fa-book',
1820
        ],
1821
        [
1334 efrain 1822
            'label' => 'LABEL_DEVELOPMENT_AND_TRAINING',
1823
            'route' => 'development-and-training',
1824
            'class' => 'fa fa-book',
1825
        ],
1826
 
13353 eleazar 1827
        [
1828
            'label' => 'LABEL_DEVELOPMENT_AND_CONTENT',
1829
            'route' => 'development-and-content',
1830
            'class' => 'fa fa-book',
1831
            'pages' => [
1832
                [
1833
                    'label' => 'LABEL_CATEGORIES',
1834
                    'route' =>  'development-and-content/category',
1835
                ],
14743 kerby 1836
                // [
1837
                //     'label' => 'LABEL_WAITING',
1838
                //     'route' => 'development-and-content/waiting',
1839
                // ],
13353 eleazar 1840
                [
13464 eleazar 1841
                    'label' => 'LABEL_CONTENT',
1842
                    'route' =>  'development-and-content',
1843
                ]
13353 eleazar 1844
 
1845
            ]
1846
        ],
1334 efrain 1847
 
1848
        [
1849
            'label' => 'LABEL_RECRUITMENT_AND_SELECTION',
1477 efrain 1850
            'route' => 'recruitment-and-selection',
1334 efrain 1851
            'class' => 'fa fa-book',
1342 eleazar 1852
            'pages' => [
1853
                [
1463 eleazar 1854
                    'label' => 'LABEL_VACANCIES',
1478 eleazar 1855
                    'route' => 'recruitment-and-selection/vacancies',
1342 eleazar 1856
                ],
1459 eleazar 1857
 
1858
                [
4241 eleazar 1859
                    'label' => 'LABEL_PRE_SELECTION',
1478 eleazar 1860
                    'route' => 'recruitment-and-selection/candidates',
1709 eleazar 1861
                ],
1862
                [
1863
                    'label' => 'LABEL_INTERVIEW',
4047 eleazar 1864
                    'route' => 'recruitment-and-selection/interview/form',
1865
 
1463 eleazar 1866
                ]
1342 eleazar 1867
             ],
1334 efrain 1868
        ],
1869
 
1870
        [
1871
            'label' => 'LABEL_INDUCTION',
1872
            'route' => 'induction',
1873
            'class' => 'fa fa-book',
1874
        ],
1875
 
1876
 
1877
        [
1878
            'label' => 'LABEL_ORGANIZATIONAL_CLIMATE',
1879
            'route' => 'organizational-climate',
1880
            'class' => 'fa fa-book',
7218 eleazar 1881
            'pages' => [
1882
                [
1883
                    'label' => 'LABEL_FORMS',
1884
                    'route' => 'organizational-climate/form',
1885
                ],
1886
                [
1887
                    'label' => 'LABEL_SURVEY',
1888
                    'route' => 'organizational-climate',
1889
                ],
1890
                [
1891
                    'label' => 'LABEL_SURVEY_TEST',
1892
                    'route' => 'organizational-climate/test',
1893
                ],
1894
                [
1895
                    'label' => 'LABEL_SURVEY_REPORT',
1896
                    'route' => 'organizational-climate/report',
1897
                ],
1898
            ]
1334 efrain 1899
        ],
1900
 
1901
        [
1902
            'label' => 'LABEL_CULTURE',
1903
            'route' =>  'culture',
1904
            'class' => 'fa fa-book',
1905
        ],
1906
 
1907
        [
1908
            'label' => 'LABEL_COMMUNICATION',
13969 nelberth 1909
            'route' =>  'communication/inbox',
13012 nelberth 1910
            'class' => 'fa fa-envelope',
13770 nelberth 1911
 
1912
 
1334 efrain 1913
        ],
1914
 
1915
        [
1916
            'label' => 'LABEL_CAREER_DEVELOPMENT',
1917
            'route' =>  'career-development',
1918
            'class' => 'fa fa-book',
1919
        ],
1920
 
1921
        [
1922
            'label' => 'LABEL_SURVEYS',
4375 eleazar 1923
            'route' =>  'survey',
1334 efrain 1924
            'class' => 'fa fa-book',
4374 eleazar 1925
            'pages' => [
1926
                [
1927
                    'label' => 'LABEL_FORMS',
4375 eleazar 1928
                    'route' => 'survey/form',
4374 eleazar 1929
                ],
4579 eleazar 1930
                [
1931
                    'label' => 'LABEL_SURVEY',
1932
                    'route' => 'survey',
1933
                ],
5287 eleazar 1934
                [
1935
                    'label' => 'LABEL_SURVEY_TEST',
1936
                    'route' => 'survey/test',
1937
                ],
5823 eleazar 1938
                [
1939
                    'label' => 'LABEL_SURVEY_REPORT',
1940
                    'route' => 'survey/report',
1941
                ],
4374 eleazar 1942
            ]
1334 efrain 1943
        ],
1944
 
1945
        [
1946
            'label' => 'LABEL_BUILDING_MY_FUTURE',
1947
            'route' =>  'building-my-future',
1948
            'class' => 'fa fa-book',
1949
        ],
1950
 
1951
 
4379 nelberth 1952
 
1334 efrain 1953
        [
1954
            'label' => 'LABEL_MY_TRAINER',
1955
            'route' => 'my-trainer',
1956
            'class' => 'fa fa-book',
8462 eleazar 1957
            'pages' => [
1958
                [
8465 eleazar 1959
                    'label' => 'LABEL_CATEGORIES',
8462 eleazar 1960
                    'route' =>  'my-trainer/category',
1961
                ],
1962
                [
8464 eleazar 1963
                    'label' => 'LABEL_QUESTIONS',
8462 eleazar 1964
                    'route' => 'my-trainer/question',
1965
                ],
10778 eleazar 1966
 
8462 eleazar 1967
            ]
1334 efrain 1968
        ],
1969
 
1970
 
1336 efrain 1971
 
1334 efrain 1972
        [
1 www 1973
            'label' => 'LABEL_LOGOUT',
1974
            'route' => 'signout',
1975
            'class' => 'fa fa-sign-out',
1976
        ]
1977
    ];
1978
}