Proyectos de Subversion LeadersLinked - Services

Rev

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