Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
refactor: 로그인 로직 리팩토링
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- DCI(Describe-Context-It) 패턴으로 단위 테스트 작성 - UseCase 테스트: LoginUseCase, LogoutUseCase, CreateRoomUseCase, JoinRoomUseCase, GetRoomUseCase, GetAllRoomUseCase - Domain 테스트: Room, User 엔티티 도메인 로직 검증 - fix: GetAllRoomUseCase에서 RoomSummary 생성 시 RoomCode/RoomName 순서 오류 수정 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feature: 단위 테스트 코드 작성
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feature : Steam WebApiKey Azure Key Vault 연동 및 패밀리 쉐어링 차단
feat: Claude Code 커스텀 커맨드 추가
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 이 풀 리퀘스트는 애플리케이션의 안정성, 보안 및 개발자 경험을 크게 향상시키는 데 중점을 둡니다. 자동화된 테스트와 CI를 통합하고, Azure Key Vault를 사용하여 민감한 API 키의 보안을 강화하며, 오류 처리 로직을 개선했습니다. 또한, 새로운 사용자 정의 명령어를 추가하여 개발 워크플로우를 간소화하고, 저장소 구성을 정리했습니다. Highlights
Changelog
Ignored Files
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
이번 PR은 프로젝트 품질을 크게 향상시키는 중요한 변경들을 담고 있습니다. 특히 xUnit과 Moq를 사용한 단위 테스트 추가는 코드의 안정성과 유지보수성을 높이는 데 큰 도움이 될 것입니다. 또한, Azure Key Vault를 연동하여 API 키를 안전하게 관리하고, 글로벌 예외 핸들러를 도입하여 오류 처리를 중앙화한 점도 매우 훌륭합니다. 전반적으로 코드베이스를 현대적이고 견고하게 만드는 좋은 변경이라고 생각합니다.
한 가지, 글로벌 예외 핸들러의 응답 방식을 개선하여 API 클라이언트의 편의성을 더욱 높일 수 있는 제안을 드립니다.
📚작업 내용
long에서ulong으로 통일단위 테스트는 Domain 엔티티(Room, User)와 UseCase(Auth, Room) 전 계층을 커버하며, CI에서 PR 시 자동 실행됩니다. Azure Key Vault 연동으로 Steam WebApiKey가 환경 변수 대신 Key Vault에서 주입됩니다.
✅체크리스트