Conversation
- IpUtil, PaginationUtil 유틸리티 클래스 추가 - 각 서비스에서 중복된 페이지네이션 로직을 PaginationUtil로 통합 - IP 관련 로직(CIDR 체크, 클라이언트 IP 추출)을 IpUtil로 통합 - console.log를 NestJS Logger로 교체 - any 타입을 Prisma 타입으로 개선 - 불필요한 try-catch 제거 - PaginatedResponse DTO 추가 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Entity는 응답 스키마 정의용으로 class-validator 불필요 - @ApiProperty의 required 옵션으로 nullable 표현 통일 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- 수동 정의된 타입을 swagger 자동 생성 타입으로 교체 - Comment, AdminComment, BlockedIp 등 API 타입 통합 - 서비스 파일에서 중복 타입 정의 제거 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- 웹에서 서버 타입 사용 시 pnpm swagger 실행 가이드 추가 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
공개 API들에 12시간 캐시 설정을 추가하여 서버 부하를 줄이고 응답 속도를 개선했습니다. - constants에 CACHE_REVALIDATE_TIME 추가 (43200초) - BrandService, CategoryService, StatisticService 등에 revalidate 옵션 적용 - HeadService, InteriorService에도 캐싱 설정 추가 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
주요 변경사항
🎉 새로운 기능
⚡️ 성능 최적화
🔧 리팩토링
📚 문서화
🎨 UI/UX
기술 스택
테스트