diff --git a/app/Models/projectData.php b/app/Models/projectData.php index b071418..ceb24ed 100644 --- a/app/Models/projectData.php +++ b/app/Models/projectData.php @@ -214,21 +214,37 @@ class projectData extends baseModel ], 'wrenchboard'=>[ 'DEV'=>[ - 'description'=>'This is the description of this', + 'description'=>'WrenchBoard Development (Host File Needed for some pages)', 'contents'=>[ [ - 'name' => 'name of the item', + 'name' => 'Back Office', 'description' => 'This is the description of the item', 'banner_image' => 'project_banner.jpg', - 'url' => 'www.url.com', + 'url' => 'dev-backoffice.wrenchboard.local', 'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', - 'status' => 'Pending' + 'status' => 'Ready' ], [ - 'name' => 'name of the item', + 'name' => 'Users DashBoard', 'description' => 'This is the description of the item', 'banner_image' => 'project_banner.jpg', - 'url' => 'www.url.com', + 'url' => 'https://dev-dashboard.wrenchboard.com', + 'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', + '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'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', + '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'=> '0.0.0.0, 0.0.0.0, 0.0.0.0', 'status' => 'Pending' ], diff --git a/app/Views/projects/projdetail.php b/app/Views/projects/projdetail.php index b9a44ca..0943a42 100644 --- a/app/Views/projects/projdetail.php +++ b/app/Views/projects/projdetail.php @@ -84,354 +84,11 @@