Proyectos de Subversion LeadersLinked - Backend

Rev

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