-
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#148] 답변 채택 API 성능 최적화 #155
Conversation
- fetch join을 활용한 한방 쿼리 추가
- fetch join을 활용한 한방 쿼리 추가
Code Coverage
|
Test Results 28 files 28 suites 14s ⏱️ Results for commit 8086fe9. ♻️ This comment has been updated with latest results. |
* [refactor] JWT 생성 로직 변경 - JWT 생성시 subject에 개인정보(이메일)이 아닌 PK값이 들어가도록 변경 - 검증 토큰을 이용한 인증 객체 생성 시 subject 이메일 -> PK 변경에 따라 PK로 회원 찾도록 변경 * [refactor] : 토큰 generate 메서드 파라미터 변경으로 인한 리팩토링 * [refactor] : 토큰 generate 메서드 파라미터 변경으로 인한 리팩토링 * [refactor] : 토큰 generate 메서드 파라미터 변경으로 인한 리팩토링
정합성 테스트를 하신 이유가 있을까요? 동시성 문제는 여러 사용자가 동시에 DB 데이터에 접근해서 일관성 문제가 생기는 걸로 알고 있습니다! 그런데 repository 의존성을 Mocking해서 하는게 맞는지 모르겠습니다.. |
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.
고생 많으셨습니다~! 회의에서 논의된대로 이후에 v1,v2 는 합치도록 하겠습니다
@@ -52,10 +52,21 @@ public ResponseEntity<PageResponse<AnswerDetailResponse>> getAnswersByQuestionPo | |||
@ApiResponse(useReturnTypeSchema = true) | |||
@PostMapping("/api/question-posts/answers/{answerId}") | |||
public ResponseEntity<AnswerDetailResponse> getAnswersByQuestionPostId( | |||
@PathVariable Long answerId, | |||
@PathVariable("answerId") Long answerId, |
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.
수정 감사합니다~
* [feat] : 채팅 요청 상세 조회 응답 추가 * [feat] : 채팅 요청 상세 조회 비즈니스 로직 추가 * [feat] : 채팅 요청 상세 조회 비즈니스 로직 테스트 * [feat] : 채팅 요청 상세 조회 API 메서드 추가 * [test] : 채팅 요청 상세 조회 API 메서드 테스트 * [feat] : 채팅 요청 API pk 필드명 수정 * [rename] : memberInfo DTO 위치 이동 * [remove] : 불필요한 예외 로직 처리 삭제 * [refactor] : 채팅 파트너 구하는 로직 도메인으로 이동 * [refactor] : 채팅 파트너 구하는 로직 mapper가 아닌 서비스 내에서 호출 * [style] : 코드 리포멧팅 * [style] : 줄바꿈 취소
…m/dnd-side-project/dnd-11th-3-backend into refacotr/#148/mypage-optimization
정합성 테스트 매 CI할 때마다 돌리면 시간이 많이 소요되어서 disabled 처리했습니다. |
관련 이슈
📑 작업 상세 내용
💫 작업 요약
🔍 중점적으로 리뷰 할 부분