Purpose: This document defines the internal operational logic of the Construction Management
📋 Function
. It governs the on-site execution of project work, from planning and resource allocation to daily progress tracking and formal acceptance of completed work.Why This Matters
This
📋 Function
brings structure and real-time visibility to the complexities of on-site construction. It focuses on operational excellence by tracking daily progress, managing resource allocation, and ensuring quality control through a formal acceptance process. Strategically, this provides managers with a clear view of on-the-ground progress against the master plan, enabling proactive issue resolution and ensuring adherence to budget and quality standards. For site supervisors and construction teams, it digitizes daily reporting, clarifies task ownership, and streamlines the processes for material requests and work acceptance.The Big Picture
Architecturally, this
📋 Function
is the execution engine of the project lifecycle, taking inputs from the high-level 🧊 Project
and 🧊 Design Drawing
. It is centered around the 🧊 Construction Category
object, which represents a major phase of work (e.g., Electrical, Plumbing). This central object is supported by a 🧊︎ Construction Task
sub-object for granular work management. All other key processes, including 🧊 Construction Logs
, 🧊 Material Requests
, and 🧊 Acceptance Records
, are linked directly to a 🧊 Construction Category
, making it the operational hub for all on-site activities.OBJECT TYPES & WORKFLOWS
1. 🧊 Construction Category (Standard Object)
- Process Description: Manages a major package of construction work for a specific project, from preparation to final acceptance.
- Example: “Electrical Installation for P-101”. “Apartment Masonry Work for P-101”.
Construction Category Workflow
PREPARATION
→ IN PROGRESS
→ AWAITING ACCEPTANCE
→ COMPLETED
An IN PROGRESS category can also be moved to a PAUSED status.
2. 🧊︎ Construction Task (Sub-Object)
- Process Description: An individual, actionable task that must be completed as part of a
🧊 Construction Category
. - Parent Object:
🧊 Construction Category
- Example: “Install main electrical panel”. “Plaster the master bedroom walls”.
TO DO
→ DOING
→ DONE
3. 🧊 Construction Log (Standard Object)
- Process Description: A daily log to record on-site progress, issues, and activities for a specific
🧊 Construction Category
. - Example: “Daily log for Electrical Installation - 20/08/2025”.
DRAFT
→ SUBMITTED
4. 🧊 Material Request (Standard Object)
- Process Description: Manages the process of requesting and approving materials needed for a
🧊 Construction Category
. - Example: “Request for 50m of electrical conduit”.
NEW
→ PENDING APPROVAL
→ APPROVED
→ DELIVERED
/ REJECTED
5. 🧊 Acceptance Record (Standard Object)
- Process Description: A formal record to document the inspection and acceptance of a completed
🧊 Construction Category
. - Example: “Acceptance Record for P-101 Electrical Work”.
DRAFT
→ AWAITING SIGNATURE
→ COMPLETED
OBJECT RELATIONSHIPS
Relationship | Type | Description |
---|---|---|
🧊 Construction Category → 🧊︎ Construction Task | Parent-Child | A category is broken down into specific tasks for the construction team. |
🧊 Construction Log → 🧊 Construction Category | Reference | Daily logs are recorded against a specific, active work category. |
🧊 Material Request → 🧊 Construction Category | Reference | Materials are requested for a specific work category. |
🧊 Acceptance Record → 🧊 Construction Category | Reference | A formal acceptance record is created to sign off on a completed category. |
AUTOMATIONS
Rule | Trigger | Action |
---|---|---|
1. Daily Progress Reminder | Every day at 4:00 PM. | Sends a notification to all Construction Supervisors to submit their Construction Log for the day. |
2. Notify on Acceptance Result | An 🧊 Acceptance Record is moved to COMPLETED . | Sends a notification to the Site Supervisor and the client with the result of the inspection. |
3. Escalate Overdue Tasks | An automation runs daily. | Checks for 🧊︎ Construction Tasks that are past their Due Date but not DONE and notifies the Project Director. |
WORKVIEWS & DASHBOARDS
Workview | Description |
---|---|
1. Category Gantt Chart | A timeline view of all 🧊 Construction Categories for a project, showing their planned and actual durations. |
2. Daily Task Kanban | A board view showing all 🧊︎ Construction Tasks for the day, organized by status (TO DO , DOING , DONE ). |
ROLES, PERMISSIONS & NOTIFICATIONS
Role | Description |
---|---|
Project Director | Has overall responsibility for the project, approves material requests, and reviews acceptance records. |
Construction Supervisor | Manages the on-site team, assigns tasks, submits daily logs, and requests materials. |
Construction Team | Executes the Construction Tasks assigned to them and updates their status. |
What’s Next?
- Project Management Function: Understand the higher-level function that creates the master plan and budget which this Construction function executes against.
- Design Management Function: See how the technical drawings used by the construction team are created and approved.