Task & Schedule Management
Overview
TEIRAC’s Task and Schedule Management module is designed to transform complex project timelines into actionable, data-driven workflows. By integrating granular task tracking with high-level performance metrics like the Schedule Performance Index (SPI), TEIRAC ensures that project managers have the visibility needed to identify bottlenecks before they impact the critical path.
The system focuses on three core pillars: Accountability, Structure, and Performance.
Key Features
Dynamic Task Lists & Tracking
Manage daily operations through specialized views tailored to different project needs. TEIRAC provides distinct modules for high-level milestones and granular execution:
- Task List: The primary engine for project scheduling, capturing start and end dates alongside Work Breakdown Structure (WBS) codes.
- Task Tracking: A specialized view for ongoing work, focusing on completion percentages and resource assignment.
- Action Plans: Short-term, high-priority lists designed to resolve immediate blockers or "at-risk" project phases.
Performance Metrics (SPI)
TEIRAC automatically calculates the Schedule Performance Index (SPI) to provide an objective measure of progress.
- SPI > 1.0: The project is ahead of schedule.
- SPI < 1.0: The project is behind schedule. This metric is surfaced on the global dashboard, allowing stakeholders to assess the health of an entire portfolio at a glance.
Work Breakdown Structure (WBS)
For complex industrial or technical projects, TEIRAC supports WBS Coding. This allows users to categorize tasks into hierarchical tiers, ensuring that every deliverable is mapped to its specific phase, site zone, or department.
Using the Task Module
The Task Management interface utilizes an intuitive, row-based entry system. Each task entry supports real-time status updates and priority leveling.
Adding a Task
To add a new item to your schedule:
- Navigate to the Project Workspace.
- Select the Task List or Task Tracking tab.
- Click + Add Row.
- Define the task parameters:
- Task Name: A concise description of the work.
- Owner/Assigned To: The individual responsible for delivery.
- WBS Code: The structural identifier for organizational alignment.
- Timeline: Start and end dates to populate the project health metrics.
Status & Priority Visuals
TEIRAC uses a color-coded badge system to provide instant visual context for your schedule:
- Completed / Done: Green — Task finalized.
- In Progress: Blue — Actively being worked on.
- Blocked / Fail: Red — Requires immediate intervention.
- High Priority: Amber — Critical for upcoming milestones.
// Example of a Task Object structure within TEIRAC
{
task: "Install Primary Cooling Loop",
owner: "Engineering Team A",
wbs_code: "2.4.1",
start_date: "2023-10-01",
end_date: "2023-10-15",
status: "In Progress",
priority: "High"
}
Scalability & Integration
Bulk Data Import
For large-scale projects with hundreds of line items, TEIRAC supports bulk importing. Users can upload Excel or CSV files directly into the Task List or Task Tracking modules. The system maps your spreadsheet columns to the database schema, ensuring a seamless transition from legacy tracking tools to the TEIRAC platform.
Progress Synchronization
As individual tasks are marked as complete or progress percentages are updated in the Task Tracking module, the system updates the project-wide Deliverables Progress and Timeline Percentage. This automation eliminates the need for manual status reporting, providing a "single source of truth" for the entire project team.
Intended Use Cases
- Construction & Engineering: Managing site zones and technical dependencies using WBS codes.
- Product Development: Tracking sprint deliverables and identifying "At Risk" features via SPI.
- Operational Rollouts: Coordinating multi-departmental action plans with clear ownership and due dates.