-
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
[feat] 체크리스트 관련 기능 #19
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.
수고하셨습니다!
|
||
public void updateCheckList(Long userId, CheckListRequestDto checkListRequestDto) { | ||
User user = findByIdOrThrow(userId); | ||
CheckList checkList = user.getCheckList(); |
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.
감사합니당 고생하셨어요!
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.
수고하셨습니다~
Related Issue 🪢
Summary 🌿
Before i request PR review 🧤
🐜
풀이 안 당겨지는 걸 보니 충돌이 뭔가 있나본데.. pr 올리고 고쳐볼게용
엥? 충돌이 없다