Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 14626 | Rev 14692 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

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