- Reorganized Architecture: Moved Master data management (Controls, Departments, Tests) to a dedicated Master namespace/directory for better modularity.
- Unified Data Entry: Consolidated daily and monthly QC entry views and logic into a single streamlined system.
- UI/UX Modernization:
- Integrated DaisyUI and Alpine.js for a responsive, themeable, and interactive experience.
- Replaced legacy layouts with a new DaisyUI-based template.
- Updated branding with new logo and favicon assets.
- Cleaned up deprecated JavaScript assets (app.js, charts.js, tables.js).
- Backend Enhancements:
- Added `ControlEntryModel` and `ResultCommentsController` for improved data handling and auditing.
- Updated routing to support the new controller structure and consolidated API endpoints.
- Documentation & Assets:
- Added [docs/PRD.md](cci:7://file:///c:/www/tinyqc/docs/PRD.md:0:0-0:0) and [docs/llms.txt](cci:7://file:///c:/www/tinyqc/docs/llms.txt:0:0-0:0) for project context and requirements.
- Included database schema scripts and backups in the `backup/` directory.
- Cleanup: Removed legacy TUI progress files and unused commands.
19 lines
956 B
XML
19 lines
956 B
XML
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="grad" x1="0" y1="0" x2="512" y2="512" gradientUnits="userSpaceOnUse">
|
|
<stop offset="0%" stop-color="#10B981" />
|
|
<stop offset="100%" stop-color="#3B82F6" />
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Main shape: A rounded vial shape -->
|
|
<path d="M180 100 H332 V320 C332 362 298 396 256 396 C214 396 180 362 180 320 V100 Z" fill="url(#grad)" />
|
|
<rect x="160" y="80" width="192" height="24" rx="12" fill="url(#grad)" />
|
|
|
|
<!-- Content: Bar chart and Checkmark -->
|
|
<rect x="210" y="280" width="24" height="60" rx="12" fill="white" />
|
|
<rect x="244" y="240" width="24" height="100" rx="12" fill="white" />
|
|
<rect x="278" y="210" width="24" height="130" rx="12" fill="white" />
|
|
|
|
<path d="M200 200 L240 240 L340 140" stroke="white" stroke-width="32" stroke-linecap="round" stroke-linejoin="round" />
|
|
</svg>
|