Proyectos de Subversion LeadersLinked - Services

Rev

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

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