-
Notifications
You must be signed in to change notification settings - Fork 1
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
[feat] 구매자는 매장 리스트를 조회할 수 있다 #81
Closed
The head ref may contain hidden characters: "feature/72_Hyeon-Uk_\uAD6C\uB9E4\uC790\uB294_\uB9E4\uC7A5_\uB9AC\uC2A4\uD2B8\uB97C_\uC870\uD68C\uD560_\uC218_\uC788\uB2E4"
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
동적 쿼리를 위해 QueryDsl 설정
QEntity가 git에서 관리되면 변경이 매우 자주 일어날 수 있어서 ignore
- 추가적으로 정보를 얻기 위해 @Getter 추가
- 아무런 값이 없으므로 clusteredIndex로 인해 pk값인 id를 기준으로 오름차순 정렬해서 반환됨
- 아무런 값이 없으므로 clusteredIndex로 인해 pk값인 id를 기준으로 오름차순 정렬해서 반환됨
7 tasks
…ntroller에 구현 - 현재 아무런 파라미터가 없으므로 모든 store의 정보를 parsing해서 보여준다.
- 현재 아무런 파라미터가 없으므로 모든 store의 정보를 store_id 기준으로 오름차순해서 parsing하는지 확인
- 기존 단위테스트를 진행한 StoreApiControllerTest.java 에 MockBean으로 StoreDao를 주입 - StoreDao를 이용한 조회 통합테스트인 StoreApiControllerWithDaoTest.java에 @transactional 어노테이션 추가
- 기존 로직은 메서드에서 매번 팩토리를 생성 - 매번 메서드마다 팩토리를 생성하는 코드 중복이 일어남 - 팩토리를 매번 생성하면 성능적인 오버헤드가 생김 - 팩토리는 Thread-Safe한 객체기 때문에 싱글톤으로 관리되어도 아무런 문제가 없다.
- 사이즈는 기본값 20개 고정
- 모든 list를 가져오게된다면 메모리 초과의 위험이 존재함.
- 매번 Dummies를 구현하다보면 중복코드가 발생하고, 그로 인해 도메인의 구조가 변경됐을 때 수정작업이 매우 많아 공통적으로 처리할 수 있는 Fixture생성
…트코드 작성 및 StoreDummiesFixture 적용
커밋 정리 후 다시 PR올리겠습니다 ^_^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
💡 다음 이슈를 해결했어요.
Issue Link - #1
💡 이슈를 처리하면서 추가된 코드가 있어요.
💡 이런 고민을 했어요.
💡 다음 자료를 참고하면 좋아요.
추가 고친 이슈
✅ 셀프 체크리스트