-
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
[LIME-54] 아이템 상세조회 기능추가 #23
Conversation
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.
고생하셨습니당 😊
double itemAvgRate, | ||
boolean isMemberItem, | ||
boolean isReviewed | ||
) { | ||
boolean isReviewed, | ||
int favoriteCount | ||
) { |
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.
이런 이유에서 기본 값이 사용되는군요...
역시 다양한 요구사항을 생각해야 하는 것들을 배워가네용
@@ -11,7 +11,7 @@ public record MemberItemMetadata ( | |||
String itemUrl, | |||
String imageUrl, | |||
int price, | |||
int myItemCount, | |||
int favoriteCount, |
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.
이 표현이 저도 더 좋아보여요! 굿
늦은 시간인데 바로 리뷰 해주셔서 감사합니다 평안한 밤 보내세요 ❤ |
📌 PR 종류
어떤 종류의 PR인지 아래 항목 중에 체크 해주세요.
📌 어떤 기능이 추가 되었나요?
Issue Number
LIME-54
반환 json 형식
📌 기존에 있던 기능에 영향을 주나요?