Proyectos de Subversion LeadersLinked - Backend

Rev

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