Data update
This commit is contained in:
+278
-2
@@ -214,23 +214,99 @@ class projectData extends baseModel
|
||||
],
|
||||
'wrenchboard'=>[
|
||||
'DEV'=>[
|
||||
'description'=>'This is the description of this',
|
||||
'contents'=>[
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
|
||||
]
|
||||
],
|
||||
'LIVE'=>[
|
||||
'description'=>'This is the description of this',
|
||||
'contents'=>[
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
|
||||
]
|
||||
]
|
||||
],
|
||||
'coregrade'=>[
|
||||
'DEV'=>[
|
||||
'description'=>'This is the description of this',
|
||||
'contents'=>[
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
|
||||
]
|
||||
],
|
||||
'LIVE'=>[
|
||||
'description'=>'This is the description of this',
|
||||
'contents'=>[
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
|
||||
]
|
||||
]
|
||||
],
|
||||
'float'=>[
|
||||
'DEV'=>[
|
||||
'description'=>'This is the description of this',
|
||||
'description'=>'Development Platforms for the new Float Mobility',
|
||||
'contents'=>[
|
||||
[
|
||||
'name' => 'Main Website',
|
||||
@@ -241,7 +317,7 @@ class projectData extends baseModel
|
||||
'status' => 'Pending'
|
||||
],
|
||||
[
|
||||
'name' => 'Contens Management Systems',
|
||||
'name' => 'Contents Management Systems',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'https://float-cms.dev.chiefsoft.net',
|
||||
@@ -291,6 +367,69 @@ class projectData extends baseModel
|
||||
]
|
||||
],
|
||||
'LIVE'=>[
|
||||
'description'=>'Live Platforms for the new Float Mobility',
|
||||
'contents'=>[
|
||||
[
|
||||
'name' => 'Main Website',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'https://www.dev.chiefsoft.net',
|
||||
'location'=> 'http://TO-BE-DETERMINE:5501/',
|
||||
'status' => 'Design'
|
||||
],
|
||||
[
|
||||
'name' => 'Contents Management Systems',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'https://cms.dev.chiefsoft.net',
|
||||
'location'=> 'http://TO-BE-DETERMINE:5503/',
|
||||
'status' => 'Design'
|
||||
],
|
||||
[
|
||||
'name' => 'Back Office Systems',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'https://bko.dev.chiefsoft.net',
|
||||
'location'=> 'http://TO-BE-DETERMINE:5505/',
|
||||
'status' => 'Design'
|
||||
],
|
||||
[
|
||||
'name' => 'Float Users Interface Web',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'https://users.dev.chiefsoft.net',
|
||||
'location'=> 'http://TO-BE-DETERMINE:5502/',
|
||||
'status' => 'Design'
|
||||
],
|
||||
[
|
||||
'name' => 'Business & Fleet WebSite',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'https://fleet.dev.chiefsoft.net',
|
||||
'location'=> 'http://TO-BE-DETERMINE:5504/',
|
||||
'status' => 'Design'
|
||||
],
|
||||
[
|
||||
'name' => 'Blog Systems',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'https://blog.dev.chiefsoft.net',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Design'
|
||||
],
|
||||
[
|
||||
'name' => 'API Gates (Internal Gates)',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'https://gate.dev.chiefsoft.net',
|
||||
'location'=> 'http://TO-BE-DETERMINE:5509/',
|
||||
'status' => 'Design'
|
||||
],
|
||||
]
|
||||
]
|
||||
],
|
||||
'jubabox'=>[
|
||||
'DEV'=>[
|
||||
'description'=>'This is the description of this',
|
||||
'contents'=>[
|
||||
[
|
||||
@@ -309,6 +448,12 @@ class projectData extends baseModel
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
|
||||
]
|
||||
],
|
||||
'LIVE'=>[
|
||||
'description'=>'This is the description of this',
|
||||
'contents'=>[
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
@@ -325,6 +470,14 @@ class projectData extends baseModel
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
|
||||
]
|
||||
]
|
||||
],
|
||||
'merms'=>[
|
||||
'DEV'=>[
|
||||
'description'=>'This is the description of this',
|
||||
'contents'=>[
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
@@ -333,6 +486,129 @@ class projectData extends baseModel
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
|
||||
]
|
||||
],
|
||||
'LIVE'=>[
|
||||
'description'=>'This is the description of this',
|
||||
'contents'=>[
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
|
||||
]
|
||||
]
|
||||
],
|
||||
'kintcare'=>[
|
||||
'DEV'=>[
|
||||
'description'=>'This is the description of this',
|
||||
'contents'=>[
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
|
||||
]
|
||||
],
|
||||
'LIVE'=>[
|
||||
'description'=>'This is the description of this',
|
||||
'contents'=>[
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
|
||||
]
|
||||
]
|
||||
],
|
||||
'legacyfloat'=>[
|
||||
'DEV'=>[
|
||||
'description'=>'This is the description of this',
|
||||
'contents'=>[
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
|
||||
]
|
||||
],
|
||||
'LIVE'=>[
|
||||
'description'=>'This is the description of this',
|
||||
'contents'=>[
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
[
|
||||
'name' => 'name of the item',
|
||||
'description' => 'This is the description of the item',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'url' => 'www.url.com',
|
||||
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
|
||||
'status' => 'Pending'
|
||||
],
|
||||
|
||||
]
|
||||
]
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user