Static layout mockups for each app tool (deduplicator, text cleaner, format standardizer, missing handler, column mapper, outlier detector, multi-file merger, validator/reporter, pipeline runner, PDF extractor, reconciler) plus index/home shells and shared assets. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
94 lines
3.5 KiB
HTML
94 lines
3.5 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Layout review — Quality Check</title>
|
|
<link rel="stylesheet" href="assets/app.css">
|
|
</head>
|
|
<body data-page="08_validator_reporter">
|
|
<div class="dt-app">
|
|
<aside class="dt-sidebar" id="dt-sidebar"></aside>
|
|
<main class="dt-main">
|
|
<div class="dt-review-banner">
|
|
<span class="dt-mi">visibility</span>
|
|
<span>Static layout preview of <strong>Quality Check</strong>, a Coming-Soon tool. The page is a stub: an "under development" notice, a feature list, a working file uploader, and disabled placeholder controls. <a href="index.html">All pages →</a></span>
|
|
</div>
|
|
<div class="dt-main-inner">
|
|
|
|
<!-- Tool header -->
|
|
<div class="dt-tool-header">
|
|
<h1>Quality Check</h1>
|
|
<button class="dt-help-btn"><span class="dt-mi">help_outline</span> Help</button>
|
|
</div>
|
|
<p class="dt-tool-caption">Check your file against rules you set, and export a PDF or Excel report.</p>
|
|
|
|
<div class="dt-spacer"></div>
|
|
|
|
<!-- Under-development notice (st.info) -->
|
|
<div class="dt-alert info">
|
|
<span class="dt-mi">info</span>
|
|
<span>This tool is under development.</span>
|
|
</div>
|
|
|
|
<!-- Features list (st.markdown) -->
|
|
<p><strong>Features:</strong></p>
|
|
<ul>
|
|
<li>Column-level validation rules (not null, unique, regex pattern, range, enum)</li>
|
|
<li>Cross-column validation (e.g., start_date < end_date)</li>
|
|
<li>Data quality score per column and overall</li>
|
|
<li>Generate PDF quality report</li>
|
|
<li>Generate Excel report with flagged rows highlighted</li>
|
|
<li>Summary dashboard: pass/fail counts, severity breakdown</li>
|
|
</ul>
|
|
|
|
<hr class="dt-divider">
|
|
|
|
<!-- File upload (functional) -->
|
|
<label class="dt-label">Import CSV or Excel file</label>
|
|
<div class="dt-uploader">
|
|
<div class="dt-uploader-text">
|
|
<span class="hint"><span class="dt-mi" style="vertical-align:-4px">upload_file</span> Drag and drop file here</span>
|
|
<span class="sub">Import a file to preview. Processing is not yet available.</span>
|
|
</div>
|
|
<button class="dt-btn">Browse files</button>
|
|
</div>
|
|
|
|
<!-- Placeholder options -->
|
|
<h3>Validation Rules</h3>
|
|
|
|
<label class="dt-label">Load rules file (JSON)</label>
|
|
<div class="dt-uploader" style="opacity:0.55">
|
|
<div class="dt-uploader-text">
|
|
<span class="hint"><span class="dt-mi" style="vertical-align:-4px">upload_file</span> Drag and drop file here</span>
|
|
<span class="sub">JSON</span>
|
|
</div>
|
|
<button class="dt-btn is-disabled" disabled>Browse files</button>
|
|
</div>
|
|
|
|
<div class="dt-field">
|
|
<label class="dt-label">Quick checks</label>
|
|
<div class="dt-multiselect" style="opacity:0.55">
|
|
<span class="dt-ms-placeholder">Choose options</span>
|
|
</div>
|
|
</div>
|
|
|
|
<h3>Report Format</h3>
|
|
|
|
<div class="dt-field" style="max-width:320px">
|
|
<label class="dt-label">Output format</label>
|
|
<div class="dt-select" style="opacity:0.55">Excel (flagged rows)</div>
|
|
</div>
|
|
|
|
<hr class="dt-divider">
|
|
|
|
<button class="dt-btn dt-btn-primary dt-btn-block is-disabled" disabled>Validate & Generate Report</button>
|
|
|
|
</div>
|
|
</main>
|
|
</div>
|
|
<footer class="dt-footer" id="dt-footer"></footer>
|
|
<script src="assets/shell.js"></script>
|
|
</body>
|
|
</html>
|