-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[refactor #54] 로그인 후 JWT 발급 리팩토링 #58
Conversation
Test Results84 tests 84 ✅ 9s ⏱️ Results for commit 1c6a463. ♻️ This comment has been updated with latest results. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auth와 member를 분리하니까 훨씬 가독성이 좋아진 것 같아요! 수고 많으셨습니다.
|
* [chore] : 질문글 추천 API SWAGGER 명세 * [feat] : 질문 수정 응답 dto 추가 * [rename] : 질문 수정 응답 dto 컨벤션에 맞게 네이밍 변경 * [refactor] : dto 팩토리 메서드 제거 * [feat] : 질문글 업데이트 dto 추가 * [fix] : dto mapper에 이미지, url null일 때 검증 로직 추가 * [feat] : 이미지 일괄 삭제를 위한 repository 추가 * [feat] : 업데이트 dto mapper 함수 추가 * [feat] : 엔티티 내 필드 업데이트 로직 추가 * [feat] : 질문글 업데이트 비즈니스 로직 작성 * [feat] : 질문글 업데이트 API 메서드 작성 * [test] : 요구사항 validation 맞게 fixture 수정 * [fix] : 이미지 삭제 시 질문글 내 이미지 리스트 비우는 로직 추가 * [fix] : 컨트롤러 누락된 어노테이션 추가 * [fix] : 리스트 데이터 변경 불가 예외 해결 * [test] : 질문글 업데이트 단위 테스트 작성 * [test] : 질문글 업데이트 통합 테스트 작성 * [style] : 코드 리포멧팅 * [feat] : null 대신 새 ArrayList 할당
관련 이슈
📑 작업 상세 내용
💫 작업 요약
🔍 중점적으로 리뷰 할 부분
.header("Authorization", accessToken) -> .cookie(accessToken)
으로 사용하시면 됩니다~!