Proyectos de Subversion LeadersLinked - Backend

Rev

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