data update

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-01 16:44:02 -04:00
parent 2c66b89111
commit 25baa25ae0
2 changed files with 26 additions and 353 deletions
+22 -6
View File
@@ -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'
],