Quality Control Plan Generator
This section presents the full Quality Control Plan, organized by project phase. Each section details the necessary checks, frequency, and responsible party to ensure quality assurance.
Project QC Plan:
Define Project & QC Checks
Project Details
QC Checks
Phases Covered: ${sortedPhases.join(', ')}
`; // 3. Render Schedule sortedPhases.forEach(phase => { const phaseItems = qc_data.items.filter(item => item.phase === phase); if (phaseItems.length === 0) return; const sectionDiv = document.createElement('div'); sectionDiv.className = 'qc-table-section pl-4 bg-white rounded-r-lg shadow-md'; const h3Class = "text-xl font-bold text-emerald-700 border-b border-gray-300 pb-2 mb-3"; const tableClass = "w-full text-left border-collapse"; const thClass = "p-3 bg-gray-100 text-sm font-semibold text-gray-600 border-b border-gray-300"; const tdClass = "p-3 border-b border-gray-200 text-sm"; let itemsHTML = phaseItems.map(item => `${phase} Checks
| QC Check / Task | Frequency | Standard | Responsible Owner |
|---|
