kt-event-marketing/.claude/settings.local.json
doyeon 9039424c40 WinnerController Swagger 문서화 추가 및 이벤트/참여자 예외 처리 개선
- WinnerController에 Swagger 어노테이션 추가 (Operation, Parameter, ParameterObject)
- 당첨자 목록 조회 API 기본 정렬 설정 (winnerRank ASC, size=20)
- ParticipationService에서 이벤트/참여자 구분 로직 개선
  - 이벤트 없음: EventNotFoundException 발생
  - 참여자 없음: ParticipantNotFoundException 발생
- EventCacheService 제거 (Redis 기반 검증에서 DB 기반 검증으로 변경)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 11:15:04 +09:00

52 lines
1.7 KiB
JSON

{
"permissions": {
"allow": [
"Bash(curl:*)",
"Bash(if [ ! -d \"claude\" ])",
"Bash(then mkdir claude)",
"Bash(fi)",
"Bash(mkdir:*)",
"Bash(rm:*)",
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/historyhub/reference/**)",
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/historyhub/define/**)",
"Bash(copy:*)",
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/b2c-mvp/references/**)",
"Read(//Users/chaerikim/Desktop/회사/Digital Garage/b2c-mvp/define/**)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push)",
"Bash(git pull:*)",
"Bash(./gradlew participation-service:compileJava:*)",
"Bash(find:*)",
"Bash(netstat:*)",
"Bash(findstr:*)",
"Bash(docker-compose up:*)",
"Bash(docker --version:*)",
"Bash(timeout 60 bash:*)",
"Bash(docker ps:*)",
"Bash(docker exec:*)",
"Bash(docker-compose down:*)",
"Bash(git rm:*)",
"Bash(git restore:*)",
"Bash(./gradlew participation-service:test:*)",
"Bash(timeout 30 bash:*)",
"Bash(helm list:*)",
"Bash(helm upgrade:*)",
"Bash(helm repo add:*)",
"Bash(helm repo update:*)",
"Bash(kubectl get:*)",
"Bash(python3:*)",
"Bash(timeout 120 bash -c 'while true; do sleep 5; kubectl get pods -n kt-event-marketing | grep kafka | grep -v Running && continue; echo \"\"\"\"All Kafka pods are Running!\"\"\"\"; break; done')",
"Bash(kubectl delete:*)",
"Bash(kubectl logs:*)",
"Bash(kubectl describe:*)",
"Bash(kubectl exec:*)",
"mcp__context7__resolve-library-id",
"mcp__context7__get-library-docs",
"Bash(python -m json.tool:*)"
],
"deny": [],
"ask": []
}
}