Initial commit: Add project files
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# FE 표준과 Adapter v3
|
||||
|
||||
의존 방향은 `Feature → Standard Screen/Crud → Ks Facade → UiAdapter Contract → Provider`다. Feature에서 PrimeVue/AG Grid import를 금지한다.
|
||||
|
||||
## 상태 책임
|
||||
- Server state: TanStack Query
|
||||
- Session/role/UI preference: Pinia
|
||||
- Form: vee-validate + Zod
|
||||
- URL 공유상태: vue-router
|
||||
- 대량 목록: AG Grid provider, server query contract
|
||||
|
||||
## 화면 표준
|
||||
T01~T10을 유지하고 CRUD list/form, operations console, reconciliation, governance 화면에서 As-of·ProjectionVersion·Watermark·Correlation을 표준 노출한다.
|
||||
|
||||
공통화는 3회 반복만으로 부족하다. 동일 의미·동일 실패상태·동일 변경축까지 일치할 때만 승격한다.
|
||||
Reference in New Issue
Block a user