35 lines
1.1 KiB
Markdown
35 lines
1.1 KiB
Markdown
---
|
|
ui_doc_type: views-index
|
|
views:
|
|
- alt-workbench
|
|
- dashboard
|
|
---
|
|
|
|
# View Definitions
|
|
|
|
## View Tree
|
|
|
|
| View ID | Status | Evidence | Description |
|
|
|---------|--------|----------|-------------|
|
|
| `alt-workbench` | 구현됨 | `apps/client/lib/src/app/router.dart`, `apps/client/lib/src/app/alt_workbench_shell.dart` | ALT Console shell, center section switching, right activity rail, Agent dock을 포함하는 root workbench view |
|
|
| `dashboard` | 구현됨 | `apps/client/lib/src/features/dashboard/presentation/dashboard_screen.dart` | 현재 center content에 mount되는 dashboard scaffold와 socket/pipeline status panel |
|
|
|
|
## Navigation
|
|
|
|
- `alt-workbench` -> `dashboard`: `/` route의 기본 center content
|
|
- `alt-workbench` -> placeholder sections: activity rail section 선택. 현재는 별도 view 정의가 아니라 `alt-workbench.center`의 placeholder content로 취급한다.
|
|
|
|
## Common States
|
|
|
|
- loading
|
|
- empty
|
|
- error
|
|
- permission-denied
|
|
|
|
## Common Permissions
|
|
|
|
- operator: ALT Console view와 scaffold 상태 확인
|
|
|
|
## Open Questions
|
|
|
|
- [UIR-001] placeholder sections를 별도 view로 승격할지 결정해야 한다.
|