From 8efa986ed5eca26d362ceaa3b28ee06bf2615cfd Mon Sep 17 00:00:00 2001 From: hansoo Date: Mon, 5 May 2025 17:12:09 +0900 Subject: [PATCH] Remove unused files and clean up project structure --- docs/02_기술_문서/02_기술스택.md | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/docs/02_기술_문서/02_기술스택.md b/docs/02_기술_문서/02_기술스택.md index 23d9ae8..0bd5ffa 100644 --- a/docs/02_기술_문서/02_기술스택.md +++ b/docs/02_기술_문서/02_기술스택.md @@ -44,3 +44,43 @@ Zellyy Finance 프로젝트 개발에 사용된 전체 기술 스택을 정리 - IDE: Visual Studio Code - 버전 관리: Git (GitHub) + +## 테스트 및 품질 관리 + +- Unit/Integration 테스트: Jest + React Testing Library 또는 Vitest +- E2E 테스트: Cypress 또는 Playwright + +## 코드 품질 및 포맷팅 + +- Prettier +- Husky + lint-staged + commitlint +- TypeScript strict 모드 + +## CI/CD + +- GitHub Actions 또는 Gitea Actions: lint → test → build → deploy 자동화 +- Drone CI (Gitea 연동): CI/CD 파이프라인 자동화 +- 커버리지 리포트 업로드 + +## 문서화 + +- Storybook (UI 컴포넌트 카탈로그) +- OpenAPI/Swagger (API 문서 자동 생성) + +## 보안 + +- Dependabot, Snyk (dependency 스캔) +- 환경변수 관리: dotenv, Vault + +## 성능 및 PWA + +- Lighthouse 성능 측정 +- Service Worker (오프라인, 푸시 지원) + +## 국제화 (i18n) + +- react-i18next 등 + +## 컨테이너화 + +- Dockerfile, docker-compose (개발/테스트 환경)