Skip to content

feat/#131 - 프롬프트 재작성#133

Merged
woals2840 merged 1 commit intodevelopfrom
feat/#131
Jan 22, 2026
Merged

feat/#131 - 프롬프트 재작성#133
woals2840 merged 1 commit intodevelopfrom
feat/#131

Conversation

@woals2840
Copy link
Contributor

@woals2840 woals2840 commented Jan 22, 2026

📣 Related Issue

  • close #

📝 Summary

🙏 Question & PR point

📬 Postman

Summary by CodeRabbit

  • 버그 수정

    • 계정 탈퇴 프로세스에서 사용자 데이터 삭제 순서 최적화
  • 개선 사항

    • 취향 키워드 추출 시스템 단순화 및 유연성 향상
    • 데이터베이스 트랜잭션 처리 메커니즘 개선

✏️ Tip: You can customize this high-level summary in your review settings.

@woals2840 woals2840 linked an issue Jan 22, 2026 that may be closed by this pull request
1 task
@woals2840 woals2840 merged commit bd3adf2 into develop Jan 22, 2026
3 checks passed
@woals2840 woals2840 deleted the feat/#131 branch January 22, 2026 15:14
@coderabbitai
Copy link

coderabbitai bot commented Jan 22, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

세 개 파일에 걸친 변경으로, 사용자 계정 탈퇴 프로세스를 리팩토링하고 AI 프롬프트를 개선하며 트랜잭션 제어를 강화했습니다. AuthFacade의 withdraw 메서드는 사용자 삭제 시점을 토큰 회수 전으로 변경하고, 중복 삭제 로직을 제거했습니다. ChatService의 GPT 시스템 프롬프트는 엄격한 포맷 요구사항을 제거하고 취향 키워드 분류에 초점을 맞췄으며, UserService의 deleteUser 메서드에는 @Transactional 애너테이션을 추가했습니다.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Poem

탈퇴하는 사용자의 여정은 이제 순차적 ✨
GPT의 수다를 줄이고 집중하게 하니 🎯
트랜잭션 경계는 명확하게, 데이터는 안전하게 🔒
세 파일의 조화, 코드의 소나타 🎼

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] 회원탈퇴 API / 컬렉션 조회 로직 변경

1 participant