diff --git a/app/Models/projectData.php b/app/Models/projectData.php index e277cdd..3d28da7 100644 --- a/app/Models/projectData.php +++ b/app/Models/projectData.php @@ -14,7 +14,7 @@ class projectData extends baseModel $data =[ 'myfit'=>[ 'name' => 'myFit A.I', - 'description' => 'This is the description of the project', + 'description' => 'Smart Personal Health Platform - employing AI capabilities for modern care view. ', 'banner_image' => 'project_banner.jpg', 'product_url' => 'www.chiefsoft.com', ], @@ -62,19 +62,19 @@ class projectData extends baseModel $data =[ 'myfit'=>[ 'name' => 'myFit A.I', - 'description' => 'This is the description of the project', + 'description' => 'Smart Personal Health Platform - employing AI capabilities for modern care view', 'banner_image' => 'project_banner.jpg', 'product_url' => 'www.chiefsoft.com', ], 'wrenchboard'=>[ 'name' => 'WrenchBoard', - 'description' => 'This is the description of the project', + 'description' => 'Get engaged and make money from any skills', 'banner_image' => 'project_banner.jpg', 'product_url' => 'www.chiefsoft.com', ], 'coregrade'=>[ 'name' => 'CoreGrade', - 'description' => 'This is the description of the project', + 'description' => 'Smart education platform - personal and institutions', 'banner_image' => 'project_banner.jpg', 'product_url' => 'www.chiefsoft.com', ], @@ -220,21 +220,21 @@ class projectData extends baseModel ], 'myfit'=>[ 'DEV'=>[ - 'description'=>'This is the description of this', + 'description'=>'Smart Personal Health Platform - employing AI capabilities for modern care view', 'contents'=>[ [ - 'name' => 'name of the item', - 'description' => 'This is the description of the item', + 'name' => 'WWW - main website', + 'description' => 'The product main website', 'banner_image' => 'project_banner.jpg', - 'url' => 'www.url.com', + 'url' => 'https://dev140.www.myfit.mermsemr.com', 'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', - 'status' => 'Pending' + 'status' => 'Active' ], [ - 'name' => 'name of the item', + 'name' => 'Users Portal', 'description' => 'This is the description of the item', 'banner_image' => 'project_banner.jpg', - 'url' => 'www.url.com', + 'url' => 'https://dev142.users.myfit.mermsemr.com', 'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', 'status' => 'Pending' ], @@ -248,17 +248,17 @@ class projectData extends baseModel 'name' => 'name of the item', 'description' => 'This is the description of the item', 'banner_image' => 'project_banner.jpg', - 'url' => 'www.url.com', + 'url' => 'https://www.myfit.ai', 'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', - 'status' => 'Pending' + 'status' => 'Active' ], [ 'name' => 'name of the item', 'description' => 'This is the description of the item', 'banner_image' => 'project_banner.jpg', - 'url' => 'www.url.com', + 'url' => 'https://users.myfit.ai', 'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', - 'status' => 'Pending' + 'status' => 'Active' ], ] @@ -272,8 +272,8 @@ class projectData extends baseModel 'name' => 'Back Office', 'description' => 'This is the description of the item', 'banner_image' => 'project_banner.jpg', - 'url' => 'dev-backoffice.wrenchboard.local', - 'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', + 'url' => 'https://dev-backoffice.wrenchboard.com', + 'location'=> '10.20.30.32:9085', 'status' => 'Ready' ], [ @@ -281,7 +281,7 @@ class projectData extends baseModel 'description' => 'This is the description of the item', 'banner_image' => 'project_banner.jpg', 'url' => 'https://dev-dashboard.wrenchboard.com', - 'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', + 'location'=> '10.20.30.32:9085', 'status' => 'Ready' ], [ @@ -289,7 +289,7 @@ class projectData extends baseModel 'description' => 'This is the description of the item', 'banner_image' => 'project_banner.jpg', 'url' => 'https://dev-www.wrenchboard.com', - 'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', + 'location'=> '10.20.30.32:9085', 'status' => 'Ready' ], [ @@ -297,7 +297,45 @@ class projectData extends baseModel 'description' => 'This is the description of the item', 'banner_image' => 'project_banner.jpg', 'url' => 'https://dev-users.wrenchboard.com', - 'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', + 'location'=> '10.20.30.32:9085', + 'status' => 'Pending' + ], + + ] + ], + 'QA'=>[ + 'description'=>'WrenchBoard Development (Host File Needed for some pages)', + 'contents'=>[ + [ + 'name' => 'Back Office', + 'description' => 'This is the description of the item', + 'banner_image' => 'project_banner.jpg', + 'url' => 'https://dev-backoffice.wrenchboard.com', + 'location'=> '10.20.30.32:9085', + 'status' => 'Ready' + ], + [ + 'name' => 'Users DashBoard', + 'description' => 'This is the description of the item', + 'banner_image' => 'project_banner.jpg', + 'url' => 'https://dev-dashboard.wrenchboard.com', + 'location'=> '10.20.30.32:9085', + 'status' => 'Ready' + ], + [ + 'name' => 'Main Website', + 'description' => 'This is the description of the item', + 'banner_image' => 'project_banner.jpg', + 'url' => 'https://dev-www.wrenchboard.com', + 'location'=> '10.20.30.32:9085', + 'status' => 'Ready' + ], + [ + 'name' => 'New Users DashBoard', + 'description' => 'This is the description of the item', + 'banner_image' => 'project_banner.jpg', + 'url' => 'https://dev-users.wrenchboard.com', + 'location'=> '10.20.30.32:9085', 'status' => 'Pending' ], diff --git a/app/Views/projects/projects_template.php b/app/Views/projects/projects_template.php index 1c195bd..05ba1ee 100644 --- a/app/Views/projects/projects_template.php +++ b/app/Views/projects/projects_template.php @@ -4,6 +4,7 @@ ChiefSoft Works LLC - Unified Project Resource Manager +