Skip to content
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

커뮤니티 전체&추천 여행 목록 조회 쿼리 개선 #709

Merged
merged 9 commits into from
Oct 13, 2023

Conversation

mcodnjs
Copy link
Collaborator

@mcodnjs mcodnjs commented Oct 13, 2023

📄 Summary

#698

image
image

4(=1+3)개의 쿼리는 아래와 같습니다!

  1. @Auth로 인한 리프레시 토큰 검사
  2. 커뮤니티 트립 n개 조회
  3. 트립 n개에 대한 City 정보 조회
  4. 트립 n개에 대한 Like 정보 조회

🙋🏻 More

추가적인 세부 사항은 이슈를 참고하시면 좋을거 같습니다?
실제 나갔던 쿼리를 보고싶다면, 여기서 보시면 됩니다
더 개선할 사항 보이면 남겨주십쇼
미션하러감✋

@mcodnjs mcodnjs self-assigned this Oct 13, 2023
@mcodnjs mcodnjs linked an issue Oct 13, 2023 that may be closed by this pull request
4 tasks
Copy link
Member

@jjongwa jjongwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

@jjongwa
Copy link
Member

jjongwa commented Oct 13, 2023

oh test..
bad..

@github-actions
Copy link

📝 Jacoco Test Coverage

Total Project Coverage 80.35% 🍏
File Coverage [73.29%]
CommunityController.java 100% 🍏
CityElement.java 100% 🍏
CityElements.java 85.37% 🍏
CommunityService.java 81.38% 🍏
LikeElements.java 32.43%
LikeElement.java 0%
LikeInfo.java 0%

Comment on lines -249 to +253
verify(itemRepository).delete(any());
verify(itemRepository).deleteById(any());
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기 건들지도 않았는데 테스트 터짐! 이게 말.이.됩.니.까?
근데 이전 PR에선 안터졌음. 근데 터지는게 맞긴함
왜 안터졌지 ..? 뭔가 놓치고 있나 .. ? 근데 아무리 봐도 잘 모르겠다 ~

쨌든 테스트 터진 문제는 아래와 같습니다.
ExpenseRepository 참조하는데 모킹이 안되어있었고,
delete() -> deleteById()로 로직 바뀌었는데 verify 검증 부분은 안바꿔줘서 발생한 문제

Copy link
Collaborator

@waterricecake waterricecake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다. 라온

@mcodnjs mcodnjs merged commit 5994711 into develop Oct 13, 2023
1 check passed
jjongwa pushed a commit that referenced this pull request Oct 19, 2023
* feat: member와 sharedTrip fetch join으로 쿼리

* feat: tripIds에 해당하는 List<City> 가져오도록 쿼리

* feat: tripIds에 해당하는 Like 정보 가져오도록 쿼리

* feat: 추천 목록 조회에도 적용

* feat: recommend 쿼리에서 sharedTrip fetch join으로 쿼리

* refactor: dto 네이밍 및 패키지 변경

* style: 쿼리 포맷 수정

* refactor: 일급컬렉션을 사용하여 맵 변환 및 관련 변수명 수정

* test: ItemServiceTest delete 메서드 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

커뮤니티 전체&추천 여행 목록 조회 쿼리 개선
4 participants