Proyectos de Subversion LeadersLinked - Backend

Rev

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