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'
|
||||
],
|
||||
|
||||
]
|
||||
]
|
||||
],
|
||||
|
||||
@@ -42,9 +42,6 @@ $contents = $value['contents']
|
||||
<tr>
|
||||
<td>
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="symbol symbol-50px me-3">
|
||||
<img src="/massets/media/stock/600x600/img-49.jpg" class="" alt="" />
|
||||
</div>
|
||||
<div class="d-flex justify-content-start flex-column">
|
||||
<a href="#" class="text-gray-800 fw-bold text-hover-primary mb-1 fs-6"><?=$val['name']?></a>
|
||||
<span class="text-gray-400 fw-semibold d-block fs-7"><?=$val['description']?></span>
|
||||
|
||||
@@ -69,19 +69,9 @@
|
||||
<h3 class="card-title align-items-start flex-column">
|
||||
<!--begin::Statistics-->
|
||||
<div class="d-flex align-items-center mb-2">
|
||||
<!--begin::Currency-->
|
||||
<span class="fs-3 fw-semibold text-gray-400 align-self-start me-1">$</span>
|
||||
<!--end::Currency-->
|
||||
<!--begin::Value-->
|
||||
<span class="fs-2hx fw-bold text-gray-800 me-2 lh-1 ls-n2">3,274.94</span>
|
||||
<span class="fs-2hx fw-bold text-gray-800 me-2 lh-1 ls-n2">Other Details</span>
|
||||
<!--end::Value-->
|
||||
<!--begin::Label-->
|
||||
<span class="badge badge-light-success fs-base">
|
||||
<i class="ki-duotone ki-arrow-up fs-5 text-success ms-n1">
|
||||
<span class="path1"></span>
|
||||
<span class="path2"></span>
|
||||
</i>9.2%</span>
|
||||
<!--end::Label-->
|
||||
</div>
|
||||
<!--end::Statistics-->
|
||||
<!--begin::Description-->
|
||||
@@ -89,86 +79,7 @@
|
||||
<!--end::Description-->
|
||||
</h3>
|
||||
<!--end::Title-->
|
||||
<!--begin::Toolbar-->
|
||||
<div class="card-toolbar">
|
||||
<!--begin::Menu-->
|
||||
<button class="btn btn-icon btn-color-gray-400 btn-active-color-primary justify-content-end" data-kt-menu-trigger="click" data-kt-menu-placement="bottom-end" data-kt-menu-overflow="true">
|
||||
<i class="ki-duotone ki-dots-square fs-1 text-gray-300 me-n1">
|
||||
<span class="path1"></span>
|
||||
<span class="path2"></span>
|
||||
<span class="path3"></span>
|
||||
<span class="path4"></span>
|
||||
</i>
|
||||
</button>
|
||||
<!--begin::Menu 2-->
|
||||
<div class="menu menu-sub menu-sub-dropdown menu-column menu-rounded menu-gray-800 menu-state-bg-light-primary fw-semibold w-200px" data-kt-menu="true">
|
||||
<!--begin::Menu item-->
|
||||
<div class="menu-item px-3">
|
||||
<div class="menu-content fs-6 text-dark fw-bold px-3 py-4">Quick Actions</div>
|
||||
</div>
|
||||
<!--end::Menu item-->
|
||||
<!--begin::Menu separator-->
|
||||
<div class="separator mb-3 opacity-75"></div>
|
||||
<!--end::Menu separator-->
|
||||
<!--begin::Menu item-->
|
||||
<div class="menu-item px-3">
|
||||
<a href="#" class="menu-link px-3">New Ticket</a>
|
||||
</div>
|
||||
<!--end::Menu item-->
|
||||
<!--begin::Menu item-->
|
||||
<div class="menu-item px-3">
|
||||
<a href="#" class="menu-link px-3">New Customer</a>
|
||||
</div>
|
||||
<!--end::Menu item-->
|
||||
<!--begin::Menu item-->
|
||||
<div class="menu-item px-3" data-kt-menu-trigger="hover" data-kt-menu-placement="right-start">
|
||||
<!--begin::Menu item-->
|
||||
<a href="#" class="menu-link px-3">
|
||||
<span class="menu-title">New Group</span>
|
||||
<span class="menu-arrow"></span>
|
||||
</a>
|
||||
<!--end::Menu item-->
|
||||
<!--begin::Menu sub-->
|
||||
<div class="menu-sub menu-sub-dropdown w-175px py-4">
|
||||
<!--begin::Menu item-->
|
||||
<div class="menu-item px-3">
|
||||
<a href="#" class="menu-link px-3">Admin Group</a>
|
||||
</div>
|
||||
<!--end::Menu item-->
|
||||
<!--begin::Menu item-->
|
||||
<div class="menu-item px-3">
|
||||
<a href="#" class="menu-link px-3">Staff Group</a>
|
||||
</div>
|
||||
<!--end::Menu item-->
|
||||
<!--begin::Menu item-->
|
||||
<div class="menu-item px-3">
|
||||
<a href="#" class="menu-link px-3">Member Group</a>
|
||||
</div>
|
||||
<!--end::Menu item-->
|
||||
</div>
|
||||
<!--end::Menu sub-->
|
||||
</div>
|
||||
<!--end::Menu item-->
|
||||
<!--begin::Menu item-->
|
||||
<div class="menu-item px-3">
|
||||
<a href="#" class="menu-link px-3">New Contact</a>
|
||||
</div>
|
||||
<!--end::Menu item-->
|
||||
<!--begin::Menu separator-->
|
||||
<div class="separator mt-3 opacity-75"></div>
|
||||
<!--end::Menu separator-->
|
||||
<!--begin::Menu item-->
|
||||
<div class="menu-item px-3">
|
||||
<div class="menu-content px-3 py-3">
|
||||
<a class="btn btn-primary btn-sm px-4" href="#">Generate Reports</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--end::Menu item-->
|
||||
</div>
|
||||
<!--end::Menu 2-->
|
||||
<!--end::Menu-->
|
||||
</div>
|
||||
<!--end::Toolbar-->
|
||||
|
||||
</div>
|
||||
<!--end::Header-->
|
||||
<!--begin::Body-->
|
||||
|
||||
Reference in New Issue
Block a user