-
Notifications
You must be signed in to change notification settings - Fork 3
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] 체중 관리 기능 구현 #8
Comments
shimbaa
added a commit
that referenced
this issue
Sep 4, 2024
shimbaa
added a commit
that referenced
this issue
Sep 4, 2024
shimbaa
added a commit
that referenced
this issue
Sep 4, 2024
shimbaa
added a commit
that referenced
this issue
Sep 5, 2024
shimbaa
added a commit
that referenced
this issue
Sep 5, 2024
특정 반려동물의 체중 기록 중 체중의 id(pk)값으로 상세 기록을 조회
shimbaa
added a commit
that referenced
this issue
Sep 5, 2024
shimbaa
added a commit
that referenced
this issue
Sep 5, 2024
shimbaa
added a commit
that referenced
this issue
Sep 5, 2024
shimbaa
added a commit
that referenced
this issue
Sep 5, 2024
체중값, 기록시간을 변경 하는 메서드를 엔티티 내부에 구현 실제 값의 변경은 해당 메서드를 통해서 실행됨
shimbaa
added a commit
that referenced
this issue
Sep 5, 2024
실제 변경은 Weight 엔티티의 update() 메서드를 통해 실행
shimbaa
added a commit
that referenced
this issue
Sep 5, 2024
shimbaa
added a commit
that referenced
this issue
Sep 5, 2024
shimbaa
added a commit
that referenced
this issue
Sep 13, 2024
shimbaa
added a commit
that referenced
this issue
Sep 13, 2024
shimbaa
added a commit
that referenced
this issue
Sep 13, 2024
[domain 패키지 -> entity 패키지] 이름 변경, mapper 패키지 위치 이동
shimbaa
added a commit
that referenced
this issue
Sep 13, 2024
기존 dto 패키지 삭제, entity 하위에 response, request 패키지 생성 및 관련 클래스 이동
shimbaa
added a commit
that referenced
this issue
Sep 16, 2024
기존 빌더 패턴에서 모든 필드값을 받는 생성자로 변경 엔티티의 모든 필드값이 notnull 이므로 빌더패턴 대신 @AllArgsConstructor 사용
shimbaa
added a commit
that referenced
this issue
Sep 18, 2024
shimbaa
added a commit
that referenced
this issue
Sep 18, 2024
shimbaa
added a commit
that referenced
this issue
Sep 18, 2024
shimbaa
added a commit
that referenced
this issue
Sep 18, 2024
shimbaa
added a commit
that referenced
this issue
Sep 19, 2024
Merged
shimbaa
added a commit
that referenced
this issue
Oct 10, 2024
This was referenced Oct 10, 2024
Merged
shimbaa
added a commit
that referenced
this issue
Oct 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
구현 기능 소개
체중 관련 CRUD
�
작업 상세 내용
추가된 작업 내용들
참고할만한 자료(선택)
The text was updated successfully, but these errors were encountered: