People, Skills, Teams
The Org Tree
The two hierarchies GreenVee uses to represent your organisation — the department tree and the supervisor tree.
GreenVee maintains two separate but complementary hierarchies for people. Understanding which is which helps you read org views and resource reports correctly.
The department tree
Section titled “The department tree”The department tree is your formal organisational chart. It is built from Department records, each of which can have a parent department.
Company ├── Engineering │ ├── Electrical Design │ └── Civil & Structural └── Operations ├── Field Services └── Health & SafetyEach node is a Department. Each Department has:
- A leader — the Employee responsible for that unit.
- A parent — the Department one level above (empty for the root).
- Children — any Departments directly beneath it.
The department tree represents your formal structure — how the company is divided into business units, regardless of who currently works in each unit or who manages whom day-to-day.
The supervisor tree
Section titled “The supervisor tree”The supervisor tree is built from the supervisor field on Employee records. Every employee can point to one other employee as their supervisor, creating a reporting-line hierarchy.
CEO └── Head of Engineering ├── Senior Engineer A │ └── Graduate Engineer X └── Senior Engineer BThis tree answers the question “who reports to whom?” It is independent of departments — an employee’s supervisor may be in a different department, or the same department but a different sub-team.
The supervisor tree is used in:
- Approval workflows (routing sign-offs up the chain)
- Reporting views that group by management line
- Org-flow visualisations in the product
Skill Categories — a third hierarchy
Section titled “Skill Categories — a third hierarchy”Skill Categories are also hierarchical. They form a tree of capability groups rather than an org structure, but the same recursive pattern applies: a category can have child categories, which can have further children.
The Structure view (/structure) blends employees, project members, and skills into a single flow diagram — showing not just who is where, but what each part of the organisation can do, and where project roles are filled or still open. See Skills for how required and actual skills are matched inside this view.
Which tree to use for what
Section titled “Which tree to use for what”| Question | Use this tree |
|---|---|
| How is the company formally divided? | Department tree |
| Who approves this employee’s requests? | Supervisor tree |
| Which business unit bears the cost? | Department tree |
| Who is the skip-level manager? | Supervisor tree |
| What capabilities does this division have? | Skill Category tree (overlaid on department) |
Related pages
Section titled “Related pages”- Employees & Departments — where both trees are built from
- Skills — the Skill Category hierarchy
- Project Members vs Employees — how employees appear inside projects