Files
nexus/wiki/concepts/4-Level-Semantic-Zoom.md
2026-05-03 05:42:12 +08:00

43 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "4-Level Semantic Zoom"
type: concept
tags: []
last_updated: 2026-03-05
---
## Definition
4-Level Semantic Zoom四层级语义缩放是 [[nexus-spatial-discovery]] 中 [[Nexus Spatial]] 产品的导航范式——用户通过语义级别的缩放,在不同抽象层次间流畅切换,从全局舰队视角到单步执行追踪。
## Four Levels
| 层级 | 用户视角 | 信息密度 | 典型任务 |
|------|---------|---------|---------|
| **Fleet View**(舰队视图) | 所有工作流作为抽象形状 | 极低(颜色+状态) | 跨系统健康检查 |
| **Workflow View**(工作流视图) | 节点图 + 标签 + 连接线 | 中等(拓扑结构) | 工作流设计/编辑 |
| **Node View**(节点视图) | 扩展配置 + 近 I/O + 状态指标 | 高(单节点详情) | 节点调试/配置 |
| **Trace View**(追踪视图) | 完整执行追踪 + 数据检查 | 极高(全链路数据) | 深度调试/根因分析 |
## Design Rationale
1. **语义对齐而非像素对齐**:缩放的是信息抽象层次,而非物理尺寸
2. **与物理空间对应**Fleet View → 远景(背景)→ Trace View → 近景(前景)
3. **减少认知负荷**:用户始终看到"此刻需要关注的信息量"
4. **过渡有目的**:每次缩放都是一次导航决策,而非平移
## Transition Choreography
| 过渡 | 时长 | 关键动作 |
|------|------|---------|
| Overview → Focus | 600ms | 相机漂移到目标,其他区域淡出至 30% |
| Focus → Detail | 500ms | 节点滑出扩展,连接线高亮 |
| Detail → Overview | 600ms | 面板收起,节点退后,全拓扑可见 |
| Zone Switch | 500ms | 当前区域侧向滑出,新区域滑入 |
| Window → Immersive | 1000ms | 边框溶解,节点展开至完整空间位置 |
## Connections
- [[SpatialAIOps]] ← 导航范式
- [[Command-Theater]] ← 空间布局
- [[Nexus Spatial]] ← 落地产品