-
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] 산책 CRUD 구현 #38
Comments
jieunjin
added a commit
that referenced
this issue
Sep 25, 2024
산책 CRUD를 위한 entity, service, repository, mapper,reponse,request 구현 Related to: #38
Merged
jieunjin
added a commit
that referenced
this issue
Oct 11, 2024
주간/월간 기록 조회 응답에 통계 정보 추가 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 11, 2024
주간/월간 기록 조회에 관한 service, controller 분리 하여 구현 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 14, 2024
불필요한 메서드 삭제 밑 @Autowired 대신 @requiredargsconstructor 사용 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 14, 2024
Httpstatus.ok -> creat로 변경 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 14, 2024
requestedDate가 없으면 오늘 날짜를 사용하는 로직을 서비스 계층으로 이동 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 14, 2024
path_image_id -> path_image로 수정 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 16, 2024
buddyIds, centerPosition, path 를 List로 저장하고 응답하도록 수정 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 16, 2024
LocalTime -> String 으로 변경 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 16, 2024
반환 타입 변경 후 타입에 맞게 entity, request, response, JsonArrayConverter 수정 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 16, 2024
조회일 기준에 해당하는 주간 데이터 가져오도록 수정 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 16, 2024
isWithinRange를 확인하는 로그 삭제 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 16, 2024
반환타입을 형식에 맞게 변경하고 코드 수정 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 20, 2024
pet과 walkRecord의 buddyIds manytomany 설정 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 20, 2024
request 추가 및 update 메서드 엔티티에서 삭제 후 updateRequest로 이동 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 20, 2024
WalkRecord 와 Pet의 ManyToMany를 위한 엔티티 추가 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 20, 2024
WalkRecord 과 oneToone, oneTomany를 위한 중간 테이블 추가 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 20, 2024
centerPosition을 저장하기 위한 repository 추가 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 20, 2024
@EnableJpaRepositories에 walkimage 추가 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 20, 2024
toWalkRecord 메서드 추가 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 20, 2024
toResponse에 imageUrl 추가 related to : #38
jieunjin
added a commit
that referenced
this issue
Oct 20, 2024
pet과 path를 직접 저장하는 메서드 추가 related to : #38
This was referenced Oct 28, 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: