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

[FEAT] 산책 CRUD 구현 #38

Open
4 tasks
jieunjin opened this issue Sep 25, 2024 · 0 comments
Open
4 tasks

[FEAT] 산책 CRUD 구현 #38

jieunjin opened this issue Sep 25, 2024 · 0 comments
Assignees
Labels
🖥 BE 백엔드 feat 새 기능 구현
Milestone

Comments

@jieunjin
Copy link
Contributor

구현 기능 소개

산책 등록, 불러오기, 수정, 삭제 등 기본적인 CRUD 구현

작업 상세 내용

  • 산책 CRUD
  • 산책 저장 후 전체 활동내역
  • 산책 기록 상세
  • 산책 완료 시
@jieunjin jieunjin moved this to In progress in buddyGuard Project Sep 25, 2024
@jieunjin jieunjin added feat 새 기능 구현 🖥 BE 백엔드 labels Sep 25, 2024
@jieunjin jieunjin added this to the 산책 관리 milestone Sep 25, 2024
@jieunjin jieunjin self-assigned this Sep 25, 2024
jieunjin added a commit that referenced this issue Sep 25, 2024
산책 CRUD를 위한 entity, service, repository, mapper,reponse,request 구현
Related to: #38
jieunjin added a commit that referenced this issue Oct 11, 2024
jieunjin added a commit that referenced this issue Oct 11, 2024
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
WalkRecordCreateRequest, WalkRecordUpdateRequest @NotNull 추가

related to : #38
jieunjin added a commit that referenced this issue Oct 14, 2024
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
jieunjin added a commit that referenced this issue Oct 16, 2024
응답값에 buddyIds 추가

related to : #38
jieunjin added a commit that referenced this issue Oct 16, 2024
buddyIds 추가

related to : #38
jieunjin added a commit that referenced this issue Oct 16, 2024
buddyIds 추가

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
엔티티에 맞게 반환타입 수정

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
jieunjin added a commit that referenced this issue Oct 20, 2024
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
S3로 저장하기 위해 타입 변경 및 @OnetoOne 관계 맵핑

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
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
WalkRecord 컬럼 추가

related to : #38
jieunjin added a commit that referenced this issue Oct 20, 2024
jieunjin added a commit that referenced this issue Oct 20, 2024
jieunjin added a commit that referenced this issue Oct 20, 2024
pet과 path를 직접 저장하는 메서드 추가

related to : #38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥 BE 백엔드 feat 새 기능 구현
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

1 participant