Implementation of nested sets capability to allow hierarchical organization of document sets.
Current Limitation:
The current ProjectWise implementation only allows single-level sets, limiting our ability to organize documents in hierarchical structures.
Proposed Enhancement:
Implement the ability to create nested sets (sets within sets), similar to folder structures, allowing:
Creation of subsets within existing sets
Multiple levels of set hierarchy
Folder-like navigation through set structures
Business Value:
Enhanced Document Organization
Logical grouping of related documents
Increased Efficiency
More intuitive navigation
Faster document location
Reduced time searching for documents
Improved document control
Enhanced project structure visualization
Example Structure:
Project Documentation (Main Set)
├── Civil Works
│ ├── Foundations
│ └── Structures
└── Electrical
├── Power Distribution
└── Lighting