Skip to content
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

[Refactoring] 각종 수정 사항 수정 #144

Open
riceCakeSsamanKo opened this issue Jul 26, 2024 · 0 comments · May be fixed by #145
Open

[Refactoring] 각종 수정 사항 수정 #144

riceCakeSsamanKo opened this issue Jul 26, 2024 · 0 comments · May be fixed by #145
Labels
refactoring 리팩토링용 label

Comments

@riceCakeSsamanKo
Copy link
Contributor

  1. 기존 nullable=false를 연관관계 제거를 위해 nullable = true 변경

  2. dto 매개변수 타입을 double에서 Double로 변경. 반환값 중 기존에는 반환될 값이 없는 경우 0이 반환되었지만 Double로 설정하여 null이 반환되도록 수정함.

  3. 섭취한 즐겨찾기 음식제거 로직 수정. 예를 들어 dailyBookMarkedRaw의 BookMarkedRaw가 제거되어 null이 된 경우, 해당 dailyBookMarkedRaw는 제거하지 못하게 함. 그 경우에는 log를 띄움

@riceCakeSsamanKo riceCakeSsamanKo added the refactoring 리팩토링용 label label Jul 26, 2024
riceCakeSsamanKo added a commit to riceCakeSsamanKo/BackEnd that referenced this issue Jul 26, 2024
riceCakeSsamanKo added a commit to riceCakeSsamanKo/BackEnd that referenced this issue Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring 리팩토링용 label
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant