Merged
Conversation
yu-so-young2
reviewed
Nov 5, 2025
| "/devdevdev/api/v1/test/**", | ||
| "/devdevdev/api/v1/token/**", | ||
| "/devdevdev/api/v1/picks/**", | ||
| "/devdevdev/api/v2/picks/**", |
| public class PickMainSearchResponseV2 extends PickMainResponseV2 { | ||
| private final Double searchScore; | ||
|
|
||
| @Builder(builderMethodName = "searchBuilder") |
Member
There was a problem hiding this comment.
(단순 궁금증) 빌더 메서드 이름을 지정하셨는데, 특별한 이유가 있을까요?
Member
Author
There was a problem hiding this comment.
이거 상속 받을때 부모가 @Builder 선언 되어 있으면, 자식은 @Builder 그대로 사용 못해서, 네이밍 해줘야한다고 해서 저렇게 했어요!
Member
There was a problem hiding this comment.
검색 시에는 pick.status = APPROVAL 상태인지 확인하지 않는 것 같은데, 이후에
findPicksWithPickOptionWithMemberByIdIn() 에서 조회하기 때문으로 이해하면 될까욥?!
This file contains hidden or 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
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.
📝 작업 내용
🔗 참고할만한 자료(선택)
💬 리뷰 요구사항(선택)