Proyectos de Subversion LeadersLinked - Backend

Rev

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