This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-01 13:07:37 -04:00
parent 9f240a3c75
commit 0bfc6f35f9
7 changed files with 8227 additions and 7196 deletions
+60 -1
View File
@@ -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'=>[