Proyectos de Subversion LeadersLinked - Backend

Rev

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