Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15442 | Rev 15457 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15442 Rev 15451
Línea 2317... Línea 2317...
2317
                        ]
2317
                        ]
2318
                    ],
2318
                    ],
2319
                ]
2319
                ]
2320
            ],
2320
            ],
2321
            /*             * * END SELF EVALUATION ** */
2321
            /*             * * END SELF EVALUATION ** */
-
 
2322
            
-
 
2323
            /*             * * START MY COACH ** */
-
 
2324
            'my-coach' => [
-
 
2325
                'type' => Literal::class,
-
 
2326
                'options' => [
-
 
2327
                    'route' => '/my-coach',
-
 
2328
                    'defaults' => [
-
 
2329
                        'controller' => '\LeadersLinked\Controller\MyCoachController',
-
 
2330
                        'action' => 'index'
-
 
2331
                    ]
-
 
2332
                ],
-
 
2333
                'may_terminate' => true,
-
 
2334
                'child_routes' => [
-
 
2335
                    'categories' => [
-
 
2336
                        'type' => Literal::class,
-
 
2337
                        'options' => [
-
 
2338
                            'route' => '/categories',
-
 
2339
                            'defaults' => [
-
 
2340
                                'controller' => '\LeadersLinked\Controller\MyCoachCategoryController',
-
 
2341
                                'action' => 'index'
-
 
2342
                            ]
-
 
2343
                        ],
-
 
2344
                        'may_terminate' => true,
-
 
2345
                        'child_routes' => [
-
 
2346
                            'add' => [
-
 
2347
                                'type' => Literal::class,
-
 
2348
                                'options' => [
-
 
2349
                                    'route' => '/add',
-
 
2350
                                    'defaults' => [
-
 
2351
                                        'controller' =>  '\LeadersLinked\Controller\MyCoachCategoryController',
-
 
2352
                                        'action' => 'add'
-
 
2353
                                    ]
-
 
2354
                                ]
-
 
2355
                            ],
-
 
2356
                            'edit' => [
-
 
2357
                                'type' => Segment::class,
-
 
2358
                                'options' => [
-
 
2359
                                    'route' => '/edit/:id',
-
 
2360
                                    'constraints' => [
-
 
2361
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2362
                                    ],
-
 
2363
                                    'defaults' => [
-
 
2364
                                        'controller' =>  '\LeadersLinked\Controller\MyCoachCategoryController',
-
 
2365
                                        'action' => 'edit'
-
 
2366
                                    ]
-
 
2367
                                ]
-
 
2368
                            ],
-
 
2369
                            'delete' => [
-
 
2370
                                'type' => Segment::class,
-
 
2371
                                'options' => [
-
 
2372
                                    'route' => '/delete/:id',
-
 
2373
                                    'constraints' => [
-
 
2374
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2375
                                    ],
-
 
2376
                                    'defaults' => [
-
 
2377
                                        'controller' =>  '\LeadersLinked\Controller\MyCoachCategoryController',
-
 
2378
                                        'action' => 'delete'
-
 
2379
                                    ]
-
 
2380
                                ]
-
 
2381
                            ],
-
 
2382
                           
-
 
2383
                        ]
-
 
2384
                    ],
-
 
2385
                ]
-
 
2386
            ],
-
 
2387
            
-
 
2388
            /*             * * END MY COACH ** */
-
 
2389
            
Línea 2322... Línea 2390...
2322
 
2390
 
2323
            /*             * * START PERFOMANCE EVALUATION ** */
2391
            /*             * * START PERFOMANCE EVALUATION ** */
2324
            'performance-evaluation' => [
2392
            'performance-evaluation' => [
2325
                'type' => Literal::class,
2393
                'type' => Literal::class,
Línea 6307... Línea 6375...
6307
            \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionTypeControllerFactory::class,
6375
            \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionTypeControllerFactory::class,
6308
            \LeadersLinked\Controller\DiscoveryContactInteractionController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionControllerFactory::class,
6376
            \LeadersLinked\Controller\DiscoveryContactInteractionController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionControllerFactory::class,
Línea 6309... Línea 6377...
6309
        
6377
        
6310
            \LeadersLinked\Controller\ActivityCenterController::Class  => \LeadersLinked\Factory\Controller\ActivityCenterControllerFactory::class,
6378
            \LeadersLinked\Controller\ActivityCenterController::Class  => \LeadersLinked\Factory\Controller\ActivityCenterControllerFactory::class,
-
 
6379
            \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class  => \LeadersLinked\Factory\Controller\ActivityCenterPerformanceEvaluationControllerFactory::class,
-
 
6380
            
-
 
6381
            \LeadersLinked\Controller\MyCoachController::Class  => \LeadersLinked\Factory\Controller\MyCoachControllerFactory::class,
6311
            \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class  => \LeadersLinked\Factory\Controller\ActivityCenterPerformanceEvaluationControllerFactory::class,
6382
            \LeadersLinked\Controller\MyCoachCategoryController::class  => \LeadersLinked\Factory\Controller\MyCoachCategoryControllerFactory::class,
6312
        ],
6383
        ],
6313
        'aliases' => [
6384
        'aliases' => [
6314
            '\LeadersLinked\Controller\AuthController' => \LeadersLinked\Controller\AuthController::class,
6385
            '\LeadersLinked\Controller\AuthController' => \LeadersLinked\Controller\AuthController::class,
6315
            '\LeadersLinked\Controller\FollowerController' => \LeadersLinked\Controller\FollowerController::class,
6386
            '\LeadersLinked\Controller\FollowerController' => \LeadersLinked\Controller\FollowerController::class,
Línea 6416... Línea 6487...
6416
            '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController' => \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class,
6487
            '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController' => \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class,
6417
            '\LeadersLinked\Controller\DiscoveryContactInteractionController' => \LeadersLinked\Controller\DiscoveryContactInteractionController::class,
6488
            '\LeadersLinked\Controller\DiscoveryContactInteractionController' => \LeadersLinked\Controller\DiscoveryContactInteractionController::class,
Línea 6418... Línea 6489...
6418
            
6489
            
6419
            '\LeadersLinked\Controller\ActivityCenterController' => \LeadersLinked\Controller\ActivityCenterController::class,
6490
            '\LeadersLinked\Controller\ActivityCenterController' => \LeadersLinked\Controller\ActivityCenterController::class,
-
 
6491
            '\LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController' => \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class,
-
 
6492
        
-
 
6493
        
-
 
6494
        
-
 
6495
            '\LeadersLinked\Controller\MyCoachController' => \LeadersLinked\Controller\MyCoachController::class,
-
 
6496
            '\LeadersLinked\Controller\MyCoachCategoryController' => \LeadersLinked\Controller\MyCoachCategoryController::class,
6420
            '\LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController' => \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class,
6497
        
6421
        ]
6498
        ]
6422
    ],
6499
    ],
6423
    'laminas-cli' => [
6500
    'laminas-cli' => [
6424
        'commands' => [
6501
        'commands' => [