Proyectos de Subversion LeadersLinked - Backend

Rev

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