ERP-node/frontend/hooks/pop
SeongHyun Kim f12fca46be fix(pop): 연결 역방향 라우팅 + 확정 후속 액션 + API URL 수정
- useConnectionResolver: _auto 모드에서 역방향(타겟→소스) 라우팅 추가
- pop-button: 입고 확정 성공 후 followUpActions 실행 (navigate/refresh/event)
- pop-button: execute-action API URL 경로 수정 (/api/pop/ → /pop/)
2026-03-03 16:19:22 +09:00
..
executePopAction.ts feat(pop): 액션 아키텍처 + 모달 시스템 구현 (STEP 0~7) 2026-02-23 13:54:49 +09:00
index.ts feat(pop-cart): 장바구니 저장 시스템 구현 + 선택적 컬럼 저장 2026-02-26 16:00:07 +09:00
popSqlBuilder.ts feat(pop): usePopEvent, useDataSource 공통 훅 구현 2026-02-11 16:48:56 +09:00
useCartSync.ts feat(pop): 컴포넌트 연결 단순화 + 상태 변경 규칙 UI 개선 + 조회 키 설정 2026-03-03 15:31:13 +09:00
useConnectionResolver.ts fix(pop): 연결 역방향 라우팅 + 확정 후속 액션 + API URL 수정 2026-03-03 16:19:22 +09:00
useDataSource.ts feat(pop): usePopEvent, useDataSource 공통 훅 구현 2026-02-11 16:48:56 +09:00
usePopAction.ts feat(pop): 액션 아키텍처 + 모달 시스템 구현 (STEP 0~7) 2026-02-23 13:54:49 +09:00
usePopEvent.ts feat(pop): usePopEvent, useDataSource 공통 훅 구현 2026-02-11 16:48:56 +09:00