-
Notifications
You must be signed in to change notification settings - Fork 5
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] - 여행 계획 수정 기능 구현 #341
Conversation
Test Results 31 files 31 suites 9s ⏱️ Results for commit 8474750. ♻️ This comment has been updated with latest results. |
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.
메서드명 하나 바뀌었으면 좋겠는 거 있어서 거기 코멘트 달았는데 확인해주세요!
어프로브 드립니다. 수고하셨습니다 알파카 ^_^
String content, | ||
@Schema(description = "TODO의 체크 여부", example = "true") | ||
@NotNull(message = "TODO의 체크 여부는 비어 있을 수 없습니다.") | ||
Boolean isChecked | ||
) { | ||
|
||
public TravelPlaceTodo toUncheckedPlaceTodo(TravelPlanPlace travelPlanPlace, Integer order) { |
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.
이젠 isChecked인 PlaceTodo가 생길 수 있으니 메서드명이 바뀌는게 좋겠네요 ^_^
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.
어이쿠 빼먹었네요..
바로 수정 완료했습니다..! 🙇
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.
고생하셨습니다! 알파카!
문제 없어 보입니다!
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.
고생하셨습니다! 알파카 👍
public void update(String title, LocalDate startDate) { | ||
this.title = title; | ||
this.startDate = startDate; | ||
} | ||
|
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.
우선은 이미 작성된 검증들이 호출되어야 하는 시점이라고 생각합니다..!
검증을 우아하게 하는 방법은.. 고민해보아야겠네요 🤔
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.
아까 얘기했던 것처럼 리건형 코드랑 같이 별도의 이슈에서 처리하는 것으로 하겠습니다!
* feat: Todo 요청 객체가 체크 여부를 받도록 수정 * feat: 여행 계획 수정 서비스 구현 * feat: 여행 계획 수정 컨트롤러 구현 * style: 요청 객체 네이밍에서 create 제거 * style: 메서드명 수정 * fix: 잘못 입력된 문자 삭제
✅ 작업 내용
🙈 참고 사항