Details
This commit is contained in:
@@ -65,6 +65,7 @@ class Projects extends BaseController
|
||||
'firstName'=> $out['firstname'],
|
||||
'username'=> $out['username'],
|
||||
'project_list' => $this->projectList(),
|
||||
'project_list_detail' => $this->projectListDetails(),
|
||||
'devop_list' => $this->devOpList(),
|
||||
]);
|
||||
}
|
||||
@@ -72,8 +73,66 @@ class Projects extends BaseController
|
||||
return $loginComplete;
|
||||
}
|
||||
|
||||
|
||||
private function projectList(){
|
||||
$data =[
|
||||
'myfit'=>[
|
||||
'name' => 'myFit A.I',
|
||||
'description' => 'This is the description of the project',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'www.chiefsoft.com',
|
||||
],
|
||||
'wrenchboard'=>[
|
||||
'name' => 'WrenchBoard',
|
||||
'description' => 'This is the description of the project',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'www.chiefsoft.com',
|
||||
],
|
||||
'coregrade'=>[
|
||||
'name' => 'CoreGrade',
|
||||
'description' => 'This is the description of the project',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'www.chiefsoft.com',
|
||||
],
|
||||
'float'=>[
|
||||
'name' => 'Float (New)',
|
||||
'description' => 'This is the description of the project',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'www.chiefsoft.com',
|
||||
],
|
||||
'legacyfloat'=>[
|
||||
'name' => 'Float (Legacy)',
|
||||
'description' => 'This is the description of the project',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'www.chiefsoft.com',
|
||||
],
|
||||
'kintcare'=>[
|
||||
'name' => 'KintCare',
|
||||
'description' => 'This is the description of the project',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'www.chiefsoft.com',
|
||||
],
|
||||
'merms'=>[
|
||||
'name' => 'Merms EMR',
|
||||
'description' => 'This is the description of the project',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'www.chiefsoft.com',
|
||||
],
|
||||
'chiefsoft'=>[
|
||||
'name' => 'ChiefSoft',
|
||||
'description' => 'This is the description of the project',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'www.chiefsoft.com',
|
||||
],
|
||||
'jubabox'=>[
|
||||
'name' => 'JubaBox',
|
||||
'description' => 'This is the description of the project',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'www.chiefsoft.com',
|
||||
],
|
||||
];
|
||||
return $data;
|
||||
}
|
||||
private function projectListDetails(){
|
||||
$data =[
|
||||
'chiefsoft'=>[
|
||||
'DEV'=>[
|
||||
|
||||
Reference in New Issue
Block a user