Risk & Quality Control
Risk Management & Mitigation
TEIRAC provides a centralized framework for identifying, quantifying, and tracking project uncertainties. By integrating risk visibility directly into the project dashboard, the platform ensures that potential bottlenecks are addressed before they impact the Schedule Performance Index (SPI).
Risk Tracking
The Risk Tracking module allows project managers to maintain a live registry of potential threats. Risks are categorized by severity to help teams prioritize mitigation efforts.
- Risk Levels: Classified as Critical, High, Medium, or Low.
- Visibility: Critical and High-level risks are surfaced in the "At Risk" status badge on the main Dashboard to ensure immediate stakeholder awareness.
To add a project risk:
- Navigate to the Project Detail page.
- Select the Risks tab or scroll to the Risk Tracking section.
- Click + Add Row.
- Define the risk description and select the appropriate Risk Level.
// Risk Data Structure
interface ProjectRisk {
risk_level: 'Critical' | 'High' | 'Medium' | 'Low';
description: string;
}
Issue Tracking
While risks represent potential future problems, the Issues module tracks current obstacles that require immediate resolution. This module facilitates accountability by assigning owners and tracking the lifecycle of an issue from "Open" to "Resolved."
- Priority Matrix: Categorize issues by urgency (High, Medium, Low).
- Audit Trail: Track when an issue was raised and who is currently responsible for its closure.
Quality Assurance & Control (QA/QC)
Ensuring project deliverables meet technical specifications is handled through the ITR and Punch List modules. These tools provide a transparent record of quality checks and outstanding tasks.
Inspection Test Records (ITR)
The ITR module is designed for field inspectors and QA leads to document formal verification activities. It serves as the primary record for compliance and technical acceptance.
- Inspection Results: Quickly toggle between
Pass,Fail, orPartiallystatus. - Documentation: Includes fields for inspector names, inspection dates, and detailed technical notes for non-conformance reporting.
| Field | Description | | :--- | :--- | | Item Description | The specific component or system being inspected. | | Type | The category of test (e.g., Mechanical, Electrical, Structural). | | Result | Visual status indicators (Pass/Fail/Pending). |
Punch List Management
The Punch List is used during the final stages of a project or phase to capture minor deficiencies, omissions, or items requiring repair before final handover.
- Categorization: Group items by discipline or site zone.
- Actionable Assignments: Assign specific "punch" items to team members to ensure clear responsibility for rework.
Data Integration & Reporting
Bulk Importing Risk & Quality Data
For large projects, TEIRAC supports bulk data entry via CSV/Excel imports to populate Risk and Quality modules rapidly.
Supported Import Tables:
Risk Tracking: Import existing risk registries.ITR: Upload historical inspection logs.Punch List: Import field walkthrough findings.
Quality Status Indicators
The system uses standardized color-coding across all Risk and Quality modules to provide instant visual context:
- <span style="color: #dc2626; font-weight: bold;">Red:</span> Critical Risk, Open Issue, or Failed ITR.
- <span style="color: #d97706; font-weight: bold;">Orange:</span> High Risk or Partially Completed Inspection.
- <span style="color: #16a34a; font-weight: bold;">Green:</span> Low Risk, Resolved Issue, or Passed ITR.