-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Feature] 이동봉사자 봉사 관리 - 목록 조회 API 수정 #158
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.
2차 개발 들어가고 코드리뷰 오랜만에 남기니 좀 설레네요..? ㅎㅎ
고생하셨습니다~!
아, 그리고 Dto 클래스에 ~completed 이런식으로 지은 거 직관적이고 너무 좋네요. 오랜만에 몇 달 전 작성한 남의 코드 보는데도 불구하고 기획서와 바로 매핑되어 아주 이해가 잘 돼요. 다들 클래스명 짓는 스타일도 다른데, 저는 코넥독 스타일이 좋아서 회사에서도 그렇게 쓰고 있답니다👍
String intermediaryName, Boolean isKennel, | ||
Long reviewId, Long dogStatusId) { |
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.
근황이 빠진 거 반영하고,
@@ -9,6 +9,7 @@ public record ApplicationVolunteerProgressingResponse(Long postId, String mainIm | |||
LocalDate startDate, | |||
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "Asia/Seoul") | |||
LocalDate endDate, | |||
String pickUpTime, |
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.
근황이 빠지고, 픽업시간까지 추가해 목록 조회하기 구현하셨네요!
2차 개발 시작하면서 느낀 건데, 응답 값을 수정하면서 변경해야 하는 코드가 적어 좋았습니다! |
💡 연관된 이슈
close #157
📝 작업 내용
💬 리뷰 요구 사항