Merged
Conversation
- 기존 ResponseEntity<ResultResponse<T>> 형태에서 ResultResponse<T> 단일 객체로 변경했습니다.
- 기ntity<ResultResponse<T>> 형태에서 ResultResponse<T> 단일 객체로 변경했습니다.
- 기존 식단 수정(PUT)과 식사 시간 수정(PATCH) API를 하나의 PATCH API로 통합
- 아이가 식단 이행 여부를 저장하는 api를 통합하였습니다. - Diet와 DietSet 예외처리를 구현하였습니다.
- 부모 및 아이의 회원가입 및 로그인 응답 API를 공통화 하였습니다.
- Swagger의 @tag를 한글로 변경하였습니다.
- API 응답 구조 변경에 따라 테스트 코드를 수정하였습니다.
- Diet 관련 테스트를 구현하였습니다. - DietSet 관련 테스트를 구현하였습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 연관된 이슈
📝작업 내용
💬리뷰 시 요구사항 (선택)