Jay Sheen 29f69c248c Convert transaction constants to i18n-compatible getter functions
- Convert all hardcoded constant arrays to functions accepting TFunction
- Add transaction.constants namespace with 40+ translation keys
- Update contant.ts: All exports now use get* prefix (e.g., getCashReceiptPurposeTypeBtnGroup)
- Replace ko/en properties with single name property using t() function

Updated constants:
- getAllTransactionMoidTidOptionsGroup(t)
- getAllTransactionStatusCodeBtnGroup(t)
- getAllTransactionServiceCodeOptionsGroup(t)
- getAllTransactionStatusCode(t)
- getCashReceiptPurposeTypeBtnGroup(t)
- getCashReceiptTransactionTypeBtnGroup(t)
- getCashReceiptProcessResultBtnGroup(t)
- getEscrowSearchTypeOptionsGroup(t)
- getEscrowDeliveryStatusBtnGroup(t)
- getEscrowSettlementStatusBtnGroup(t)
- getBillingSearchTypeOptionsGroup(t)
- getBillingRequestStatusBtnGroup(t)
- getBillingProcessResultBtnGroup(t)
- getBillingPaymentMethodBtnGroup(t)

Updated components (9 files):
- Filter components: all-transaction, cash-receipt, billing, escrow
- List pages: billing, cash-receipt, escrow
- UI components: list-item, important-info-section

All constants now properly support Korean/English language switching.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 16:36:30 +09:00
2025-10-22 17:27:27 +09:00
2025-09-05 15:36:48 +09:00
2025-09-05 15:36:48 +09:00
2025-09-05 15:36:48 +09:00
2025-09-17 10:05:25 +09:00
2025-09-17 10:05:25 +09:00
2025-09-17 10:05:25 +09:00
2025-09-05 15:36:48 +09:00
2025-09-05 15:36:48 +09:00
2025-09-05 15:36:48 +09:00
2025-09-05 15:36:48 +09:00
2025-09-17 10:05:25 +09:00
2025-09-05 15:36:48 +09:00
2025-09-05 15:36:48 +09:00
2025-09-05 15:36:48 +09:00
2025-09-05 15:36:48 +09:00
2025-09-05 15:36:48 +09:00
2025-09-05 15:36:48 +09:00

웹 프론트엔드 개발 환경

1. 개발 환경

  • Vite: 빠른 개발 서버 및 번들러
  • TypeScript: 정적 타입 지원
  • ESLint: 코드 린팅(정적 분석)
  • Prettier: 코드 포매터

2. UI/UX

  • TailwindCSS: 유틸리티 기반 CSS 프레임워크
  • react-i18next: 다국어(i18n) 지원

3. 네트워킹 & 데이터

  • Axios: HTTP 클라이언트
  • openapi-typescript 또는 Orval: OpenAPI 기반 API 타입/클라이언트 코드 자동 생성
  • TanStack/React Query: 서버 상태 관리 및 데이터 패칭

4. 네비게이션 & 라우팅

  • TanStack/React Router: SPA 라우팅

5. 상태 관리

  • Zustand: 클라이언트/로컬 상태 관리
  • TanStack/React Query: 서버 상태 관리
Description
NicePay App Web - Frontend Application
Readme 29 MiB
Languages
TypeScript 89%
CSS 9%
HTML 0.8%
JavaScript 0.8%
Makefile 0.3%