Tree Editor Validation - required fields and orphan detection #2

Closed
opened 2026-02-03 04:40:41 +00:00 by chihlasm · 1 comment
chihlasm commented 2026-02-03 04:40:41 +00:00 (Migrated from github.com)

Add validation to the tree editor:

  • Required fields validation (name, at least one node)
  • Orphan node detection (nodes not reachable from root)
  • Circular reference detection
  • Show validation errors before save
  • Prevent save if validation fails
Add validation to the tree editor: - [ ] Required fields validation (name, at least one node) - [ ] Orphan node detection (nodes not reachable from root) - [ ] Circular reference detection - [ ] Show validation errors before save - [ ] Prevent save if validation fails
chihlasm commented 2026-02-03 05:13:39 +00:00 (Migrated from github.com)

Already implemented in treeEditorStore.ts - includes required fields validation, orphan node detection, and reference validation.

Already implemented in treeEditorStore.ts - includes required fields validation, orphan node detection, and reference validation.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: chihlasm/resolutionflow#2