-
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
[TNT-253] fix: 회원 탈퇴 시 식단 데이터 삭제, 기타 수정 #64
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.
수정 고생하셨습니다!
PtService 쪽 하나만 확인 부탁드려요~!
@@ -377,4 +376,13 @@ private int validateAndGetNextSession(PtTrainerTrainee ptTrainerTrainee, LocalDa | |||
|
|||
return ptTrainerTrainee.getFinishedPtCount() + 1 + temp; | |||
} | |||
|
|||
private GetTraineeDailyRecordsResponse.PtInfo toPtInfo(TraineeProjection.PtInfoDto dto) { |
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.
👍👍👍👍
📋 Checklist
[APP2-77] feat: 회원 인증 Filter 구현
)🎟️ Issue
✅ Tasks
[회원] 회원 탈퇴 API
soft delete
하도록 수정했습니다.[트레이니] 홈 특정 날짜 기록 조회 API
{"ptInfo": null}
로 나오도록 수정했습니다.swagger에서 키, 몸무게
nullable = true
로 수정했습니다.🙋🏻 More