{"id":125,"date":"2015-10-17T13:08:57","date_gmt":"2015-10-17T13:08:57","guid":{"rendered":"http:\/\/demo.hashthemes.com\/hashone\/?page_id=125"},"modified":"2026-06-09T22:13:13","modified_gmt":"2026-06-09T22:13:13","slug":"determine-resources","status":"publish","type":"page","link":"https:\/\/wp.maclogicgroup.com\/?page_id=125","title":{"rendered":"Projects"},"content":{"rendered":"\n<div style=\"padding:40px;background:white;\">\n    <canvas id=\"myChart\" width=\"400\" height=\"200\"><\/canvas>\n\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n\n    <script>\n    const ctx = document.getElementById('myChart');\n\n    new Chart(ctx, {\n        type: 'bar',\n        data: {\n            labels: [\n                'Needs Assessment',\n                'Reporting',\n                'Quoting & Procurement',\n                'Implementation & Testing'\n            ],\n            datasets: [{\n                label: 'Project Stages',\n                data: [12, 19, 3, 5]\n            }]\n        },\n        options: {\n            responsive: true,\n            plugins: {\n                tooltip: {\n                    callbacks: {\n                        label: function(context) {\n\n                            const descriptions = [\n\n                                [\n                                    'The initial step with all projects is the',\n                                    'exploration of the current operating',\n                                    'environment to discover all deployed',\n                                    'software and hardware relevant to the',\n                                    'chosen project, as well as any potential',\n                                    'anomalies or areas of concern.'\n                                ],\n\n                                [\n                                    'Following discovery, an initial report',\n                                    'is typically generated documenting',\n                                    'findings, summary, scope of work,',\n                                    'methodology, assumptions, deliverables',\n                                    'and timelines.'\n                                ],\n\n                                [\n                                    'Following the review of the initial report,',\n                                    'final pricing for any hardware and',\n                                    'software additions deemed necessary',\n                                    'is collected and final purchasing',\n                                    'decisions are made.'\n                                ],\n\n                                [\n                                    'The proposed solution is introduced',\n                                    'and all relevant hardware, software',\n                                    'and services installed and configured.'\n                                ]\n\n                            ];\n\n                            return descriptions[context.dataIndex];\n                        }\n                    }\n                }\n            },\n            scales: {\n                y: {\n                    beginAtZero: true\n                }\n            }\n        }\n    });\n    <\/script>\n<\/div>\n\n\n\n<div style=\"max-width:1200px;margin:60px auto;padding:0 20px;\">\n\n  <div style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px;\">\n\n    <!-- Stage 1 -->\n    <div style=\"background:#ffffff;border-top:6px solid #7dd3fc;padding:25px;border-radius:8px;box-shadow:0 3px 12px rgba(0,0,0,.08);\">\n      <div style=\"font-size:13px;letter-spacing:2px;color:#7dd3fc;font-weight:700;margin-bottom:10px;\">\n        STAGE 1\n      <\/div>\n      <h3 style=\"margin:0 0 15px 0;color:#333;\">\n        Needs Assessment\n      <\/h3>\n      <p style=\"margin:0;line-height:1.7;color:#555;\">\n        The initial step with all projects is the exploration of the current operating environment to discover all deployed software and hardware relevant to the chosen project, as well as any potential anomalies or areas of concern.\n      <\/p>\n    <\/div>\n\n    <!-- Stage 2 -->\n    <div style=\"background:#ffffff;border-top:6px solid #86efac;padding:25px;border-radius:8px;box-shadow:0 3px 12px rgba(0,0,0,.08);\">\n      <div style=\"font-size:13px;letter-spacing:2px;color:#65a30d;font-weight:700;margin-bottom:10px;\">\n        STAGE 2\n      <\/div>\n      <h3 style=\"margin:0 0 15px 0;color:#333;\">\n        Reporting\n      <\/h3>\n      <p style=\"margin:0;line-height:1.7;color:#555;\">\n        Following discovery, an initial report is typically generated documenting findings, summary, scope of work, methodology, assumptions, deliverables and timelines. If needed, the initial report is followed by interim and final reports as the project proceeds.\n      <\/p>\n    <\/div>\n\n    <!-- Stage 3 -->\n    <div style=\"background:#ffffff;border-top:6px solid #fde68a;padding:25px;border-radius:8px;box-shadow:0 3px 12px rgba(0,0,0,.08);\">\n      <div style=\"font-size:13px;letter-spacing:2px;color:#d97706;font-weight:700;margin-bottom:10px;\">\n        STAGE 3\n      <\/div>\n      <h3 style=\"margin:0 0 15px 0;color:#333;\">\n        Quoting &#038; Procurement\n      <\/h3>\n      <p style=\"margin:0;line-height:1.7;color:#555;\">\n        Following review of the initial report and any requested additions or omissions, final pricing for required hardware, software and services is collected and purchasing decisions are finalized.\n      <\/p>\n    <\/div>\n\n    <!-- Stage 4 -->\n    <div style=\"background:#ffffff;border-top:6px solid #fca5a5;padding:25px;border-radius:8px;box-shadow:0 3px 12px rgba(0,0,0,.08);\">\n      <div style=\"font-size:13px;letter-spacing:2px;color:#dc2626;font-weight:700;margin-bottom:10px;\">\n        STAGE 4\n      <\/div>\n      <h3 style=\"margin:0 0 15px 0;color:#333;\">\n        Implementation &#038; Testing\n      <\/h3>\n      <p style=\"margin:0;line-height:1.7;color:#555;\">\n        The proposed solution is introduced and all relevant hardware, software and services installed, configured and tested. Technical issues discovered during testing are addressed and resolved.\n      <\/p>\n    <\/div>\n\n  <\/div>\n\n<\/div>\n\n\n\n<div style=\"padding:40px;background:#fff;max-width:600px;margin:0 auto;\">\n  <canvas id=\"maclogicProjectChart\"><\/canvas>\n<\/div>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n  const canvas = document.getElementById(\"maclogicProjectChart\");\n  if (!canvas) return;\n\n  new Chart(canvas, {\n    type: \"doughnut\",\n    data: {\n      labels: [\n        \"Needs Assessment\",\n        \"Reporting\",\n        \"Quoting & Procurement\",\n        \"Implementation & Testing\"\n      ],\n      datasets: [{\n        label: \"Project Stages\",\n        data: [25, 25, 25, 25],\n        backgroundColor: [\n          \"rgba(125, 211, 252, 0.85)\",\n          \"rgba(167, 243, 208, 0.85)\",\n          \"rgba(253, 230, 138, 0.85)\",\n          \"rgba(252, 165, 165, 0.85)\"\n        ],\n        borderWidth: 2,\n        hoverOffset: 6\n      }]\n    },\n    options: {\n      responsive: true,\n      cutout: \"65%\",\n      plugins: {\n        legend: {\n          position: \"bottom\"\n        }\n      }\n    }\n  });\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>STAGE 1 Needs Assessment The initial step with all projects is the exploration of the current operating environment to discover all deployed software and hardware relevant to the chosen project, as well as any potential anomalies or areas of concern. STAGE 2 Reporting Following discovery, an initial report is typically generated documenting findings, summary, scope [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-125","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/wp.maclogicgroup.com\/index.php?rest_route=\/wp\/v2\/pages\/125","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.maclogicgroup.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wp.maclogicgroup.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wp.maclogicgroup.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.maclogicgroup.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=125"}],"version-history":[{"count":59,"href":"https:\/\/wp.maclogicgroup.com\/index.php?rest_route=\/wp\/v2\/pages\/125\/revisions"}],"predecessor-version":[{"id":1526,"href":"https:\/\/wp.maclogicgroup.com\/index.php?rest_route=\/wp\/v2\/pages\/125\/revisions\/1526"}],"wp:attachment":[{"href":"https:\/\/wp.maclogicgroup.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=125"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}