1.6 KiB
1.6 KiB
| ui_doc_type | component_id | status | source_evidence | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| component | placeholder-panel | 구현됨 |
|
Placeholder Panel
Component ID: placeholder-panel
Status: 구현됨
Source Evidence
| Type | Path | Notes |
|---|---|---|
| code | apps/client/lib/src/app/alt_workbench_shell.dart |
_AltPlaceholder가 준비되지 않은 Markets, Backtests, Portfolio, Research, Settings section content를 표시한다. |
| docs | README.md |
실제 quant 운영 기능은 API/worker/domain headless 경계 안정화 뒤 중앙 section에 mount한다고 설명한다. |
Purpose
아직 headless 경계가 준비되지 않은 운영 section에 대해 의도와 future mount point를 표시한다.
Used By
alt-workbench:alt-workbench.center
Anatomy
- icon
- title
- subtitle
Variants
- markets
- backtests
- portfolio
- research
- settings
States
- default
- empty
Rules
- placeholder는 실제 운영 기능이 구현된 것처럼 설명하지 않는다.
- section이 실제 operator surface로 승격되면 별도 view 정의 또는 해당 view의 region으로 갱신한다.
Decision History
- 2026-06-25:
_AltPlaceholder구현 근거로 component 정의를 생성했다.