Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15633 | Rev 15643 | 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',
15636 anderson 537
        'discovery-contacts/progress-by-day',
15579 anderson 538
 
15451 efrain 539
        'my-coach',
540
        'my-coach/categories',
541
        'my-coach/categories/add',
542
        'my-coach/categories/edit',
543
        'my-coach/categories/delete',
544
        'my-coach/categories/editors',
545
        'my-coach/categories/editors/add',
546
        'my-coach/categories/editors/delete',
15579 anderson 547
 
548
 
549
 
1333 efrain 550
        'induction',
13524 nelberth 551
 
1333 efrain 552
        'culture',
13524 nelberth 553
 
554
        'inmail',
555
        'inmail/search-people',
14989 efrain 556
        'inmail/view',
13553 nelberth 557
        'inmail/view/message',
14989 efrain 558
        'inmail/view/message/send',
13771 nelberth 559
        'inmail/sendall',
14989 efrain 560
 
15579 anderson 561
 
13778 nelberth 562
        'inmail/company',
563
        'inmail/company/message',
564
        'inmail/company/message/send',
15579 anderson 565
 
1333 efrain 566
        'communication',
13675 nelberth 567
        'communication/inbox',
13731 nelberth 568
        'communication/inbox/sendall',
13675 nelberth 569
        'communication/inbox/search-people',
570
        'communication/inbox/view/message',
571
        'communication/inbox/view',
572
        'communication/inbox/view/message/send',
13525 nelberth 573
 
15579 anderson 574
 
1333 efrain 575
        'career-development',
576
        'building-my-future',
15579 anderson 577
 
4391 nelberth 578
        'my-trainer',
8462 eleazar 579
        'my-trainer/category',
580
        'my-trainer/category/add',
581
        'my-trainer/category/edit',
582
        'my-trainer/category/delete',
583
        'my-trainer/question',
584
        'my-trainer/question/add',
585
        'my-trainer/question/edit',
586
        'my-trainer/question/delete',
11168 eleazar 587
        'my-trainer/question/view',
11842 eleazar 588
        'my-trainer/question/answer',
589
        'my-trainer/question/answer/add',
590
        'my-trainer/question/answer/edit',
591
        'my-trainer/question/answer/delete',
11873 eleazar 592
        'my-trainer/question/answer/feed',
11921 eleazar 593
        'my-trainer/question/answer/timeline',
11842 eleazar 594
        'my-trainer/question/answer/comments',
595
        'my-trainer/question/answer/comments/delete',
596
        'my-trainer/question/answer/comments/answer',
15579 anderson 597
 
15387 efrain 598
        'reports',
599
        'reports/users-blocked',
600
        'reports/users-blocked/excel',
15599 anderson 601
        'reports/users-blocked/edit',
15601 anderson 602
        'reports/users-blocked/delete',
15579 anderson 603
 
15442 efrain 604
        'activities-center',
605
        'activities-center/performance-evaluation',
606
        'activities-center/performance-evaluation/take-a-test',
607
        'activities-center/performance-evaluation/report',
15579 anderson 608
 
15461 efrain 609
        'activities-center/recruitment-and-selection',
610
        'activities-center/recruitment-and-selection/take-a-test',
611
        'activities-center/recruitment-and-selection/report',
612
 
1 www 613
    ];
614
}
615
 
15336 efrain 616
 
617
 
618
 
15579 anderson 619
function getAclRolesCompany()
620
{
1 www 621
    return [
1336 efrain 622
 
15579 anderson 623
 
624
 
4 efrain 625
        'company-creator' => [
626
            'home',
627
            'signin-admin',
628
            'signin-company',
629
            'dashboard',
630
            'signout',
631
            'storage',
632
            'profile',
633
            'profile/extended',
634
            'profile/cover',
779 geraldo 635
            'profile/header',
636
            'profile/footer',
4 efrain 637
            'profile/image',
638
            'profile/website',
639
            'profile/foundation_year',
640
            'profile/location',
641
            'profile/social-network',
642
            'profile/company-size',
643
            'profile/industry',
644
            'profile/delete',
645
            'users',
646
            'users/change-password',
647
            'users/unblock',
648
            'users/invite',
649
            'users/accept',
650
            'users/cancel',
651
            'users/reject',
652
            'users/edit',
653
            'users/upload',
15579 anderson 654
 
4 efrain 655
            'feeds',
15175 efrain 656
            'feeds/timeline',
657
            'feeds/onefeed',
658
            'feeds/delete',
659
            'feeds/comments',
660
            'feeds/comments/delete',
661
            'feeds/comments/answer',
15364 efrain 662
            'feeds/add',
15579 anderson 663
 
4 efrain 664
            'followers',
665
            'followers/delete',
666
            'jobs',
667
            'jobs/add',
668
            'jobs/delete',
669
            'jobs/users-who-applied',
670
            'jobs/edit',
15088 efrain 671
            'jobs/edit/title',
672
            'jobs/edit/status',
4 efrain 673
            'jobs/edit/last-date-of-application',
674
            'jobs/edit/employment-type',
675
            'jobs/edit/experience',
676
            'jobs/edit/job-category',
677
            'jobs/edit/extended',
678
            'jobs/edit/location',
679
            'jobs/edit/salary',
680
            'jobs/edit/languages',
681
            'jobs/edit/degrees',
682
            'jobs/edit/skills',
683
            'jobs/edit/how-apply',
15336 efrain 684
 
15387 efrain 685
            'reports',
686
            'reports/users-blocked',
687
            'reports/users-blocked/excel',
15599 anderson 688
            'reports/users-blocked/edit',
15601 anderson 689
            'reports/users-blocked/delete',
15579 anderson 690
 
691
 
692
 
4 efrain 693
        ],
1 www 694
        'company-admin' => [
695
            'home',
696
            'signin-admin',
697
            'signin-company',
698
            'dashboard',
699
            'signout',
700
            'storage',
701
            'profile',
702
            'profile/extended',
703
            'profile/cover',
704
            'profile/image',
779 geraldo 705
            'profile/header',
706
            'profile/footer',
1 www 707
            'profile/website',
708
            'profile/foundation_year',
709
            'profile/location',
710
            'profile/social-network',
711
            'profile/company-size',
712
            'profile/industry',
713
            'profile/delete',
714
            'users',
715
            'users/change-password',
716
            'users/unblock',
717
            'users/invite',
718
            'users/accept',
719
            'users/cancel',
720
            'users/reject',
721
            'users/edit',
722
            'users/upload',
723
            'feeds',
15175 efrain 724
            'feeds/timeline',
725
            'feeds/onefeed',
726
            'feeds/delete',
727
            'feeds/comments',
728
            'feeds/comments/delete',
729
            'feeds/comments/answer',
15364 efrain 730
            'feeds/add',
15579 anderson 731
 
1 www 732
            'followers',
733
            'followers/delete',
734
            'jobs',
735
            'jobs/add',
736
            'jobs/delete',
737
            'jobs/users-who-applied',
738
            'jobs/edit',
15088 efrain 739
            'jobs/edit/title',
740
            'jobs/edit/status',
1 www 741
            'jobs/edit/last-date-of-application',
742
            'jobs/edit/employment-type',
743
            'jobs/edit/experience',
744
            'jobs/edit/job-category',
745
            'jobs/edit/extended',
746
            'jobs/edit/location',
747
            'jobs/edit/salary',
748
            'jobs/edit/languages',
749
            'jobs/edit/degrees',
750
            'jobs/edit/skills',
751
            'jobs/edit/how-apply',
15579 anderson 752
 
15387 efrain 753
            'reports',
754
            'reports/users-blocked',
755
            'reports/users-blocked/excel',
15599 anderson 756
            'reports/users-blocked/edit',
15601 anderson 757
            'reports/users-blocked/delete',
1 www 758
        ],
759
        'company-password-unblock' => [
760
            'home',
761
            'signin-admin',
762
            'signin-company',
763
            'dashboard',
764
            'signout',
765
            'storage',
766
            'users',
767
            'users/change-password',
768
            'users/unblock',
15579 anderson 769
 
15387 efrain 770
            'reports',
771
            'reports/users-blocked',
772
            'reports/users-blocked/excel',
15599 anderson 773
            'reports/users-blocked/edit',
15601 anderson 774
            'reports/users-blocked/delete',
15579 anderson 775
 
776
 
1 www 777
        ],
778
        'microlearning-admin' => [
779
            'home',
780
            'signin-admin',
781
            'signin-company',
782
            'dashboard',
783
            'signout',
784
            'storage',
785
            'microlearning',
786
            'microlearning/overview',
187 efrain 787
            'microlearning/reports',
788
            'microlearning/reports/progress',
14610 efrain 789
            'microlearning/reports/progress-for-capsule',
15386 efrain 790
            'microlearning/reports/progress-for-capsule/excel',
791
            'microlearning/reports/progress-for-topic',
792
            'microlearning/reports/progress-for-topic/excel',
793
            'microlearning/reports/progress-for-student',
794
            'microlearning/reports/progress-for-student/excel',
15390 efrain 795
            'microlearning/reports/devices-and-access',
796
            'microlearning/reports/devices-and-access/excel',
187 efrain 797
            'microlearning/reports/comments-for-capsule',
15390 efrain 798
            'microlearning/reports/comments-for-capsule/excel',
1 www 799
            'microlearning/content',
800
            'microlearning/content/topics',
801
            'microlearning/content/topics/add',
802
            'microlearning/content/topics/edit',
803
            'microlearning/content/topics/delete',
804
            'microlearning/content/capsules',
805
            'microlearning/content/capsules/add',
806
            'microlearning/content/capsules/edit',
807
            'microlearning/content/capsules/delete',
808
            'microlearning/content/capsules/users',
809
            'microlearning/content/slides',
810
            'microlearning/content/slides/add',
811
            'microlearning/content/slides/edit',
812
            'microlearning/content/slides/delete',
813
            'microlearning/content/slides/text',
814
            'microlearning/students',
815
            'microlearning/students/edit',
816
            'microlearning/students/timeline',
817
            'microlearning/access-for-students',
818
            'microlearning/access-for-students/revoke',
819
            'microlearning/access-for-students/unlimit',
820
            'microlearning/access-for-students/cancel',
821
            'microlearning/access-for-students/reactive',
822
            'microlearning/access-for-students/upload',
823
            'microlearning/access-for-students/notification',
824
            'microlearning/settings',
825
            'microlearning/settings/student-types',
826
            'microlearning/settings/student-types/add',
827
            'microlearning/settings/student-types/edit',
828
            'microlearning/settings/student-types/delete',
829
            'microlearning/settings/functions',
830
            'microlearning/settings/functions/add',
831
            'microlearning/settings/functions/edit',
832
            'microlearning/settings/functions/delete',
833
            'microlearning/settings/sectors',
834
            'microlearning/settings/sectors/add',
835
            'microlearning/settings/sectors/edit',
836
            'microlearning/settings/sectors/delete',
837
            'microlearning/settings/programs',
838
            'microlearning/settings/programs/add',
839
            'microlearning/settings/programs/edit',
840
            'microlearning/settings/programs/delete',
841
            'microlearning/settings/groups',
842
            'microlearning/settings/groups/add',
843
            'microlearning/settings/groups/edit',
844
            'microlearning/settings/groups/delete',
845
            'microlearning/settings/companies',
846
            'microlearning/settings/companies/add',
847
            'microlearning/settings/companies/edit',
848
            'microlearning/settings/companies/delete',
849
            'microlearning/settings/partners',
850
            'microlearning/settings/partners/add',
851
            'microlearning/settings/partners/edit',
852
            'microlearning/settings/partners/delete',
853
            'microlearning/settings/institutions',
854
            'microlearning/settings/institutions/add',
855
            'microlearning/settings/institutions/edit',
856
            'microlearning/settings/institutions/delete',
15394 efrain 857
            'microlearning/settings/countries',
858
            'microlearning/settings/countries/add',
859
            'microlearning/settings/countries/edit',
860
            'microlearning/settings/countries/delete',
1 www 861
        ],
862
        'microlearning-editor' => [
863
            'home',
864
            'signin-admin',
865
            'signin-company',
866
            'dashboard',
867
            'signout',
868
            'storage',
869
            'microlearning',
870
            'microlearning/content',
871
            'microlearning/content/topics',
872
            'microlearning/content/topics/add',
873
            'microlearning/content/topics/edit',
874
            'microlearning/content/topics/delete',
875
            'microlearning/content/capsules',
876
            'microlearning/content/capsules/add',
877
            'microlearning/content/capsules/edit',
878
            'microlearning/content/capsules/delete',
879
            'microlearning/content/capsules/users',
880
            'microlearning/content/slides',
881
            'microlearning/content/slides/add',
882
            'microlearning/content/slides/edit',
883
            'microlearning/content/slides/delete',
884
            'microlearning/content/slides/text',
885
            'microlearning/access-for-students',
886
            'microlearning/access-for-students/revoke',
887
            'microlearning/access-for-students/unlimit',
888
            'microlearning/access-for-students/cancel',
889
            'microlearning/access-for-students/reactive',
890
            'microlearning/access-for-students/upload',
891
            'microlearning/access-for-students/notification',
892
        ],
893
        'microlearning-students-password-unblock' => [
894
            'home',
895
            'signin-admin',
896
            'signin-company',
897
            'dashboard',
898
            'signout',
899
            'storage',
900
            'microlearning',
901
            'microlearning/students',
902
            'microlearning/students/change-password',
903
            'microlearning/students/unblock',
904
        ],
905
        'self-evaluation-admin' => [
114 efrain 906
            'self-evaluation',
907
            'self-evaluation/forms',
908
            'self-evaluation/forms/add',
909
            'self-evaluation/forms/edit',
910
            'self-evaluation/forms/delete',
115 efrain 911
            'self-evaluation/users',
912
            'self-evaluation/users/add',
913
            'self-evaluation/users/delete',
114 efrain 914
            'self-evaluation/reviews',
115 efrain 915
            'self-evaluation/reviews/edit',
470 geraldo 916
            'self-evaluation/reviews/report',
1 www 917
        ],
15088 efrain 918
        'self-evaluation-reviews' => [
919
            'self-evaluation',
920
            'self-evaluation/reviews',
921
            'self-evaluation/reviews/edit',
922
            'self-evaluation/reviews/report',
923
        ],
975 geraldo 924
        'performance-evaluation-admin' => [
15088 efrain 925
            'settings',
15442 efrain 926
            'jobs-description/positions',
927
            'jobs-description/positions/add',
928
            'jobs-description/positions/edit',
929
            'jobs-description/positions/delete',
930
            'jobs-description/positions/subordinates',
15579 anderson 931
 
15442 efrain 932
            'jobs-description/behaviors',
933
            'jobs-description/behaviors/add',
934
            'jobs-description/behaviors/edit',
935
            'jobs-description/behaviors/delete',
936
            'jobs-description/behaviors/import',
15579 anderson 937
 
15442 efrain 938
            'jobs-description/competencies',
939
            'jobs-description/competencies/add',
940
            'jobs-description/competencies/edit',
941
            'jobs-description/competencies/delete',
942
            'jobs-description/competencies/import',
15579 anderson 943
 
15442 efrain 944
            'jobs-description/competency-types',
945
            'jobs-description/competency-types/add',
946
            'jobs-description/competency-types/edit',
947
            'jobs-description/competency-types/delete',
948
            'jobs-description/competency-types/import',
15579 anderson 949
 
15442 efrain 950
            'jobs-description',
951
            'jobs-description/add',
952
            'jobs-description/edit',
953
            'jobs-description/delete',
954
            'jobs-description/report',
955
            'jobs-description/import',
15579 anderson 956
 
975 geraldo 957
            'performance-evaluation',
958
            'performance-evaluation/forms',
959
            'performance-evaluation/forms/add',
960
            'performance-evaluation/forms/edit',
961
            'performance-evaluation/forms/delete',
15442 efrain 962
            'performance-evaluation/forms/job-description',
963
            'performance-evaluation/forms/active',
964
            'performance-evaluation/forms/inactive',
1263 geraldo 965
            'performance-evaluation/forms/report',
15579 anderson 966
 
967
 
15442 efrain 968
            'performance-evaluation/evaluations',
969
            'performance-evaluation/evaluations/add',
970
            'performance-evaluation/evaluations/delete',
971
            'performance-evaluation/evaluations/report'
15088 efrain 972
        ],
15579 anderson 973
 
974
 
15088 efrain 975
        'performance-evaluation-editor' => [
15442 efrain 976
            'performance-evaluation/evaluations',
977
            'performance-evaluation/evaluations/add',
978
            'performance-evaluation/evaluations/delete',
979
            'performance-evaluation/evaluations/report'
15579 anderson 980
 
975 geraldo 981
        ],
15088 efrain 982
        'recruitment-and-selection-admin' => [
983
            'settings',
15442 efrain 984
            'jobs-description/positions',
985
            'jobs-description/positions/add',
986
            'jobs-description/positions/edit',
987
            'jobs-description/positions/delete',
988
            'jobs-description/positions/subordinates',
15579 anderson 989
 
15442 efrain 990
            'jobs-description/behaviors',
991
            'jobs-description/behaviors/add',
992
            'jobs-description/behaviors/edit',
993
            'jobs-description/behaviors/delete',
994
            'jobs-description/behaviors/import',
15579 anderson 995
 
15442 efrain 996
            'jobs-description/competencies',
997
            'jobs-description/competencies/add',
998
            'jobs-description/competencies/edit',
999
            'jobs-description/competencies/delete',
1000
            'jobs-description/competencies/import',
15579 anderson 1001
 
15442 efrain 1002
            'jobs-description/competency-types',
1003
            'jobs-description/competency-types/add',
1004
            'jobs-description/competency-types/edit',
1005
            'jobs-description/competency-types/delete',
1006
            'jobs-description/competency-types/import',
15579 anderson 1007
 
15442 efrain 1008
            'jobs-description',
1009
            'jobs-description/add',
1010
            'jobs-description/edit',
1011
            'jobs-description/delete',
1012
            'jobs-description/report',
1013
            'jobs-description/import',
15579 anderson 1014
 
15088 efrain 1015
            'recruitment-and-selection',
1016
            'recruitment-and-selection/vacancies',
1017
            'recruitment-and-selection/vacancies/add',
1018
            'recruitment-and-selection/vacancies/edit',
1019
            'recruitment-and-selection/vacancies/delete',
15461 efrain 1020
            'recruitment-and-selection/applications',
1021
            'recruitment-and-selection/applications/user-by-email',
1022
            'recruitment-and-selection/applications/add',
1023
            'recruitment-and-selection/applications/delete',
1024
            'recruitment-and-selection/applications/level',
1025
            'recruitment-and-selection/applications/status',
1026
            'recruitment-and-selection/applications/comment',
1027
            'recruitment-and-selection/applications/view',
1028
            'recruitment-and-selection/applications/files',
1029
            'recruitment-and-selection/applications/files/add',
1030
            'recruitment-and-selection/applications/files/delete',
1031
            'recruitment-and-selection/applications/files/view',
1032
            'recruitment-and-selection/applications/interviews',
1033
            'recruitment-and-selection/applications/interviews/add',
1034
            'recruitment-and-selection/applications/interviews/edit',
1035
            'recruitment-and-selection/applications/interviews/delete',
1036
            'recruitment-and-selection/applications/interviews/report',
15579 anderson 1037
 
15461 efrain 1038
            /*
15088 efrain 1039
            'recruitment-and-selection/candidates',
1040
            'recruitment-and-selection/candidates/add',
1041
            'recruitment-and-selection/candidates/edit',
1042
            'recruitment-and-selection/candidates/delete',
1043
            'recruitment-and-selection/user-by-email',
1044
            'recruitment-and-selection/interview',
1045
            'recruitment-and-selection/interview/form',
1046
            'recruitment-and-selection/interview/form/add',
1047
            'recruitment-and-selection/interview/form/edit',
1048
            'recruitment-and-selection/interview/form/delete',
1049
            'recruitment-and-selection/interview/report',
1050
            'recruitment-and-selection/interview/vacancy',
1051
            'recruitment-and-selection/interview/type',
1052
            'recruitment-and-selection/interview/file',
1053
            'recruitment-and-selection/interview/file/add',
1054
            'recruitment-and-selection/interview/file/edit',
15461 efrain 1055
            'recruitment-and-selection/interview/file/delete',*/
15088 efrain 1056
        ],
15579 anderson 1057
 
15088 efrain 1058
        'recruitment-and-selection-editor' => [
1059
            'recruitment-and-selection',
1060
            'recruitment-and-selection/vacancies',
1061
            'recruitment-and-selection/vacancies/add',
1062
            'recruitment-and-selection/vacancies/edit',
1063
            'recruitment-and-selection/vacancies/delete',
15461 efrain 1064
            'recruitment-and-selection/applications',
1065
            'recruitment-and-selection/applications/user-by-email',
1066
            'recruitment-and-selection/applications/add',
1067
            'recruitment-and-selection/applications/delete',
1068
            'recruitment-and-selection/applications/view',
1069
            'recruitment-and-selection/applications/level',
1070
            'recruitment-and-selection/applications/status',
1071
            'recruitment-and-selection/applications/comment',
1072
            'recruitment-and-selection/applications/files',
1073
            'recruitment-and-selection/applications/files/add',
1074
            'recruitment-and-selection/applications/files/delete',
1075
            'recruitment-and-selection/applications/files/view',
1076
            'recruitment-and-selection/applications/interviews',
1077
            'recruitment-and-selection/applications/interviews/add',
1078
            'recruitment-and-selection/applications/interviews/edit',
1079
            'recruitment-and-selection/applications/interviews/delete',
1080
            'recruitment-and-selection/applications/interviews/report',
15579 anderson 1081
 
15461 efrain 1082
            /*
15088 efrain 1083
            'recruitment-and-selection/candidates',
1084
            'recruitment-and-selection/candidates/add',
1085
            'recruitment-and-selection/candidates/edit',
1086
            'recruitment-and-selection/candidates/delete',
1087
            'recruitment-and-selection/user-by-email',
1088
            'recruitment-and-selection/interview',
1089
            'recruitment-and-selection/interview/form',
1090
            'recruitment-and-selection/interview/form/add',
1091
            'recruitment-and-selection/interview/form/edit',
1092
            'recruitment-and-selection/interview/form/delete',
1093
            'recruitment-and-selection/interview/report',
1094
            'recruitment-and-selection/interview/vacancy',
1095
            'recruitment-and-selection/interview/type',
1096
            'recruitment-and-selection/interview/file',
1097
            'recruitment-and-selection/interview/file/add',
1098
            'recruitment-and-selection/interview/file/edit',
15461 efrain 1099
            'recruitment-and-selection/interview/file/delete',*/
15088 efrain 1100
        ],
15149 efrain 1101
        'survey-admin' => [
1102
            'survey',
1103
            'survey/add',
1104
            'survey/edit',
1105
            'survey/delete',
1106
            'survey/form',
1107
            'survey/form/add',
1108
            'survey/form/edit',
1109
            'survey/form/delete',
1110
            'survey/test',
1111
            'survey/test/add',
1112
            'survey/test/report',
1113
            'survey/test/delete',
1114
            'survey/report',
1115
            'survey/report/overview',
1116
            'survey/report/all',
1117
            'survey/report/excel',
1118
        ],
1119
        'survey-test' => [
1120
            'survey/test',
1121
            'survey/test/add',
1122
            'survey/test/report',
1123
            'survey/test/delete',
1124
        ],
1125
        'survey-report' => [
1126
            'survey/report',
1127
            'survey/report/overview',
1128
            'survey/report/all',
1129
            'survey/report/excel',
1130
        ],
15175 efrain 1131
        'organizational-climate-admin' => [
1132
            'organizational-climate',
1133
            'organizational-climate/add',
1134
            'organizational-climate/edit',
1135
            'organizational-climate/delete',
1136
            'organizational-climate/form',
1137
            'organizational-climate/form/add',
1138
            'organizational-climate/form/edit',
1139
            'organizational-climate/form/delete',
1140
            'organizational-climate/test',
1141
            'organizational-climate/test/add',
1142
            'organizational-climate/test/report',
1143
            'organizational-climate/test/delete',
1144
            'organizational-climate/report',
1145
            'organizational-climate/report/overview',
1146
            'organizational-climate/report/all',
1147
            'organizational-climate/report/excel',
1148
        ],
1149
        'organizational-climate-test' => [
1150
            'organizational-climate/test',
1151
            'organizational-climate/test/add',
1152
            'organizational-climate/test/report',
1153
            'organizational-climate/test/delete',
1154
        ],
1155
        'organizational-climate-report' => [
1156
            'organizational-climate/report',
1157
            'organizational-climate/report/overview',
1158
            'organizational-climate/report/all',
1159
            'organizational-climate/report/excel',
15386 efrain 1160
        ],
1161
        'planning-objectives-and-goals-admin' => [
1162
            'planning-objectives-and-goals',
1163
            'planning-objectives-and-goals/objectives',
1164
            'planning-objectives-and-goals/objectives/report',
1165
            'planning-objectives-and-goals/objectives/reportall',
1166
            'planning-objectives-and-goals/objectives/matriz',
1167
            'planning-objectives-and-goals/objectives/goals',
1168
            'planning-objectives-and-goals/objectives/goals/add',
1169
            'planning-objectives-and-goals/objectives/goals/edit',
1170
            'planning-objectives-and-goals/objectives/goals/delete',
1171
            'planning-objectives-and-goals/objectives/goals/task',
1172
            'planning-objectives-and-goals/objectives/goals/task/add',
1173
            'planning-objectives-and-goals/objectives/goals/task/edit',
1174
            'planning-objectives-and-goals/objectives/goals/task/delete',
1175
            'planning-objectives-and-goals/objectives/goals/task/view',
1176
            'planning-objectives-and-goals/objectives/add',
1177
            'planning-objectives-and-goals/objectives/delete',
1178
            'planning-objectives-and-goals/objectives/edit',
1179
        ],
15401 efrain 1180
        'discovery-contacts-admin' => [
1181
 
1182
            'discovery-contacts',
1183
            'discovery-contacts/add',
1184
            'discovery-contacts/edit',
1185
            'discovery-contacts/delete',
1186
            'discovery-contacts/view',
15546 efrain 1187
            'discovery-contacts/upload',
15401 efrain 1188
            'discovery-contacts/interaction-types',
1189
            'discovery-contacts/interaction-types/add',
1190
            'discovery-contacts/interaction-types/delete',
1191
            'discovery-contacts/interaction-types/edit',
1192
            'discovery-contacts/interactions',
1193
            'discovery-contacts/interactions/add',
1194
            'discovery-contacts/interactions/delete',
1195
            'discovery-contacts/logs',
15636 anderson 1196
            'discovery-contacts/progress-by-day',
15579 anderson 1197
        ],
15401 efrain 1198
        'discovery-contacts-user' => [
15579 anderson 1199
 
15401 efrain 1200
            'discovery-contacts',
1201
            'discovery-contacts/add',
1202
            'discovery-contacts/edit',
1203
            'discovery-contacts/view',
1204
            'discovery-contacts/interactions',
1205
            'discovery-contacts/interactions/add',
1206
            'discovery-contacts/interactions/delete',
1207
            'discovery-contacts/logs',
1208
        ],
15451 efrain 1209
        'my-coach-admin' => [
1210
            'my-coach',
1211
            'my-coach/categories',
1212
            'my-coach/categories/add',
1213
            'my-coach/categories/edit',
1214
            'my-coach/categories/delete',
1215
            'my-coach/categories/editors',
1216
            'my-coach/categories/editors/add',
1217
            'my-coach/categories/editors/delete',
15540 efrain 1218
        ],
1219
        'engagement-admin' => [
1220
            'engagement',
1221
            'engagement/setup',
1222
            'engagement/reports',
1223
            'engagement/reports/overview',
15542 efrain 1224
            'engagement/rewards',
1225
            'engagement/rewards/add',
1226
            'engagement/rewards/edit',
1227
            'engagement/rewards/delete',
15579 anderson 1228
 
1229
 
15540 efrain 1230
        ],
15579 anderson 1231
 
15540 efrain 1232
        'engagement-daily-pulse-admin' => [
1233
            'daily-pulse',
1234
            'daily-pulse/emojis',
1235
            'daily-pulse/emojis/add',
1236
            'daily-pulse/emojis/edit',
1237
            'daily-pulse/emojis/delete',
1238
            'daily-pulse/reports',
1239
            'daily-pulse/reports/overview',
1240
            'daily-pulse/reports/overview/download',
15579 anderson 1241
        ],
15540 efrain 1242
 
15579 anderson 1243
 
1244
 
1245
 
1246
 
779 geraldo 1247
    ];
1 www 1248
}
1249
 
15355 efrain 1250
function getAclPermissionPushTemplatesForCustomApps()
1251
{
1252
    return [
1253
        'settings',
1254
        'settings/push-templates',
1255
        'settings/push-templates/edit',
1256
        'settings/push-templates/import',
1257
    ];
1258
}
1259
 
15579 anderson 1260
function getAclPermissionSuperAdmin()
15336 efrain 1261
{
1 www 1262
    return [
15336 efrain 1263
        'settings',
1264
        'settings/private-networks',
1265
        'settings/private-networks/add',
1266
        'settings/private-networks/edit',
1267
        'settings/private-networks/delete',
15460 efrain 1268
 
15579 anderson 1269
 
1270
 
1271
 
15336 efrain 1272
    ];
1273
}
1274
 
1275
function  getAclPermissionAdminForDefaultNetwork()
1276
{
1277
    return [
15579 anderson 1278
 
1279
 
15460 efrain 1280
        'jobs-description',
1281
        'jobs-description/add',
1282
        'jobs-description/edit',
1283
        'jobs-description/delete',
15579 anderson 1284
 
15442 efrain 1285
        'jobs-description/competency-types',
1286
        'jobs-description/competency-types/add',
1287
        'jobs-description/competency-types/edit',
1288
        'jobs-description/competency-types/delete',
1289
        'jobs-description/behaviors',
15579 anderson 1290
 
15442 efrain 1291
        'jobs-description/behaviors/add',
1292
        'jobs-description/behaviors/edit',
15460 efrain 1293
        'jobs-description/behaviors/delete',
15579 anderson 1294
 
15442 efrain 1295
        'jobs-description/competencies',
1296
        'jobs-description/competencies/add',
1297
        'jobs-description/competencies/edit',
1298
        'jobs-description/competencies/delete',
15460 efrain 1299
 
1300
        'settings',
15579 anderson 1301
 
15460 efrain 1302
        'settings/email-templates',
1303
        'settings/email-templates/edit',
15579 anderson 1304
 
15460 efrain 1305
        'settings/push-templates',
1306
        'settings/push-templates/edit',
15579 anderson 1307
 
15460 efrain 1308
        'settings/countries',
1309
        'settings/countries/add',
1310
        'settings/countries/edit',
1311
        'settings/countries/delete',
15579 anderson 1312
 
15460 efrain 1313
        'settings/company-sizes',
1314
        'settings/company-sizes/add',
1315
        'settings/company-sizes/edit',
1316
        'settings/company-sizes/delete',
15579 anderson 1317
 
15336 efrain 1318
        'settings/degrees',
1319
        'settings/degrees/add',
1320
        'settings/degrees/edit',
1321
        'settings/degrees/delete',
15579 anderson 1322
 
15336 efrain 1323
        'settings/group-types',
1324
        'settings/group-types/add',
1325
        'settings/group-types/edit',
1326
        'settings/group-types/delete',
15579 anderson 1327
 
15336 efrain 1328
        'settings/industries',
1329
        'settings/industries/add',
1330
        'settings/industries/edit',
1331
        'settings/industries/delete',
15579 anderson 1332
 
15336 efrain 1333
        'settings/job-categories',
1334
        'settings/job-categories/add',
1335
        'settings/job-categories/edit',
1336
        'settings/job-categories/delete',
15579 anderson 1337
 
15336 efrain 1338
        'settings/skills',
1339
        'settings/skills/add',
1340
        'settings/skills/edit',
1341
        'settings/skills/delete',
15579 anderson 1342
 
15336 efrain 1343
        'settings/aptitudes',
1344
        'settings/aptitudes/add',
1345
        'settings/aptitudes/edit',
1346
        'settings/aptitudes/delete',
15579 anderson 1347
 
15336 efrain 1348
        'settings/hobbies-and-interests',
1349
        'settings/hobbies-and-interests/add',
1350
        'settings/hobbies-and-interests/edit',
1351
        'settings/hobbies-and-interests/delete',
15460 efrain 1352
 
1353
 
15579 anderson 1354
 
1355
 
15336 efrain 1356
        'settings/email-templates',
1357
        'settings/email-templates/edit',
1358
        'settings/push-templates',
1359
        'settings/push-templates/edit',
1360
 
15579 anderson 1361
 
15336 efrain 1362
        'settings/my-private-network',
1363
        'settings/my-private-network/intro',
1364
        'settings/my-private-network/navbar',
1365
        'settings/my-private-network/favicon',
1366
        'settings/my-private-network/logo',
1367
        'settings/my-private-network/styles-and-colors',
15394 efrain 1368
        'settings/my-private-network/calendar',
15579 anderson 1369
 
15336 efrain 1370
        'companies',
1371
        'companies/edit',
1372
        'companies/services',
1373
        'companies/roles',
15579 anderson 1374
 
15387 efrain 1375
        'reports',
1376
        'reports/users-blocked',
1377
        'reports/users-blocked/excel',
15599 anderson 1378
        'reports/users-blocked/edit',
15601 anderson 1379
        'reports/users-blocked/delete',
15336 efrain 1380
    ];
1381
}
1382
 
1383
function  getAclPermissionAdminForNonDefaultNetwork()
1384
{
1385
    return [
1386
        'settings',
1387
        'settings/email-templates',
1388
        'settings/email-templates/edit',
15579 anderson 1389
 
1390
 
15336 efrain 1391
        'settings/my-private-network',
1392
        'settings/my-private-network/intro',
1393
        'settings/my-private-network/navbar',
1394
        'settings/my-private-network/favicon',
1395
        'settings/my-private-network/logo',
1396
        'settings/my-private-network/styles-and-colors',
15394 efrain 1397
        'settings/my-private-network/calendar',
15579 anderson 1398
 
1399
 
15387 efrain 1400
        'reports',
1401
        'reports/users-blocked',
1402
        'reports/users-blocked/excel',
15599 anderson 1403
        'reports/users-blocked/edit',
15601 anderson 1404
        'reports/users-blocked/delete',
15579 anderson 1405
 
15457 efrain 1406
        'users',
1407
        'users/request-access',
1408
        'users/request-access/approve',
1409
        'users/request-access/reject',
15579 anderson 1410
 
1411
 
15336 efrain 1412
    ];
1413
}
1414
 
1415
 
1416
 
15579 anderson 1417
function getAclRolesForUsertype()
1418
{
15336 efrain 1419
    return [
1 www 1420
        UserType::ADMIN => [
1421
            'home',
1422
            'signin-admin',
1423
            'signin-company',
1424
            'dashboard',
1425
            'signout',
1426
            'storage',
1427
            'settings',
15336 efrain 1428
 
15579 anderson 1429
 
15336 efrain 1430
            'settings/my-private-network',
1431
            'settings/my-private-network/navbar',
1432
            'settings/my-private-network/favicon',
1433
            'settings/my-private-network/logo',
1434
            'settings/my-private-network/styles-and-colors',
15394 efrain 1435
            'settings/my-private-network/calendar',
15579 anderson 1436
 
1 www 1437
            'publications',
1438
            'publications/posts',
1439
            'publications/posts/add',
1440
            'publications/posts/edit',
1441
            'publications/posts/delete',
1442
            'publications/pages',
1443
            'publications/pages/add',
1444
            'publications/pages/edit',
1445
            'publications/pages/delete',
15579 anderson 1446
 
1 www 1447
            'users',
1448
            'users/change-password',
1449
            'users/unblock',
129 efrain 1450
            'users/email-verify',
15387 efrain 1451
            'users/upload',
15579 anderson 1452
 
14587 efrain 1453
            'chat/heart-beat',
1454
            'chat/create-group',
1455
            'chat/add-user-to-group',
1456
            'chat/mark-seen',
1457
            'chat/mark-received',
1458
            'chat/remove-user-from-group',
1459
            'chat/get-all-messages',
1460
            'chat/send',
1461
            'chat/get-contacts-availables-for-group',
1462
            'chat/get-contact-group-list',
1463
            'chat/leave-group',
1464
            'chat/delete-group',
1465
            'chat/close',
1466
            'chat/clear',
14692 efrain 1467
            'chat/open',
14587 efrain 1468
            'chat/upload',
14691 efrain 1469
            'csrf',
15579 anderson 1470
 
15387 efrain 1471
            'reports',
1472
            'reports/users-blocked',
15579 anderson 1473
 
15442 efrain 1474
            'activities-center',
1475
            'activities-center/performance-evaluation',
1476
            'activities-center/performance-evaluation/take-a-test',
1477
            'activities-center/performance-evaluation/report',
15579 anderson 1478
 
15461 efrain 1479
            'activities-center/recruitment-and-selection',
1480
            'activities-center/recruitment-and-selection/take-a-test',
1481
            'activities-center/recruitment-and-selection/report',
15579 anderson 1482
 
1 www 1483
        ],
15336 efrain 1484
 
1 www 1485
        UserType::USER => [
1486
            'home',
1487
            'signin-admin',
1488
            'signin-company',
1489
            'dashboard',
1490
            'signout',
1491
            'storage',
15336 efrain 1492
            'storage-network',
15579 anderson 1493
 
15088 efrain 1494
            'home',
1495
            'signin-admin',
1496
            'signin-company',
1497
            'dashboard',
1498
            'signout',
1499
            'storage',
15579 anderson 1500
 
14587 efrain 1501
            'chat',
1502
            'chat/heart-beat',
1503
            'chat/create-group',
1504
            'chat/add-user-to-group',
1505
            'chat/mark-seen',
1506
            'chat/mark-received',
1507
            'chat/remove-user-from-group',
1508
            'chat/get-all-messages',
1509
            'chat/send',
1510
            'chat/get-contacts-availables-for-group',
1511
            'chat/get-contact-group-list',
1512
            'chat/leave-group',
1513
            'chat/delete-group',
1514
            'chat/close',
1515
            'chat/clear',
14692 efrain 1516
            'chat/open',
14588 efrain 1517
            'chat/upload',
14691 efrain 1518
            'csrf',
15579 anderson 1519
 
15442 efrain 1520
            'activities-center',
1521
            'activities-center/performance-evaluation',
1522
            'activities-center/performance-evaluation/take-a-test',
1523
            'activities-center/performance-evaluation/report',
15579 anderson 1524
 
15461 efrain 1525
            'activities-center/recruitment-and-selection',
1526
            'activities-center/recruitment-and-selection/take-a-test',
1527
            'activities-center/recruitment-and-selection/report',
14610 efrain 1528
 
15579 anderson 1529
 
1 www 1530
        ],
1531
        UserType::GUEST => [
1532
            'home',
1533
            'signin-admin',
1534
            'signin-company',
1535
            'signout',
15336 efrain 1536
            'storage-network',
8536 efrain 1537
 
15579 anderson 1538
 
1 www 1539
        ],
1540
    ];
1541
}
1542
 
15579 anderson 1543
function getAclMenuSystem()
1544
{
1 www 1545
    return [
1546
        [
1547
            'label' => 'LABEL_HOME',
1548
            'route' => 'dashboard',
1549
            'class' => 'fa fa-home'
1550
        ],
15442 efrain 1551
 
1 www 1552
        [
15336 efrain 1553
            'label' => 'LABEL_PRIVATE_NETWORKS',
1554
            'route' => 'settings/private-networks',
1555
            'class' => 'fa fa-building',
1556
        ],
15579 anderson 1557
 
1558
 
15336 efrain 1559
        [
1560
            'label' => 'LABEL_MY_PRIVATE_NETWORK',
1561
            'route' => 'settings/my-private-network',
1562
            'class' => 'fa fa-building',
1563
            'pages' => [
1564
                [
15394 efrain 1565
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_CALENDAR',
1566
                    'route' => 'settings/my-private-network/calendar',
1567
                ],
1568
                [
15336 efrain 1569
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_INTRO',
1570
                    'route' => 'settings/my-private-network/intro',
1571
                ],
1572
                [
1573
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_NAVBAR',
1574
                    'route' => 'settings/my-private-network/navbar',
1575
                ],
1576
                [
1577
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_FAVICO',
1578
                    'route' => 'settings/my-private-network/favicon',
1579
                ],
1580
                [
1581
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_LOGO',
1582
                    'route' => 'settings/my-private-network/logo',
1583
                ],
1584
                [
1585
                    'label' => 'LABEL_MY_PRIVATE_NETWORK_STYLES_AND_COLORS',
1586
                    'route' => 'settings/my-private-network/styles-and-colors',
1587
                ],
1588
 
15579 anderson 1589
 
1590
 
1591
            ],
15336 efrain 1592
        ],
15579 anderson 1593
 
1594
 
15336 efrain 1595
        [
1 www 1596
            'label' => 'LABEL_COMPANIES',
1597
            'route' => 'companies',
1598
            'class' => 'fa fa-building',
1599
        ],
1600
        [
15442 efrain 1601
            'label' => 'LABEL_JOBS_DESCRIPTION',
1602
            'route' => 'jobs-description',
1603
            'class' => 'fa fa-book',
1 www 1604
            'pages' => [
1605
                [
15442 efrain 1606
                    'label' => 'LABEL_COMPETENCIES',
1607
                    'route' => 'jobs-description/competencies',
15392 efrain 1608
                ],
1609
                [
15442 efrain 1610
                    'label' => 'LABEL_COMPETENCY_TYPES',
1611
                    'route' => 'jobs-description/competency-types',
1 www 1612
                ],
1613
                [
15442 efrain 1614
                    'label' => 'LABEL_BEHAVIORS',
1615
                    'route' => 'jobs-description/behaviors',
1 www 1616
                ],
15442 efrain 1617
            ]
1618
        ],
1619
        [
1620
            'label' => 'LABEL_SETTINGS',
1621
            'route' => 'settings',
1622
            'class' => 'fa fa-cog',
1623
            'pages' => [
1 www 1624
                [
15442 efrain 1625
                    'label' => 'LABEL_APTITUDES',
1626
                    'route' => 'settings/aptitudes',
14875 efrain 1627
                ],
1628
                [
15460 efrain 1629
                    'label' => 'LABEL_COUNTRIES',
1630
                    'route' => 'settings/countries',
1631
                ],
1632
                [
1 www 1633
                    'label' => 'LABEL_EMAIL_TEMPLATES',
1634
                    'route' => 'settings/email-templates',
1635
                ],
1636
                [
1637
                    'label' => 'LABEL_PUSH_TEMPLATES',
1638
                    'route' => 'settings/push-templates',
1639
                ],
1640
                [
1641
                    'label' => 'LABEL_DEGREES',
1642
                    'route' => 'settings/degrees',
1643
                ],
1644
                [
15392 efrain 1645
                    'label' => 'LABEL_HOBBIES_AND_INTERESTS',
1646
                    'route' => 'settings/hobbies-and-interests',
1647
                ],
1648
                [
1 www 1649
                    'label' => 'LABEL_SKILLS',
1650
                    'route' => 'settings/skills',
1651
                ],
1652
                [
1653
                    'label' => 'LABEL_INDUSTRIES',
1654
                    'route' => 'settings/industries',
1655
                ],
1656
                [
837 geraldo 1657
                    'label' => 'LABEL_JOBS_DESCRIPTION',
15442 efrain 1658
                    'route' => 'jobs-description',
836 geraldo 1659
                ],
1660
                [
1 www 1661
                    'label' => 'LABEL_COMPANY_SIZES',
1662
                    'route' => 'settings/company-sizes',
1663
                ],
1664
                [
1665
                    'label' => 'LABEL_COMPETENCY_TYPES',
15442 efrain 1666
                    'route' => 'jobs-description/competency-types',
1 www 1667
                ],
1668
                [
1669
                    'label' => 'LABEL_GROUP_TYPES',
1670
                    'route' => 'settings/group-types',
1671
                ],
1672
            ]
1673
        ],
1674
        [
1675
            'label' => 'LABEL_PUBLICATIONS',
1676
            'route' => 'publications',
1677
            'class' => 'fa fa-book',
1678
            'pages' => [
1679
                [
1680
                    'label' => 'LABEL_PAGES',
1681
                    'route' => 'publications/pages',
1682
                ],
1683
                [
1684
                    'label' => 'LABEL_POSTS',
1685
                    'route' => 'publications/posts',
1686
                ],
1687
            ]
1688
        ],
1689
        [
1690
            'label' => 'LABEL_USERS',
1691
            'route' => 'users',
1692
            'class' => 'fa fa-users',
1693
        ],
15457 efrain 1694
        [
1695
            'label' => 'LABEL_USERS_REQUEST_ACCESS',
1696
            'route' => 'users/request-access',
1697
            'class' => 'fa fa-key',
1698
        ],
15579 anderson 1699
 
15387 efrain 1700
        [
1701
            'label' => 'LABEL_REPORTS',
1702
            'route' => 'settings',
1703
            'class' => 'fa fa-print',
1704
            'pages' => [
1705
                [
1706
                    'label' => 'LABEL_REPORTS_USERS_BLOCKED',
1707
                    'route' => 'reports/users-blocked',
1708
                ],
1709
            ]
1710
        ],
15579 anderson 1711
 
1712
 
1333 efrain 1713
        [
1 www 1714
            'label' => 'LABEL_LOGOUT',
1715
            'route' => 'signout',
1716
            'class' => 'fa fa-sign-out',
1717
        ]
779 geraldo 1718
    ];
1 www 1719
}
1720
 
15579 anderson 1721
function getAclMenuCompany()
1722
{
779 geraldo 1723
 
1 www 1724
    return [
15442 efrain 1725
        /*[
1 www 1726
            'label' => 'LABEL_HOME',
1727
            'route' => 'dashboard',
1728
            'class' => 'fa fa-home'
15442 efrain 1729
        ],*/
1730
        [
1731
            'label' => 'LABEL_ACTIVITY_CENTER',
1732
            'route' => 'activities-center',
1733
            'class' => 'fa fa-home',
1734
            'pages' => [
1735
                [
1736
                    'label' => 'LABEL_PERFORMANCE_EVALUATION',
1737
                    'route' => 'activities-center/performance-evaluation',
1738
                ],
15461 efrain 1739
                [
1740
                    'label' => 'LABEL_RECRUITMENT_AND_SELECTION',
1741
                    'route' => 'activities-center/recruitment-and-selection',
1742
                ],
1743
 
15579 anderson 1744
 
15442 efrain 1745
            ],
1 www 1746
        ],
1747
        [
1748
            'label' => 'LABEL_JOBS',
1749
            'route' => 'jobs',
1750
            'class' => 'fa fa-briefcase'
1751
        ],
1752
        [
1753
            'label' => 'LABEL_FEEDS',
1754
            'route' => 'feeds',
1755
            'class' => 'fa fa-rss'
1756
        ],
114 efrain 1757
        [
13672 nelberth 1758
            'label' => 'LABEL_INMAIL',
13524 nelberth 1759
            'route' => 'inmail',
13487 nelberth 1760
            'class' => 'fa fa-envelope-o'
1761
        ],
15579 anderson 1762
 
13487 nelberth 1763
        [
15401 efrain 1764
            'label' => 'LABEL_DISCOVERY_CONTACTS',
1765
            'route' => 'discovery-contacts',
1766
            'class' => 'fa fa-book',
1767
            'pages' => [
1768
                [
1769
                    'label' => 'LABEL_CONTACTS',
1770
                    'route' => 'discovery-contacts',
1771
                ],
1772
                [
1773
                    'label' => 'LABEL_INTERACTION_TYPES',
1774
                    'route' => 'discovery-contacts/interaction-types',
1775
                ],
15633 anderson 1776
                [
1777
                    'label' => 'LABEL_PROGRESS_BY_DAY',
15636 anderson 1778
                    'route' => 'discovery-contacts/progress-by-day',
15633 anderson 1779
                ],
15401 efrain 1780
            ],
1781
        ],
15451 efrain 1782
        [
1783
            'label' => 'LABEL_MY_COACH',
1784
            'route' => 'my-coach',
1785
            'class' => 'fa fa-book',
1786
            'pages' => [
1787
                [
1788
                    'label' => 'LABEL_CATEGORIES',
1789
                    'route' => 'my-coach/categories',
1790
                ],
1791
            ],
1792
        ],
15579 anderson 1793
 
15401 efrain 1794
        [
114 efrain 1795
            'label' => 'LABEL_SELF_EVALUATION',
1796
            'route' => 'self-evaluation',
1797
            'class' => 'fa fa-book',
1798
            'pages' => [
1799
                [
1800
                    'label' => 'LABEL_FORMS',
1801
                    'route' => 'self-evaluation/forms',
1802
                ],
115 efrain 1803
                [
1804
                    'label' => 'LABEL_USERS',
1805
                    'route' => 'self-evaluation/users',
246 geraldo 1806
                ],
1807
                [
1808
                    'label' => 'LABEL_REVIEWS',
1809
                    'route' => 'self-evaluation/reviews',
245 geraldo 1810
                ]
779 geraldo 1811
            ],
1812
        ],
15579 anderson 1813
 
1 www 1814
        [
15540 efrain 1815
            'label' => 'LABEL_ENGAGEMENT',
1816
            'route' => 'engagement',
1817
            'class' => 'fa fa-book',
1818
            'pages' => [
1819
                [
1820
                    'label' => 'LABEL_SETTINGS',
1821
                    'route' => 'engagement/setup',
1822
                ],
15542 efrain 1823
                [
1824
                    'label' => 'LABEL_ENGAGEMENT_REWARDS',
1825
                    'route' => 'engagement/rewards',
1826
                ],
15579 anderson 1827
 
15540 efrain 1828
            ]
1829
        ],
15579 anderson 1830
 
15540 efrain 1831
        [
1832
            'label' => 'LABEL_DAILY_PULSE',
1833
            'route' => 'daily-pulse',
1834
            'class' => 'fa fa-smile-o',
1835
            'pages' => [
1836
                [
1837
                    'label' => 'LABEL_DAILY_PULSE_EMOJIS',
1838
                    'route' => 'daily-pulse/emojis',
1839
                ],
1840
                [
1841
                    'label' => 'LABEL_DAILY_PULSE_REPORTS_OVERVIEW',
1842
                    'route' => 'daily-pulse/reports/overview',
1843
                ],
15579 anderson 1844
            ],
1845
        ],
15540 efrain 1846
 
15579 anderson 1847
 
1848
 
1849
 
15540 efrain 1850
        [
1 www 1851
            'label' => 'LABEL_MICRO_LEARNING',
1852
            'route' => 'microlearning',
1853
            'class' => 'fa fa-book',
1854
            'pages' => [
1855
                [
1856
                    'label' => 'LABEL_OVERVIEW',
1857
                    'route' => 'microlearning/overview',
1858
                ],
1859
                [
1860
                    'label' => 'LABEL_REPORTS',
1861
                    'route' => 'microlearning/reports',
2 efrain 1862
                    'pages' => [
1863
                        [
15390 efrain 1864
                            'label' => 'LABEL_DEVICES_AND_ACCESS',
1865
                            'route' => 'microlearning/reports/devices-and-access',
2 efrain 1866
                        ],
15579 anderson 1867
                        /*
2 efrain 1868
                        [
1869
                            'label' => 'LABEL_PROGRESS',
1870
                            'route' => 'microlearning/reports/progress',
1871
                        ],
14626 efrain 1872
*/
14610 efrain 1873
                        [
15386 efrain 1874
                            'label' => 'LABEL_PROGRESS_FOR_TOPIC',
1875
                            'route' => 'microlearning/reports/progress-for-topic',
1876
                        ],
1877
                        [
14610 efrain 1878
                            'label' => 'LABEL_PROGRESS_FOR_CAPSULE',
1879
                            'route' => 'microlearning/reports/progress-for-capsule',
1880
                        ],
15386 efrain 1881
                        [
1882
                            'label' => 'LABEL_PROGRESS_FOR_STUDENT',
1883
                            'route' => 'microlearning/reports/progress-for-student',
1884
                        ],
779 geraldo 1885
                    ],
1 www 1886
                ],
1887
                [
1888
                    'label' => 'LABEL_CONTENT',
1889
                    'route' => 'microlearning/content',
1890
                    'pages' => [
1891
                        [
66 efrain 1892
                            'label' => 'LABEL_QUIZZES',
1893
                            'route' => 'microlearning/content/quizzes',
1894
                        ],
1895
                        [
1 www 1896
                            'label' => 'LABEL_TOPICS',
1897
                            'route' => 'microlearning/content/topics',
1898
                        ],
1899
                        [
1900
                            'label' => 'LABEL_CAPSULES',
1901
                            'route' => 'microlearning/content/capsules',
1902
                        ],
1903
                        [
1904
                            'label' => 'LABEL_SLIDES',
1905
                            'route' => 'microlearning/content/slides',
1906
                        ],
1907
                    ]
1908
                ],
1909
                [
1910
                    'label' => 'LABEL_ACCESS_FOR_STUDENTS',
1911
                    'route' => 'microlearning/access-for-students',
1912
                ],
1913
                [
1914
                    'label' => 'LABEL_STUDENTS',
1915
                    'route' => 'microlearning/students',
1916
                ],
1917
                [
1918
                    'label' => 'LABEL_FILTERS',
1919
                    'route' => 'microlearning/settings',
1920
                    'pages' => [
1921
                        [
15394 efrain 1922
                            'label' => 'LABEL_COUNTRIES',
1923
                            'route' => 'microlearning/settings/countries',
1924
                        ],
1925
                        [
1 www 1926
                            'label' => 'LABEL_COMPANIES',
1927
                            'route' => 'microlearning/settings/companies',
1928
                        ],
15579 anderson 1929
 
1 www 1930
                        [
1931
                            'label' => 'LABEL_FUNCTIONS',
1932
                            'route' => 'microlearning/settings/functions',
1933
                        ],
1934
                        [
1935
                            'label' => 'LABEL_GROUPS',
1936
                            'route' => 'microlearning/settings/groups',
1937
                        ],
1938
                        [
1939
                            'label' => 'LABEL_INSTITUTIONS',
1940
                            'route' => 'microlearning/settings/institutions',
1941
                        ],
1942
                        [
1943
                            'label' => 'LABEL_PROGRAMS',
1944
                            'route' => 'microlearning/settings/programs',
1945
                        ],
1946
                        [
1947
                            'label' => 'LABEL_PARTNERS',
1948
                            'route' => 'microlearning/settings/partners',
1949
                        ],
1950
                        [
1951
                            'label' => 'LABEL_SECTORS',
1952
                            'route' => 'microlearning/settings/sectors',
1953
                        ],
1954
                        [
1955
                            'label' => 'LABEL_STUDENT_TYPES',
1956
                            'route' => 'microlearning/settings/student-types',
1957
                        ],
779 geraldo 1958
                    ],
1 www 1959
                ]
1960
            ]
1961
        ],
1962
        [
15442 efrain 1963
            'label' => 'LABEL_JOBS_DESCRIPTION',
1964
            'route' => 'jobs-description',
28 efrain 1965
            'class' => 'fa fa-book',
1966
            'pages' => [
1967
                [
66 efrain 1968
                    'label' => 'LABEL_JOBS_DESCRIPTION',
15442 efrain 1969
                    'route' => 'jobs-description',
28 efrain 1970
                ],
1971
                [
1972
                    'label' => 'LABEL_COMPETENCIES',
15442 efrain 1973
                    'route' => 'jobs-description/competencies',
28 efrain 1974
                ],
66 efrain 1975
                [
1976
                    'label' => 'LABEL_COMPETENCY_TYPES',
15442 efrain 1977
                    'route' => 'jobs-description/competency-types',
66 efrain 1978
                ],
67 efrain 1979
                [
14875 efrain 1980
                    'label' => 'LABEL_BEHAVIORS',
15442 efrain 1981
                    'route' => 'jobs-description/behaviors',
14875 efrain 1982
                ],
1983
                [
67 efrain 1984
                    'label' => 'LABEL_POSITIONS',
15442 efrain 1985
                    'route' => 'jobs-description/positions',
67 efrain 1986
                ],
28 efrain 1987
            ]
779 geraldo 1988
        ],
22 steven 1989
        [
1090 geraldo 1990
            'label' => 'LABEL_PERFORMANCE_EVALUATION_MENU',
976 geraldo 1991
            'route' => 'performance-evaluation',
1992
            'class' => 'fa fa-book',
1993
            'pages' => [
1994
                [
1995
                    'label' => 'LABEL_FORMS',
1996
                    'route' => 'performance-evaluation/forms',
1997
                ],
15579 anderson 1998
 
976 geraldo 1999
                [
15442 efrain 2000
                    'label' => 'LABEL_EVALUATIONS',
2001
                    'route' => 'performance-evaluation/evaluations',
1383 efrain 2002
                ]
976 geraldo 2003
            ],
946 geraldo 2004
        ],
1321 eleazar 2005
        [
1 www 2006
            'label' => 'LABEL_PROFILE',
2007
            'route' => 'profile',
2008
            'class' => 'fa fa-picture-o'
2009
        ],
2010
        [
2011
            'label' => 'LABEL_FOLLOWERS',
2012
            'route' => 'followers',
2013
            'class' => 'fa fa-heart'
2014
        ],
2015
        [
2016
            'label' => 'LABEL_USERS',
2017
            'route' => 'users',
2018
            'class' => 'fa fa-users',
2019
        ],
15579 anderson 2020
 
1 www 2021
        [
1334 efrain 2022
            'label' => 'LABEL_OWN_PROFESSIONAL_NETWORK',
2023
            'route' => 'own-professional-network',
2024
            'class' => 'fa fa-book',
2025
        ],
15579 anderson 2026
 
1334 efrain 2027
        [
2028
            'label' => 'LABEL_ORGANIZATIONAL_DESIGN',
2029
            'route' =>  'organizational-design',
2030
            'class' => 'fa fa-book',
2031
        ],
15579 anderson 2032
 
2033
 
1334 efrain 2034
        [
8187 nelberth 2035
            'label' => 'LABEL_HIGH_PERFORMANCE_TEAMS',
12397 nelberth 2036
            'route' =>  'high-performance-teams/groups',
1689 nelberth 2037
            'class' => 'fa fa-street-view',
15579 anderson 2038
 
1334 efrain 2039
        ],
2040
        [
12397 nelberth 2041
            'label' => 'LABEL_PLANNING_OBJECTIVES_AND_GOALS',
2042
            'route' => 'planning-objectives-and-goals/objectives',
2043
            'class' => 'fa fa-book',
2044
        ],
2045
        [
1334 efrain 2046
            'label' => 'LABEL_DEVELOPMENT_AND_TRAINING',
2047
            'route' => 'development-and-training',
2048
            'class' => 'fa fa-book',
2049
        ],
15579 anderson 2050
 
13353 eleazar 2051
        [
2052
            'label' => 'LABEL_DEVELOPMENT_AND_CONTENT',
2053
            'route' => 'development-and-content',
2054
            'class' => 'fa fa-book',
2055
            'pages' => [
2056
                [
2057
                    'label' => 'LABEL_CATEGORIES',
2058
                    'route' =>  'development-and-content/category',
2059
                ],
15028 efrain 2060
 
13353 eleazar 2061
                [
13464 eleazar 2062
                    'label' => 'LABEL_CONTENT',
15028 efrain 2063
                    'route' =>  'development-and-content/listing',
13464 eleazar 2064
                ]
15579 anderson 2065
 
13353 eleazar 2066
            ]
2067
        ],
15579 anderson 2068
 
1334 efrain 2069
        [
2070
            'label' => 'LABEL_RECRUITMENT_AND_SELECTION',
1477 efrain 2071
            'route' => 'recruitment-and-selection',
1334 efrain 2072
            'class' => 'fa fa-book',
1342 eleazar 2073
            'pages' => [
2074
                [
1463 eleazar 2075
                    'label' => 'LABEL_VACANCIES',
1478 eleazar 2076
                    'route' => 'recruitment-and-selection/vacancies',
1342 eleazar 2077
                ],
15579 anderson 2078
 
1459 eleazar 2079
                [
15461 efrain 2080
                    'label' => 'LABEL_APPLICATIONS',
2081
                    'route' => 'recruitment-and-selection/applications',
1709 eleazar 2082
                ],
15461 efrain 2083
                /*
1709 eleazar 2084
                [
2085
                    'label' => 'LABEL_INTERVIEW',
4047 eleazar 2086
                    'route' => 'recruitment-and-selection/interview/form',
2087
 
15461 efrain 2088
                ]*/
15579 anderson 2089
            ],
1334 efrain 2090
        ],
15579 anderson 2091
 
1334 efrain 2092
        [
2093
            'label' => 'LABEL_INDUCTION',
2094
            'route' => 'induction',
2095
            'class' => 'fa fa-book',
2096
        ],
15579 anderson 2097
 
2098
 
1334 efrain 2099
        [
2100
            'label' => 'LABEL_ORGANIZATIONAL_CLIMATE',
2101
            'route' => 'organizational-climate',
2102
            'class' => 'fa fa-book',
7218 eleazar 2103
            'pages' => [
2104
                [
2105
                    'label' => 'LABEL_FORMS',
2106
                    'route' => 'organizational-climate/form',
2107
                ],
2108
                [
2109
                    'label' => 'LABEL_SURVEY',
2110
                    'route' => 'organizational-climate',
2111
                ],
2112
                [
2113
                    'label' => 'LABEL_SURVEY_TEST',
2114
                    'route' => 'organizational-climate/test',
2115
                ],
2116
                [
2117
                    'label' => 'LABEL_SURVEY_REPORT',
2118
                    'route' => 'organizational-climate/report',
2119
                ],
2120
            ]
1334 efrain 2121
        ],
15579 anderson 2122
 
1334 efrain 2123
        [
2124
            'label' => 'LABEL_CULTURE',
2125
            'route' =>  'culture',
2126
            'class' => 'fa fa-book',
2127
        ],
15579 anderson 2128
 
1334 efrain 2129
        [
2130
            'label' => 'LABEL_COMMUNICATION',
13969 nelberth 2131
            'route' =>  'communication/inbox',
13012 nelberth 2132
            'class' => 'fa fa-envelope',
15579 anderson 2133
 
2134
 
1334 efrain 2135
        ],
15579 anderson 2136
 
1334 efrain 2137
        [
2138
            'label' => 'LABEL_CAREER_DEVELOPMENT',
2139
            'route' =>  'career-development',
2140
            'class' => 'fa fa-book',
2141
        ],
15579 anderson 2142
 
1334 efrain 2143
        [
2144
            'label' => 'LABEL_SURVEYS',
4375 eleazar 2145
            'route' =>  'survey',
1334 efrain 2146
            'class' => 'fa fa-book',
4374 eleazar 2147
            'pages' => [
2148
                [
2149
                    'label' => 'LABEL_FORMS',
4375 eleazar 2150
                    'route' => 'survey/form',
4374 eleazar 2151
                ],
4579 eleazar 2152
                [
2153
                    'label' => 'LABEL_SURVEY',
2154
                    'route' => 'survey',
2155
                ],
5287 eleazar 2156
                [
2157
                    'label' => 'LABEL_SURVEY_TEST',
2158
                    'route' => 'survey/test',
2159
                ],
5823 eleazar 2160
                [
2161
                    'label' => 'LABEL_SURVEY_REPORT',
2162
                    'route' => 'survey/report',
2163
                ],
4374 eleazar 2164
            ]
1334 efrain 2165
        ],
15579 anderson 2166
 
1334 efrain 2167
        [
2168
            'label' => 'LABEL_BUILDING_MY_FUTURE',
2169
            'route' =>  'building-my-future',
2170
            'class' => 'fa fa-book',
2171
        ],
15579 anderson 2172
 
2173
 
2174
 
1334 efrain 2175
        [
2176
            'label' => 'LABEL_MY_TRAINER',
2177
            'route' => 'my-trainer',
2178
            'class' => 'fa fa-book',
8462 eleazar 2179
            'pages' => [
2180
                [
8465 eleazar 2181
                    'label' => 'LABEL_CATEGORIES',
8462 eleazar 2182
                    'route' =>  'my-trainer/category',
2183
                ],
2184
                [
8464 eleazar 2185
                    'label' => 'LABEL_QUESTIONS',
8462 eleazar 2186
                    'route' => 'my-trainer/question',
2187
                ],
15579 anderson 2188
 
8462 eleazar 2189
            ]
1334 efrain 2190
        ],
15579 anderson 2191
 
15355 efrain 2192
        [
2193
            'label' => 'LABEL_SETTINGS',
2194
            'route' => 'settings',
2195
            'class' => 'fa fa-cog',
2196
            'pages' => [
2197
                [
2198
                    'label' => 'LABEL_PUSH_TEMPLATES',
2199
                    'route' => 'settings/push-templates',
2200
                ],
2201
            ]
2202
        ],
15579 anderson 2203
 
15387 efrain 2204
        [
2205
            'label' => 'LABEL_REPORTS',
2206
            'route' => 'settings',
2207
            'class' => 'fa fa-print',
2208
            'pages' => [
2209
                [
2210
                    'label' => 'LABEL_REPORTS_USERS_BLOCKED',
2211
                    'route' => 'reports/users-blocked',
2212
                ],
2213
            ]
2214
        ],
15579 anderson 2215
 
1334 efrain 2216
        [
1 www 2217
            'label' => 'LABEL_LOGOUT',
2218
            'route' => 'signout',
2219
            'class' => 'fa fa-sign-out',
2220
        ]
2221
    ];
2222
}