User Interface medium complexity frontend
1
Dependencies
1
Dependents
1
Entities
0
Integrations

Description

Inline editing panel that appears contextually within the hierarchy tree to allow administrators to rename an organization, change its parent, or move it to a different subtree. Validates the target parent against scope restrictions before submitting.

Feature: Multi-Organization Hierarchy

org-node-editor

Responsibilities

  • Provide inline form for editing organization name and parent assignment
  • Validate that the selected parent is within the admin's authorized scope
  • Submit PATCH requests to move or rename nodes
  • Display validation errors and conflict warnings

Interfaces

openEditor(orgId)
closeEditor()
submitRename(orgId, newName)
submitMove(orgId, newParentId)
validateParentScope(parentId)
showConflictWarning(message)

Relationships

Dependencies (1)

Components this component depends on

Dependents (1)

Components that depend on this component

Related Data Entities (1)

Data entities managed by this component