Proyectos de Subversion LeadersLinked - Backend

Rev

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