Project Management¶
Projects are the primary organizational unit in Enjade. Each project contains BIM models, elements, and associated data.
Creating a Project¶
- Navigate to Projects in the admin panel
- Click Create New Project
- Fill in project details:
- Name - Project display name
- Code - Short identifier
- Description - Project description
- Tenant - Owning organization
- Click Save
Screenshot Placeholder
TODO: Add screenshot of project creation form

Project creation form showing input fields for name, code, description, tenant selector, and save button
Screenshot Placeholder
TODO: Add screenshot of projects list

Projects list view showing table with project names, codes, active status, and action buttons
Project Settings¶
General Settings¶
| Setting | Description |
|---|---|
| Name | Display name |
| Code | Short identifier |
| Description | Project description |
| Active | Enable/disable project |
Viewer Integration¶
Configure BIM viewer connections:
- Go to Project → Settings → Viewer
- Select viewer type (Desite, Trimble, etc.)
- Enter connection settings
- Click Test Connection
- Save configuration
Classification Systems¶
Assign classification systems to the project:
- Go to Project → Settings → Classifications
- Select available classification systems
- Set default classification
- Configure mapping rules
Property Definitions¶
Configure which properties are available:
- Go to Project → Settings → Properties
- Enable/disable property sets
- Configure required properties
- Set default values
Managing Project Users¶
Add Users¶
- Go to Project → Users
- Click Add User
- Search for existing user or invite new
- Select role:
- Admin - Full project control
- Editor - Edit elements and properties
- Viewer - Read-only access
- Click Add
Remove Users¶
- Find user in project user list
- Click Remove button
- Confirm removal
Change Roles¶
- Find user in list
- Click on current role
- Select new role
- Confirm change
BIM Model Management¶
Upload Model¶
- Go to Project → BIM Models
- Click Upload
- Select IFC file
- Configure import settings:
- Element extraction options
- Property mapping
- Classification mapping
- Start import
Model Versions¶
Track model versions:
- Each upload creates a new version
- Compare versions for changes
- Roll back to previous versions
Sync Settings¶
Configure element synchronization:
- Go to Model → Sync Settings
- Set sync mode (manual/auto)
- Configure conflict resolution
- Set property priorities
Project Variables¶
Define project-level variables:
- Go to Project → Variables
- Add variable with:
- Name
- Type (text, number, date)
- Value
- Use in formulas:
@project.variable_name
Data Export¶
Export project data:
- Go to Project → Export
- Select export format:
- JSON - Full data export
- CSV - Tabular data
- IFC - BIM model with properties
- Configure options
- Download export
Project Archiving¶
To archive a completed project:
- Go to Project → Settings
- Click Archive Project
- Confirm archiving
Archived projects: - Become read-only - Remain accessible for reference - Can be restored by admin