feat: persist graph explorer zone state

This commit is contained in:
2026-05-25 00:27:10 +02:00
parent 1ad432270b
commit 296ac051a7
4 changed files with 100 additions and 18 deletions

View File

@@ -156,7 +156,7 @@ resolver path.
```task
id: RAIL-FAB-WP-0022-T05
status: todo
status: done
priority: medium
state_hub_task_id: "765caa50-f372-4ab4-adb4-87660e684c54"
```
@@ -173,6 +173,13 @@ At minimum, preserve:
Expected result: saved views restore the same zone mode and default definition
set after reload.
Result: Added explicit nested zone state to graph explorer profiles with
`visible`, `grouping`, `definitionSet`, and `presentation` fields while keeping
legacy URL aliases for `zoneBoundaries`, `zoneGrouping`, and
`zoneDefinitionSet`. Saved and copied views now preserve the active zone
definition set and presentation state, and profile restore normalizes unknown
future definition sets back to the Fabric default.
## Task 6: Prototype Collapse-To-Zone-Node
```task