|
|
@@ -0,0 +1,822 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en"> <!--begin::Head-->
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
+ <title>Dashboard</title><!--begin::Primary Meta Tags-->
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta name="title" content="AdminLTE | Dashboard v2">
|
|
|
+ <meta name="author" content="ColorlibHQ">
|
|
|
+ <meta name="description"
|
|
|
+ content="AdminLTE is a Free Bootstrap 5 Admin Dashboard, 30 example pages using Vanilla JS.">
|
|
|
+ <meta name="keywords"
|
|
|
+ content="bootstrap 5, bootstrap, bootstrap 5 admin dashboard, bootstrap 5 dashboard, bootstrap 5 charts, bootstrap 5 calendar, bootstrap 5 datepicker, bootstrap 5 tables, bootstrap 5 datatable, vanilla js datatable, colorlibhq, colorlibhq dashboard, colorlibhq admin dashboard">
|
|
|
+ <!--end::Primary Meta Tags--><!--begin::Fonts-->
|
|
|
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fontsource/source-sans-3@5.0.12/index.css"
|
|
|
+ integrity="sha256-tXJfXfp6Ewt1ilPzLDtQnJV4hclT9XuaZUKyUvmyr+Q=" crossorigin="anonymous">
|
|
|
+ <!--end::Fonts--><!--begin::Third Party Plugin(OverlayScrollbars)-->
|
|
|
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/overlayscrollbars@2.3.0/styles/overlayscrollbars.min.css"
|
|
|
+ integrity="sha256-dSokZseQNT08wYEWiz5iLI8QPlKxG+TswNRD8k35cpg=" crossorigin="anonymous">
|
|
|
+ <!--end::Third Party Plugin(OverlayScrollbars)--><!--begin::Third Party Plugin(Bootstrap Icons)-->
|
|
|
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.min.css"
|
|
|
+ integrity="sha256-Qsx5lrStHZyR9REqhUF8iQt73X06c8LGIUPzpOhwRrI=" crossorigin="anonymous">
|
|
|
+ <!--end::Third Party Plugin(Bootstrap Icons)--><!--begin::Required Plugin(AdminLTE)-->
|
|
|
+ <link rel="stylesheet" href="./dist/css/adminlte.css"><!--end::Required Plugin(AdminLTE)--><!-- apexcharts -->
|
|
|
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/apexcharts@3.37.1/dist/apexcharts.css"
|
|
|
+ integrity="sha256-4MX+61mt9NVvvuPjUWdUdyfZfxSB1/Rf9WtqRHgG5S0=" crossorigin="anonymous">
|
|
|
+ <link rel="stylesheet" href="dist/WOW-master/css/libs/animate.css">
|
|
|
+ <link rel="stylesheet" href="dist/css/custom.css">
|
|
|
+</head>
|
|
|
+
|
|
|
+<body class="layout-fixed sidebar-expand-lg sidebar-mini app-loaded sidebar-collapse"> <!--begin::App Wrapper-->
|
|
|
+ <div class="app-wrapper"> <!--begin::Header-->
|
|
|
+ <nav class="app-header navbar navbar-expand bg-body"> <!--begin::Container-->
|
|
|
+ <div class="container-fluid"> <!--begin::Start Navbar Links-->
|
|
|
+ <ul class="navbar-nav">
|
|
|
+ <li class="nav-item"> <a class="nav-link" data-lte-toggle="sidebar" href="#" role="button"> <i
|
|
|
+ class="bi bi-list"></i> </a> </li>
|
|
|
+ <li class="nav-item d-none d-md-block"> <a href="#" class="nav-link">Home</a> </li>
|
|
|
+ <!-- <li class="nav-item d-none d-md-block"> <a href="#" class="nav-link">Contact</a> </li> -->
|
|
|
+ </ul> <!--end::Start Navbar Links--> <!--begin::End Navbar Links-->
|
|
|
+ <ul class="navbar-nav ms-auto"> <!--begin::Navbar Search-->
|
|
|
+ <!-- <li class="nav-item"> <a class="nav-link" data-widget="navbar-search" href="search.html"
|
|
|
+ role="button"> <i class="bi bi-search"></i> </a> </li>
|
|
|
+
|
|
|
+ <li class="nav-item dropdown"> <a class="nav-link" data-bs-toggle="dropdown" href="#"> <i
|
|
|
+ class="bi bi-bell-fill"></i> <span class="navbar-badge badge text-bg-warning">15</span>
|
|
|
+ </a>
|
|
|
+ <div class="dropdown-menu dropdown-menu-lg dropdown-menu-end"> <span
|
|
|
+ class="dropdown-item dropdown-header">3 Notifications</span>
|
|
|
+ <div class="dropdown-divider"></div> <a href="#" class="dropdown-item"> <i
|
|
|
+ class="bi bi-people-fill me-2"></i> filename_22_09_2024.xml is ready for review.
|
|
|
+ <span class="float-end text-secondary fs-7">1 hours</span> </a>
|
|
|
+ <div class="dropdown-divider"></div> <a href="#" class="dropdown-item"> <i
|
|
|
+ class="bi bi-people-fill me-2"></i> filename_22_09_2024.xml is uploaded
|
|
|
+ successfully.
|
|
|
+ <span class="float-end text-secondary fs-7">12 hours</span> </a>
|
|
|
+ <div class="dropdown-divider"></div> <a href="#" class="dropdown-item"> <i
|
|
|
+ class="bi bi-file-earmark-fill me-2"></i> filename_12_09_2024.xml is uploaded
|
|
|
+ successfully.
|
|
|
+ <span class="float-end text-secondary fs-7">2 days</span> </a>
|
|
|
+ <div class="dropdown-divider"></div> <a href="#" class="dropdown-item dropdown-footer">
|
|
|
+ See All Notifications
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </li> -->
|
|
|
+ <li class="nav-item"> <a class="nav-link" href="#" data-lte-toggle="fullscreen"> <i
|
|
|
+ data-lte-icon="maximize" class="bi bi-arrows-fullscreen"></i> <i
|
|
|
+ data-lte-icon="minimize" class="bi bi-fullscreen-exit" style="display: none;"></i> </a>
|
|
|
+ </li> <!--end::Fullscreen Toggle--> <!--begin::User Menu Dropdown-->
|
|
|
+ <li class="nav-item dropdown user-menu"> <a href="#" class="nav-link dropdown-toggle"
|
|
|
+ data-bs-toggle="dropdown"> <img src="./dist/img/user2-160x160.jpg"
|
|
|
+ class="user-image rounded-circle shadow" alt="User Image"> <span
|
|
|
+ class="d-none d-md-inline">Arun Devar</span> </a>
|
|
|
+ <ul class="dropdown-menu dropdown-menu-lg dropdown-menu-end"> <!--begin::User Image-->
|
|
|
+ <li class="user-header text-bg-secondary"> <img src="./dist/img/user2-160x160.jpg"
|
|
|
+ class="rounded-circle shadow" alt="User Image">
|
|
|
+ <p>
|
|
|
+ Arun Devar - Senior Manager
|
|
|
+ <small>Since Nov. 2023</small>
|
|
|
+ </p>
|
|
|
+ </li> <!--end::User Image--> <!--begin::Menu Body-->
|
|
|
+
|
|
|
+ <li class="user-footer"> <a href="#" class="btn btn-default btn-flat">Profile</a> <a
|
|
|
+ href="./login.html" class="btn btn-default btn-flat float-end">Sign out</a> </li>
|
|
|
+ <!--end::Menu Footer-->
|
|
|
+ </ul>
|
|
|
+ </li> <!--end::User Menu Dropdown-->
|
|
|
+ </ul> <!--end::End Navbar Links-->
|
|
|
+ </div> <!--end::Container-->
|
|
|
+ </nav> <!--end::Header--> <!--begin::Sidebar-->
|
|
|
+ <aside class="app-sidebar shadow"> <!--begin::Sidebar Brand-->
|
|
|
+ <div class="sidebar-brand"> <!--begin::Brand Link--> <a href="./index.html" class="brand-link">
|
|
|
+ <!--begin::Brand Image--> <img src="./dist/img/logo-mini.png" alt="Lumina Datamatics"
|
|
|
+ class="brand-image logo-mini"> <!--end::Brand Image--> <!--begin::Brand Text--> <span
|
|
|
+ class="brand-text fw-light"><img style="position:relative; left: -40px;"
|
|
|
+ src="./dist/img/logo.png" alt="Lumina Datamatics" class="brand-image"></span>
|
|
|
+ <!--end::Brand Text--> </a>
|
|
|
+ </div> <!--end::Sidebar Brand--> <!--begin::Sidebar Wrapper-->
|
|
|
+ <div class="sidebar-wrapper">
|
|
|
+ <nav class="mt-2"> <!--begin::Sidebar Menu-->
|
|
|
+ <ul class="nav sidebar-menu flex-column" data-lte-toggle="treeview" role="menu"
|
|
|
+ data-accordion="false">
|
|
|
+
|
|
|
+ <li class="nav-item"> <a href="./upload.html" class="nav-link"> <i
|
|
|
+ class="nav-icon bi bi-clock"></i>
|
|
|
+ <p>Upload</p>
|
|
|
+ </a> </li>
|
|
|
+
|
|
|
+
|
|
|
+ </ul> <!--end::Sidebar Menu-->
|
|
|
+ </nav>
|
|
|
+ </div> <!--end::Sidebar Wrapper-->
|
|
|
+ </aside> <!--end::Sidebar--> <!--begin::App Main-->
|
|
|
+ <main class="app-main"> <!--begin::App Content Header-->
|
|
|
+ <div class="app-content-header"> <!--begin::Container-->
|
|
|
+ <div class="container-fluid"> <!--begin::Row-->
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-sm-6">
|
|
|
+ <h3 class="mb-0">Dashboard</h3>
|
|
|
+ </div>
|
|
|
+ <div class="col-sm-6">
|
|
|
+ <ol class="breadcrumb float-sm-end">
|
|
|
+ <li class="breadcrumb-item"><a href="./upload.html">Upload</a></li>
|
|
|
+ <li class="breadcrumb-item active" aria-current="page">
|
|
|
+ Dashboard
|
|
|
+ </li>
|
|
|
+ </ol>
|
|
|
+ </div>
|
|
|
+ </div> <!--end::Row-->
|
|
|
+ </div> <!--end::Container-->
|
|
|
+ </div>
|
|
|
+ <div class="app-content"> <!--begin::Container-->
|
|
|
+ <div class="container-fluid"> <!-- Info boxes -->
|
|
|
+ <div id="html"></div>
|
|
|
+ <div class="row mt-5">
|
|
|
+ <div class="col-sm-12 text-center">
|
|
|
+ <button class="btn btn-primary wow lightSpeedIn" data-wow-delay="1s"
|
|
|
+ onclick="$(this).hide();$('.after_score').removeClass('d-none');">AI
|
|
|
+ Fix Issues</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div> <!--end::Row--> <!--begin::Row-->
|
|
|
+
|
|
|
+ </div> <!--end::Container-->
|
|
|
+ </main> <!--end::App Main--> <!--begin::Footer-->
|
|
|
+ <footer class="app-footer"> <!--begin::To the end-->
|
|
|
+ <!-- <div class="float-end d-none d-sm-inline">Anything you want</div>--> <!--end::To the end-->
|
|
|
+ <!--begin::Copyright--> <strong>
|
|
|
+ Copyright © 2014-2024
|
|
|
+ <a href="https://www.luminadatamatics.com/" target="_blank" class="text-decoration-none">Lumina
|
|
|
+ Datamatics
|
|
|
+ LTD</a>.
|
|
|
+ </strong>
|
|
|
+ All rights reserved.
|
|
|
+ <!--end::Copyright-->
|
|
|
+ </footer> <!--end::Footer-->
|
|
|
+ </div> <!--end::App Wrapper--> <!--begin::Script--> <!--begin::Third Party Plugin(OverlayScrollbars)-->
|
|
|
+ <script src="https://code.jquery.com/jquery-3.7.1.min.js"
|
|
|
+ integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
|
|
|
+ <script src="https://cdn.jsdelivr.net/npm/overlayscrollbars@2.3.0/browser/overlayscrollbars.browser.es6.min.js"
|
|
|
+ integrity="sha256-H2VM7BKda+v2Z4+DRy69uknwxjyDRhszjXFhsL4gD3w=" crossorigin="anonymous"></script>
|
|
|
+ <!--end::Third Party Plugin(OverlayScrollbars)--><!--begin::Required Plugin(popperjs for Bootstrap 5)-->
|
|
|
+ <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
|
|
|
+ integrity="sha256-whL0tQWoY1Ku1iskqPFvmZ+CHsvmRWx/PIoEvIeWh4I=" crossorigin="anonymous"></script>
|
|
|
+ <!--end::Required Plugin(popperjs for Bootstrap 5)--><!--begin::Required Plugin(Bootstrap 5)-->
|
|
|
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js"
|
|
|
+ integrity="sha256-YMa+wAM6QkVyz999odX7lPRxkoYAan8suedu4k2Zur8=" crossorigin="anonymous"></script>
|
|
|
+ <!--end::Required Plugin(Bootstrap 5)--><!--begin::Required Plugin(AdminLTE)-->
|
|
|
+ <script src="./dist/js/adminlte.js"></script>
|
|
|
+ <!--end::Required Plugin(AdminLTE)--><!--begin::OverlayScrollbars Configure-->
|
|
|
+ <script>
|
|
|
+ const SELECTOR_SIDEBAR_WRAPPER = ".sidebar-wrapper";
|
|
|
+ const Default = {
|
|
|
+ scrollbarTheme: "os-theme-light",
|
|
|
+ scrollbarAutoHide: "leave",
|
|
|
+ scrollbarClickScroll: true,
|
|
|
+ };
|
|
|
+ document.addEventListener("DOMContentLoaded", function () {
|
|
|
+ const sidebarWrapper = document.querySelector(SELECTOR_SIDEBAR_WRAPPER);
|
|
|
+ if (
|
|
|
+ sidebarWrapper &&
|
|
|
+ typeof OverlayScrollbarsGlobal?.OverlayScrollbars !== "undefined"
|
|
|
+ ) {
|
|
|
+ OverlayScrollbarsGlobal.OverlayScrollbars(sidebarWrapper, {
|
|
|
+ scrollbars: {
|
|
|
+ theme: Default.scrollbarTheme,
|
|
|
+ autoHide: Default.scrollbarAutoHide,
|
|
|
+ clickScroll: Default.scrollbarClickScroll,
|
|
|
+ },
|
|
|
+ });
|
|
|
+ }
|
|
|
+ });
|
|
|
+ </script> <!--end::OverlayScrollbars Configure--> <!-- OPTIONAL SCRIPTS --> <!-- apexcharts -->
|
|
|
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jQuery-Knob/1.2.13/jquery.knob.min.js"
|
|
|
+ integrity="sha512-NhRZzPdzMOMf005Xmd4JonwPftz4Pe99mRVcFeRDcdCtfjv46zPIi/7ZKScbpHD/V0HB1Eb+ZWigMqw94VUVaw=="
|
|
|
+ crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
|
+ <script src="dist/WOW-master/dist/wow.js"></script>
|
|
|
+ <script>
|
|
|
+ $(function () {
|
|
|
+ var data = {
|
|
|
+ "success": true,
|
|
|
+ "processed": 2,
|
|
|
+ "results": [
|
|
|
+ {
|
|
|
+ "sku": "ELEC-001",
|
|
|
+ "title": "Apple MacBook Pro 14-inch",
|
|
|
+ "description": "Latest Apple MacBook Pro with M3 chip.",
|
|
|
+ "image_path": "images/CLTH-001.jpg",
|
|
|
+ "created_at": "2025-10-10T13:06:22.086Z",
|
|
|
+ "final_score": 85.66,
|
|
|
+ "max_score": 100.0,
|
|
|
+ "breakdown": {
|
|
|
+ "mandatory_fields": 100.0,
|
|
|
+ "standardization": 100.0,
|
|
|
+ "missing_values": 100.0,
|
|
|
+ "consistency": 50.0,
|
|
|
+ "seo_discoverability": 61.38,
|
|
|
+ "content_rules_compliance": 100.0,
|
|
|
+ "title_quality": 74.38,
|
|
|
+ "description_quality": 63.92,
|
|
|
+ "image_quality": null,
|
|
|
+ "image_score": 87.5,
|
|
|
+ "attributes": 100.0
|
|
|
+ },
|
|
|
+ "image_score": 87.5,
|
|
|
+ "image_breakdown": {
|
|
|
+ "resolution": 70.0,
|
|
|
+ "clarity": 100.0,
|
|
|
+ "background": 90.0,
|
|
|
+ "size": 80.0,
|
|
|
+ "format": 100.0
|
|
|
+ },
|
|
|
+ "image_metadata": {
|
|
|
+ "width": 960,
|
|
|
+ "height": 640,
|
|
|
+ "dpi": [
|
|
|
+ null,
|
|
|
+ null
|
|
|
+ ],
|
|
|
+ "format": "JPG",
|
|
|
+ "mode": "RGB",
|
|
|
+ "file_size_mb": 0.11,
|
|
|
+ "dominant_color_rgb": [
|
|
|
+ 252,
|
|
|
+ 252,
|
|
|
+ 251
|
|
|
+ ],
|
|
|
+ "dominant_color_hex": "#fcfcfb",
|
|
|
+ "dominant_color_name": "snow",
|
|
|
+ "background_coverage": 47.63
|
|
|
+ },
|
|
|
+ "ai_suggestions": {
|
|
|
+ "content": {
|
|
|
+ "corrected_attributes": {},
|
|
|
+ "missing_attributes": {
|
|
|
+ "processor": "Apple M3",
|
|
|
+ "storage": "512GB SSD",
|
|
|
+ "ram": "8GB Unified Memory",
|
|
|
+ "display_type": "Liquid Retina XDR",
|
|
|
+ "operating_system": "macOS"
|
|
|
+ },
|
|
|
+ "improved_title": "Apple MacBook Pro 14-inch (M3 Chip) - Space Gray - High-Performance Laptop for Creative Professionals",
|
|
|
+ "improved_description": "Experience unparalleled performance with the latest Apple MacBook Pro 14-inch, featuring the groundbreaking M3 chip. Designed for creative professionals and power users, this Space Gray laptop delivers exceptional speed and efficiency for demanding tasks like video editing, graphic design, and software development. Its stunning Liquid Retina XDR display brings your content to life with vibrant colors and incredible detail. Enjoy all-day battery life and a robust build, making it the perfect portable workstation. With advanced connectivity and a powerful operating system, the Apple MacBook Pro 14-inch M3 is engineered to elevate your productivity and creativity.",
|
|
|
+ "seo_keywords": [
|
|
|
+ "Apple MacBook Pro",
|
|
|
+ "MacBook Pro 14-inch",
|
|
|
+ "M3 chip laptop",
|
|
|
+ "Space Gray MacBook",
|
|
|
+ "professional laptop",
|
|
|
+ "creative workstation",
|
|
|
+ "Apple M3",
|
|
|
+ "high-performance laptop",
|
|
|
+ "video editing laptop",
|
|
|
+ "graphic design laptop",
|
|
|
+ "macOS laptop"
|
|
|
+ ],
|
|
|
+ "improvements": [
|
|
|
+ {
|
|
|
+ "component": "description",
|
|
|
+ "issue": "Description is incomplete, too short, lacks structure, adjectives, and complete sentences.",
|
|
|
+ "suggestion": "Rewrite the description to be comprehensive (50-150 words), including detailed features, benefits, specifications, and use cases, using proper prose and descriptive adjectives.",
|
|
|
+ "priority": "high",
|
|
|
+ "confidence": "high"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "component": "title",
|
|
|
+ "issue": "Title quality is suboptimal, potentially containing spam-like patterns (interpreted as being too generic/short for a premium product) and lacking key details.",
|
|
|
+ "suggestion": "Optimize the title to be 50-100 characters, professional, and include brand, model, key features (e.g., M3 chip), and color for better clarity and SEO.",
|
|
|
+ "priority": "high",
|
|
|
+ "confidence": "high"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "component": "attributes",
|
|
|
+ "issue": "Critical product specifications (e.g., processor, storage, RAM) are missing from attributes.",
|
|
|
+ "suggestion": "Add essential technical attributes like 'processor', 'storage', 'ram', 'display_type', and 'operating_system' to provide complete product information and improve searchability.",
|
|
|
+ "priority": "high",
|
|
|
+ "confidence": "high"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "component": "attributes/title/description",
|
|
|
+ "issue": "Inconsistency: The 'color' attribute ('Gray') is not mentioned in the title or description.",
|
|
|
+ "suggestion": "Ensure the product color ('Space Gray' for Apple's Gray) is explicitly mentioned in both the improved title and description for consistency and better product representation.",
|
|
|
+ "priority": "medium",
|
|
|
+ "confidence": "high"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "component": "seo",
|
|
|
+ "issue": "Description lacks common search terms and is too short, negatively impacting SEO visibility for 'brand' and 'model'.",
|
|
|
+ "suggestion": "Integrate relevant keywords naturally throughout the enhanced description and title, focusing on brand (\"Apple\"), model (\"MacBook Pro 14-inch M3\"), and key features, to improve search engine ranking.",
|
|
|
+ "priority": "high",
|
|
|
+ "confidence": "high"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "quality_score_prediction": 85,
|
|
|
+ "summary": "The product requires significant improvements in its description for completeness, structure, and SEO. The title also needs optimization to be more descriptive and consistent with attributes. Adding detailed technical specifications as attributes will greatly enhance product information and searchability."
|
|
|
+ },
|
|
|
+ "image": {
|
|
|
+ "note": "No improvements needed"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "categorized_feedback": {
|
|
|
+ "attributes": {
|
|
|
+ "issues": [],
|
|
|
+ "suggestions": [
|
|
|
+ "Include at least 2-3 key attributes in title",
|
|
|
+ "Consider adding more attributes: color: Gray",
|
|
|
+ "Include more product attributes in description"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "title": {
|
|
|
+ "issues": [
|
|
|
+ "Contains spam-like patterns (excessive caps, multiple punctuation)"
|
|
|
+ ],
|
|
|
+ "suggestions": [
|
|
|
+ "Expand title to include key attributes (brand, model, key features)"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "description": {
|
|
|
+ "issues": [
|
|
|
+ "Incomplete (missing: features, benefits, specifications, use_case)",
|
|
|
+ "Lacks proper sentence structure"
|
|
|
+ ],
|
|
|
+ "suggestions": [
|
|
|
+ "Expand description to 50-150 words for better SEO",
|
|
|
+ "Add features, benefits, specifications, and use cases"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "seo": {
|
|
|
+ "issues": [
|
|
|
+ "Description too short (7 words, recommended 50+)",
|
|
|
+ "No descriptive/quality adjectives found",
|
|
|
+ "Description lacks complete sentences (use prose, not just bullet points)",
|
|
|
+ "Missing common search term 'brand' for Electronics",
|
|
|
+ "Missing common search term 'model' for Electronics",
|
|
|
+ "Missing common search term 'warranty' for Electronics",
|
|
|
+ "Missing common search term 'condition' for Electronics",
|
|
|
+ "Missing common search term 'specs' for Electronics",
|
|
|
+ "Missing common search term 'features' for Electronics",
|
|
|
+ "Missing common search term 'technology' for Electronics",
|
|
|
+ "No high-value search terms found (e.g., 'premium', 'durable', 'best')",
|
|
|
+ "Title too short (25 chars, recommended 50-100)",
|
|
|
+ "Title missing key attributes (brand, model, color, size)"
|
|
|
+ ],
|
|
|
+ "suggestions": [
|
|
|
+ "Consider mentioning 'brand' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'model' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'warranty' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'condition' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'specs' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'features' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'technology' if applicable to improve searchability",
|
|
|
+ "Add 1-2 quality/value indicators to attract more searches"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "images": {
|
|
|
+ "issues": [],
|
|
|
+ "suggestions": [
|
|
|
+ "DPI information not available in image, ensure high-quality source",
|
|
|
+ "Image width acceptable but could be larger (current: 960px)",
|
|
|
+ "Image aspect ratio unusual (1.50), consider standard format"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "general": {
|
|
|
+ "issues": [
|
|
|
+ "'Color': 'Gray' not mentioned in title/description"
|
|
|
+ ],
|
|
|
+ "suggestions": [
|
|
|
+ "Add descriptive words like 'premium', 'durable', 'comfortable' to enhance appeal",
|
|
|
+ "Write 2-3 complete sentences describing the product",
|
|
|
+ "Consider expanding title to 50-100 characters for better SEO",
|
|
|
+ "Remove spam indicators, use professional language",
|
|
|
+ "Title too few words, expand with descriptive terms",
|
|
|
+ "Description has significant overlap with title, add unique information",
|
|
|
+ "Write in complete sentences, not just bullet points"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "processing_time": 16.608,
|
|
|
+ "issues": [
|
|
|
+ "'Color': 'Gray' not mentioned in title/description",
|
|
|
+ "SEO: Description too short (7 words, recommended 50+)",
|
|
|
+ "SEO: No descriptive/quality adjectives found",
|
|
|
+ "SEO: Description lacks complete sentences (use prose, not just bullet points)",
|
|
|
+ "SEO: Missing common search term 'brand' for Electronics",
|
|
|
+ "SEO: Missing common search term 'model' for Electronics",
|
|
|
+ "SEO: Missing common search term 'warranty' for Electronics",
|
|
|
+ "SEO: Missing common search term 'condition' for Electronics",
|
|
|
+ "SEO: Missing common search term 'specs' for Electronics",
|
|
|
+ "SEO: Missing common search term 'features' for Electronics",
|
|
|
+ "SEO: Missing common search term 'technology' for Electronics",
|
|
|
+ "SEO: No high-value search terms found (e.g., 'premium', 'durable', 'best')",
|
|
|
+ "SEO: Title too short (25 chars, recommended 50-100)",
|
|
|
+ "SEO: Title missing key attributes (brand, model, color, size)",
|
|
|
+ "Title: Contains spam-like patterns (excessive caps, multiple punctuation)",
|
|
|
+ "Description: Incomplete (missing: features, benefits, specifications, use_case)",
|
|
|
+ "Description: Lacks proper sentence structure"
|
|
|
+ ],
|
|
|
+ "suggestions": [
|
|
|
+ "Expand description to 50-150 words for better SEO",
|
|
|
+ "Add descriptive words like 'premium', 'durable', 'comfortable' to enhance appeal",
|
|
|
+ "Write 2-3 complete sentences describing the product",
|
|
|
+ "Consider mentioning 'brand' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'model' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'warranty' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'condition' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'specs' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'features' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'technology' if applicable to improve searchability",
|
|
|
+ "Add 1-2 quality/value indicators to attract more searches",
|
|
|
+ "Expand title to include key attributes (brand, model, key features)",
|
|
|
+ "Include at least 2-3 key attributes in title",
|
|
|
+ "Consider expanding title to 50-100 characters for better SEO",
|
|
|
+ "Consider adding more attributes: color: Gray",
|
|
|
+ "Remove spam indicators, use professional language",
|
|
|
+ "Title too few words, expand with descriptive terms",
|
|
|
+ "Description has significant overlap with title, add unique information",
|
|
|
+ "Add features, benefits, specifications, and use cases",
|
|
|
+ "Include more product attributes in description",
|
|
|
+ "Write in complete sentences, not just bullet points",
|
|
|
+ "DPI information not available in image, ensure high-quality source",
|
|
|
+ "Image width acceptable but could be larger (current: 960px)",
|
|
|
+ "Image aspect ratio unusual (1.50), consider standard format"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "sku": "CLTH-001",
|
|
|
+ "title": "Nike Running T-Shirt Blue Medium",
|
|
|
+ "description": "Lightweight Nike running shirt.",
|
|
|
+ "image_path": "images/CLTH-001.jpg",
|
|
|
+ "created_at": "2025-10-10T13:06:22.091Z",
|
|
|
+ "final_score": 79.57,
|
|
|
+ "max_score": 100.0,
|
|
|
+ "breakdown": {
|
|
|
+ "mandatory_fields": 100.0,
|
|
|
+ "standardization": 100.0,
|
|
|
+ "missing_values": 0.0,
|
|
|
+ "consistency": 75.0,
|
|
|
+ "seo_discoverability": 65.5,
|
|
|
+ "content_rules_compliance": 100.0,
|
|
|
+ "title_quality": 91.12,
|
|
|
+ "description_quality": 67.75,
|
|
|
+ "image_quality": null,
|
|
|
+ "image_score": 87.5,
|
|
|
+ "attributes": 100.0
|
|
|
+ },
|
|
|
+ "image_score": 87.5,
|
|
|
+ "image_breakdown": {
|
|
|
+ "resolution": 70.0,
|
|
|
+ "clarity": 100.0,
|
|
|
+ "background": 90.0,
|
|
|
+ "size": 80.0,
|
|
|
+ "format": 100.0
|
|
|
+ },
|
|
|
+ "image_metadata": {
|
|
|
+ "width": 960,
|
|
|
+ "height": 640,
|
|
|
+ "dpi": [
|
|
|
+ null,
|
|
|
+ null
|
|
|
+ ],
|
|
|
+ "format": "JPG",
|
|
|
+ "mode": "RGB",
|
|
|
+ "file_size_mb": 0.11,
|
|
|
+ "dominant_color_rgb": [
|
|
|
+ 252,
|
|
|
+ 252,
|
|
|
+ 251
|
|
|
+ ],
|
|
|
+ "dominant_color_hex": "#fcfcfb",
|
|
|
+ "dominant_color_name": "snow",
|
|
|
+ "background_coverage": 47.63
|
|
|
+ },
|
|
|
+ "ai_suggestions": {
|
|
|
+ "content": {
|
|
|
+ "corrected_attributes": {},
|
|
|
+ "missing_attributes": {},
|
|
|
+ "improved_title": "Nike Men's Lightweight Blue Polyester Running T-Shirt - Medium",
|
|
|
+ "improved_description": "Experience ultimate comfort and performance with the Nike Men's Lightweight Blue Polyester Running T-Shirt. Crafted from high-quality, breathable polyester fabric, this medium-sized tee is designed to keep you cool and dry during your most intense workouts. Its lightweight construction ensures unrestricted movement, making it perfect for daily runs, gym sessions, or any active pursuit. The vibrant blue color adds a stylish touch to your athletic wardrobe, while Nike's renowned quality guarantees durability and long-lasting wear. Stay focused on your goals with this essential piece of running apparel.",
|
|
|
+ "seo_keywords": [
|
|
|
+ "Nike running t-shirt",
|
|
|
+ "men's blue running shirt",
|
|
|
+ "lightweight polyester t-shirt",
|
|
|
+ "Nike athletic wear",
|
|
|
+ "medium size running top",
|
|
|
+ "workout shirt",
|
|
|
+ "performance tee"
|
|
|
+ ],
|
|
|
+ "improvements": [
|
|
|
+ {
|
|
|
+ "component": "description",
|
|
|
+ "issue": "Description is too short, incomplete, lacks structure, and has a weak opening.",
|
|
|
+ "suggestion": "Expand the description to 50-150 words, incorporating features (lightweight, polyester), benefits (comfort, performance, breathability), and use cases (running, workouts, active lifestyle) with proper sentence structure and a strong opening.",
|
|
|
+ "priority": "high",
|
|
|
+ "confidence": "high"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "component": "seo",
|
|
|
+ "issue": "Description too short and lacks complete sentences, missing common search terms (brand, size, color).",
|
|
|
+ "suggestion": "Enhance the description to meet length recommendations (50+ words) and include complete prose. Integrate key SEO terms like 'Nike,' 'running t-shirt,' 'blue,' 'medium,' 'lightweight,' and 'polyester' naturally within the title and description.",
|
|
|
+ "priority": "high",
|
|
|
+ "confidence": "high"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "component": "title",
|
|
|
+ "issue": "Title is too brief and potentially flagged for spam-like patterns (though not evident in current example, improvement will mitigate).",
|
|
|
+ "suggestion": "Optimize the title to be 50-100 characters, clearly stating brand, key features, color, and size (e.g., 'Nike Men's Lightweight Blue Polyester Running T-Shirt - Medium').",
|
|
|
+ "priority": "high",
|
|
|
+ "confidence": "high"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "component": "attributes",
|
|
|
+ "issue": "Material 'Polyester' is not mentioned in the title or description, impacting consistency and SEO.",
|
|
|
+ "suggestion": "Ensure the material 'Polyester' is explicitly mentioned in both the product title and description to improve consistency and provide more product detail.",
|
|
|
+ "priority": "high",
|
|
|
+ "confidence": "high"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "component": "attributes",
|
|
|
+ "issue": "Size 'M' is flagged as suspiciously short, and not explicitly detailed in description.",
|
|
|
+ "suggestion": "While 'M' is a valid attribute value, clarify the size as 'Medium' in the title and description to enhance clarity for customers and address potential system flags.",
|
|
|
+ "priority": "medium",
|
|
|
+ "confidence": "high"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "quality_score_prediction": 88,
|
|
|
+ "summary": "The product requires significant improvements in its description and SEO to enhance discoverability and informativeness. Expanding the description with features, benefits, and use cases, along with optimizing the title to include key product details, will address most identified issues. Ensuring consistent mention of material and size across all text fields will further boost quality."
|
|
|
+ },
|
|
|
+ "image": {
|
|
|
+ "note": "No improvements needed"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "categorized_feedback": {
|
|
|
+ "attributes": {
|
|
|
+ "issues": [],
|
|
|
+ "suggestions": [
|
|
|
+ "Include more product attributes in description"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "title": {
|
|
|
+ "issues": [
|
|
|
+ "Contains spam-like patterns (excessive caps, multiple punctuation)"
|
|
|
+ ],
|
|
|
+ "suggestions": []
|
|
|
+ },
|
|
|
+ "description": {
|
|
|
+ "issues": [
|
|
|
+ "Incomplete (missing: features, benefits, use_case)",
|
|
|
+ "Lacks proper sentence structure",
|
|
|
+ "Weak opening sentence"
|
|
|
+ ],
|
|
|
+ "suggestions": [
|
|
|
+ "Expand description to 50-150 words for better SEO",
|
|
|
+ "Add features, benefits, specifications, and use cases"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "seo": {
|
|
|
+ "issues": [
|
|
|
+ "Description too short (4 words, recommended 50+)",
|
|
|
+ "Description lacks complete sentences (use prose, not just bullet points)",
|
|
|
+ "Missing common search term 'brand' for Clothing",
|
|
|
+ "Missing common search term 'size' for Clothing",
|
|
|
+ "Missing common search term 'color' for Clothing",
|
|
|
+ "Missing common search term 'material' for Clothing",
|
|
|
+ "Missing common search term 'fit' for Clothing",
|
|
|
+ "Missing common search term 'style' for Clothing",
|
|
|
+ "Missing common search term 'occasion' for Clothing",
|
|
|
+ "Missing common search term 'care' for Clothing"
|
|
|
+ ],
|
|
|
+ "suggestions": [
|
|
|
+ "Consider mentioning 'brand' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'size' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'color' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'material' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'fit' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'style' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'occasion' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'care' if applicable to improve searchability"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "images": {
|
|
|
+ "issues": [],
|
|
|
+ "suggestions": [
|
|
|
+ "DPI information not available in image, ensure high-quality source",
|
|
|
+ "Image width acceptable but could be larger (current: 960px)",
|
|
|
+ "Image aspect ratio unusual (1.50), consider standard format"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "general": {
|
|
|
+ "issues": [
|
|
|
+ "'size' suspiciously short: 'M'",
|
|
|
+ "'Material': 'Polyester' not mentioned in title/description"
|
|
|
+ ],
|
|
|
+ "suggestions": [
|
|
|
+ "Provide more detailed size",
|
|
|
+ "Consider adding more descriptive adjectives for better engagement",
|
|
|
+ "Write 2-3 complete sentences describing the product",
|
|
|
+ "Consider adding more value-indicating terms for better positioning",
|
|
|
+ "Consider expanding title to 50-100 characters for better SEO",
|
|
|
+ "Remove spam indicators, use professional language",
|
|
|
+ "Write in complete sentences, not just bullet points",
|
|
|
+ "Start with a strong, descriptive opening sentence"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "processing_time": 14.924,
|
|
|
+ "issues": [
|
|
|
+ "'size' suspiciously short: 'M'",
|
|
|
+ "'Material': 'Polyester' not mentioned in title/description",
|
|
|
+ "SEO: Description too short (4 words, recommended 50+)",
|
|
|
+ "SEO: Description lacks complete sentences (use prose, not just bullet points)",
|
|
|
+ "SEO: Missing common search term 'brand' for Clothing",
|
|
|
+ "SEO: Missing common search term 'size' for Clothing",
|
|
|
+ "SEO: Missing common search term 'color' for Clothing",
|
|
|
+ "SEO: Missing common search term 'material' for Clothing",
|
|
|
+ "SEO: Missing common search term 'fit' for Clothing",
|
|
|
+ "SEO: Missing common search term 'style' for Clothing",
|
|
|
+ "SEO: Missing common search term 'occasion' for Clothing",
|
|
|
+ "SEO: Missing common search term 'care' for Clothing",
|
|
|
+ "Title: Contains spam-like patterns (excessive caps, multiple punctuation)",
|
|
|
+ "Description: Incomplete (missing: features, benefits, use_case)",
|
|
|
+ "Description: Lacks proper sentence structure",
|
|
|
+ "Description: Weak opening sentence"
|
|
|
+ ],
|
|
|
+ "suggestions": [
|
|
|
+ "Provide more detailed size",
|
|
|
+ "Expand description to 50-150 words for better SEO",
|
|
|
+ "Consider adding more descriptive adjectives for better engagement",
|
|
|
+ "Write 2-3 complete sentences describing the product",
|
|
|
+ "Consider mentioning 'brand' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'size' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'color' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'material' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'fit' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'style' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'occasion' if applicable to improve searchability",
|
|
|
+ "Consider mentioning 'care' if applicable to improve searchability",
|
|
|
+ "Consider adding more value-indicating terms for better positioning",
|
|
|
+ "Consider expanding title to 50-100 characters for better SEO",
|
|
|
+ "Remove spam indicators, use professional language",
|
|
|
+ "Add features, benefits, specifications, and use cases",
|
|
|
+ "Include more product attributes in description",
|
|
|
+ "Write in complete sentences, not just bullet points",
|
|
|
+ "Start with a strong, descriptive opening sentence",
|
|
|
+ "DPI information not available in image, ensure high-quality source",
|
|
|
+ "Image width acceptable but could be larger (current: 960px)",
|
|
|
+ "Image aspect ratio unusual (1.50), consider standard format"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "errors": []
|
|
|
+}
|
|
|
+
|
|
|
+ // console.log(data.results);
|
|
|
+ var html = '';
|
|
|
+ data.results.forEach(element => {
|
|
|
+ // console.log(element.final_score);
|
|
|
+ var initial_score = '';
|
|
|
+ var after_score = ''
|
|
|
+ var base_keys = { 'Title': 'title_quality', 'Description': 'description_quality', 'Image': 'image_score', 'SEO': 'seo_discoverability', 'Attributes': 'attributes' }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ Object.entries(base_keys).forEach(([key, value]) => {
|
|
|
+ let name = key;
|
|
|
+ key = key.toLowerCase();
|
|
|
+ console.log(element.breakdown[value], value);
|
|
|
+ var per = 0
|
|
|
+ if (element.breakdown[value]) {
|
|
|
+ per = element.breakdown[value];
|
|
|
+ }
|
|
|
+ var intial_desc = '';
|
|
|
+ if (element.categorized_feedback[key]) {
|
|
|
+ // console.log(element.categorized_feedback[key].issues);
|
|
|
+ intial_desc = element.categorized_feedback[key].issues.join(', ');
|
|
|
+ }
|
|
|
+
|
|
|
+ initial_score += `<tr>
|
|
|
+ <td class="wow bounceInLeft">
|
|
|
+ <a>
|
|
|
+ `+ name + `
|
|
|
+ </a>
|
|
|
+ </td>
|
|
|
+
|
|
|
+ <td class="project_progress wow bounceInRight">
|
|
|
+ <div class="progress progress-sm">
|
|
|
+ <div class="progress-bar bg-green" role="progressbar"
|
|
|
+ aria-valuenow="`+ per + `" aria-valuemin="0" aria-valuemax="100"
|
|
|
+ style="width: `+ per + `%">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <small>
|
|
|
+ `+ per + `%
|
|
|
+ </small>
|
|
|
+ </td>
|
|
|
+
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="wow bounceInLeft" colspan='2' data-wow-delay="0.2s">
|
|
|
+ <div style='max-height:50px;overflow-y:auto;'>
|
|
|
+ <small>
|
|
|
+ `+ intial_desc + `
|
|
|
+ </small>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>`;
|
|
|
+ })
|
|
|
+
|
|
|
+ Object.keys(base_keys).forEach(k => {
|
|
|
+ let name = k;
|
|
|
+ k = k.toLowerCase();
|
|
|
+ var ik = 'improved_' + k
|
|
|
+ var after_desc = '';
|
|
|
+ if (element.ai_suggestions.content[ik]) {
|
|
|
+ console.log(element.ai_suggestions.content);
|
|
|
+ after_desc = element.ai_suggestions.content[ik];
|
|
|
+ }
|
|
|
+
|
|
|
+ after_score += `<tr>
|
|
|
+ <td class="wow bounceInLeft">
|
|
|
+ <a>
|
|
|
+ `+ name + `
|
|
|
+ </a>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="wow bounceInLeft" colspan='2' data-wow-delay="0.2s">
|
|
|
+ <div style='max-height:50px;overflow-y:auto;'>
|
|
|
+ <small>
|
|
|
+ `+ after_desc + `
|
|
|
+ </small>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>`;
|
|
|
+ })
|
|
|
+
|
|
|
+
|
|
|
+ html += `<div class="row mb-4" >
|
|
|
+ <div class="col-md-4">
|
|
|
+ <div class="card">
|
|
|
+ <img class="card-img-top wow pulse" data-wow-iteration="2"
|
|
|
+ src="`+element.image_path+`">
|
|
|
+ <div class="card-block">
|
|
|
+ <h4 class="card-title wow bounceInLeft" data-wow-delay="0.1s">`+element.title+`</h4>
|
|
|
+ <div class="card-text wow bounceInLeft" data-wow-delay="0.2s">`+element.description+`</div>
|
|
|
+ </div>
|
|
|
+ <div class="card-footer wow bounceInLeft" data-wow-delay="0.3s">
|
|
|
+ <small>`+element.created_at+`</small>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-md-4">
|
|
|
+ <div class="card">
|
|
|
+ <div class="card-header py-2">
|
|
|
+ <div class="text-sm mb-0">Initial Score</div>
|
|
|
+ </div>
|
|
|
+ <div class="card-body text-center wow bounceInDown" data-wow-iteration="0.5">
|
|
|
+ <input type="text" class="dial" value="`+ element.final_score + `" data-width="120" data-height="120"
|
|
|
+ data-readOnly='true' data-fgColor="#3c8dbc" data-bgColor="#e8e8e8"
|
|
|
+ data-thickness=".2">
|
|
|
+ <div class="mt-2">Overall Score</div>
|
|
|
+ </div>
|
|
|
+ <table class="table table-striped projects mb-0 table-sm">
|
|
|
+ <tbody>
|
|
|
+ `+ initial_score + `
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="col-md-4 after_score d-none">
|
|
|
+ <div class="card">
|
|
|
+ <div class="card-header py-2">
|
|
|
+ <div class="text-sm mb-0">After Score</div>
|
|
|
+ </div>
|
|
|
+ <div class="card-body text-center wow bounceInDown" data-wow-iteration="0.5">
|
|
|
+ <input type="text" class="dial" value="`+ element.ai_suggestions.content.quality_score_prediction + `" data-width="120" data-height="120"
|
|
|
+ data-readOnly='true' data-fgColor="#198754" data-bgColor="#e8e8e8"
|
|
|
+ data-thickness=".2">
|
|
|
+ <div class="mt-2">Overall Score</div>
|
|
|
+ </div>
|
|
|
+ <table class="table table-striped projects mb-0 table-sm">
|
|
|
+ <tbody>
|
|
|
+ `+ after_score + `
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div > `;
|
|
|
+ // console.log('werrrrrrrrrrrrrrrrrrr', html);
|
|
|
+
|
|
|
+ });
|
|
|
+
|
|
|
+ $('#html').html(html);
|
|
|
+ $('.dial').knob();
|
|
|
+ });
|
|
|
+ new WOW().init();
|
|
|
+ </script>
|
|
|
+</body><!--end::Body-->
|
|
|
+
|
|
|
+</html>
|