Proyectos de Subversion LeadersLinked - Backend

Rev

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