Proyectos de Subversion LeadersLinked - Backend

Rev

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