User Interface high complexity mobile
0
Dependencies
0
Dependents
2
Entities
0
Integrations

Description

Full-screen view that renders the complete organizational hierarchy from national associations down to local associations. Uses a recursive Flutter expandable list widget to allow admins to navigate, expand, and collapse organizational nodes at any level.

Feature: Organization Structure Management

organization-tree-screen

Responsibilities

  • Render recursive org hierarchy as an interactive tree
  • Support expand/collapse per organizational node
  • Provide navigation to org level detail and edit views
  • Display activity counts and attribution per level

Interfaces

loadHierarchy(organizationId)
expandNode(nodeId)
collapseNode(nodeId)
navigateToDetail(nodeId, level)
refreshTree()
filterByLevel(levelType)
searchNode(query)

Related Data Entities (2)

Data entities managed by this component