shin
82f788bbb5
feat: 리포트 디자이너 Phase 1~3 완료 및 리팩토링
...
- Phase 1: 리포트 관리 페이지(Admin) 고도화 - CRUD, 목록/그리드 뷰
- Phase 2: 내부 리포트 목록 컨텍스트 뷰어
- Phase 3: 화면관리 컴포넌트화 (드래그&드롭)
리팩토링:
- ReportDesignerContext 분리: 2049줄 → 484줄 (contexts/report-designer/ 하위 훅 추출)
- MM_TO_PX 상수 중복 제거: useClipboardActions/useUIState → lib/report/constants 통일
- generateComponentId 헬퍼 중앙화: lib/report/constants로 단일 소스 관리
- ConditionalRule 타입 중복 제거: conditionalUtils → types/report 단일 정의
- 렌더러/속성/모달 컴포넌트 분리: designer/renderers, properties, modals 디렉토리
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 18:30:18 +09:00
kjs
f04d224b09
feat: Enhance error handling with showErrorToast utility
...
- Replaced existing toast error messages with the new `showErrorToast` utility across multiple components, improving consistency in error reporting.
- Updated error messages to provide more specific guidance for users, enhancing the overall user experience during error scenarios.
- Ensured that all relevant error handling in batch management, external call configurations, cascading management, and screen management components now utilizes the new utility for better maintainability.
2026-03-03 16:04:11 +09:00
SeongHyun Kim
9878f1f502
fix(select): Radix UI Select v2.x value="" 에러 수정
...
Radix UI Select v2.0부터 빈 문자열 value=""가 금지됨 (placeholder 예약어)
수정 파일:
- FieldDetailSettingsModal.tsx: saveColumn "__default__"
- TableLogViewer.tsx: 전체 필터 "__all__"
- FlowStepPanel.tsx: disabled placeholder "__placeholder__"
- MapConfigPanel.tsx: 선택 안 함 "__none__" (2곳)
- DataMappingSettings.tsx: disabled placeholder "__placeholder__" (2곳)
- ScreenAssignmentTab.tsx: disabled placeholder "__placeholder__"
- multilang/page.tsx: 전체 메뉴/타입 "__all__" (2곳)
2025-12-24 09:24:56 +09:00
leeheejin
3fa410cbe4
ui 수정 및 시현할 기능 업데이트
2025-10-02 14:34:15 +09:00
kjs
0fca8cd90b
get요청 db 저장기능
2025-09-29 13:32:59 +09:00
kjs
e0777d0fc3
데이터 매핑 설정 중간커밋
2025-09-26 17:52:11 +09:00
kjs
11b71b788a
외부호출 기능(rest API)
2025-09-26 17:11:18 +09:00