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

Be/task/append photo add delete api #371

Merged

Conversation

twoo1999
Copy link
Collaborator

@twoo1999 twoo1999 commented Feb 18, 2024

❗ 배경

작업 배경에 대한 설명을 작성합니다.
Issue에 대한 링크를 첨부합니다.

🔧 작업 내역

작업한 내용들을 나열합니다.
간결하게 리스트 업하고, 자세한 설명은 아래 리뷰 노트에서 합니다.

  • photo 저장 api 구현
  • photo 삭제 api 구현

📝 리뷰 노트

작업 내역에 대한 자세한 설명을 작성합니다.

POST /spot/{spotId}/photo
spotId에 해당하는 spot에 photo 추가

DELETE /photo/{photoId}
photoId에 해당하는 photo 데이터 삭제

📸 스크린샷

수정 전 :
journeyId/date.now/idx

수정 후 :
spotId/date.now/idx

spot에 복수개의 photo를 저장할 수 있도록하기에 spot을 path로 지정하는게 더 좋다고 판단

또한 spot에 photo를 저장하는 로직의 경우 journeyId가 없고 spotId가 있어 추후 photo 추가 api를 위해 변경
spot/{spotId}/photo
해당 spot에 복수개의 photo를 저장할 수 있도록 구현
photo/{photoId}
photoId에 해당하는 데이터를 삭제하는 api 구현
@twoo1999 twoo1999 self-assigned this Feb 18, 2024
@twoo1999 twoo1999 added the ✨ 신규 기능 신규 기능 개발 label Feb 18, 2024
@twoo1999 twoo1999 added this to the 🏃‍♂️ 여정 기록 milestone Feb 18, 2024
@twoo1999 twoo1999 linked an issue Feb 18, 2024 that may be closed by this pull request
11 tasks
@twoo1999 twoo1999 merged commit c3fe3bb into BE/stroy/v2-modify-spot-table Feb 18, 2024
@twoo1999 twoo1999 deleted the BE/task/append-photo-add_delete-api branch February 18, 2024 15:56
@twoo1999 twoo1999 mentioned this pull request Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ 신규 기능 신규 기능 개발
Projects
Status: ✅ 완료
Development

Successfully merging this pull request may close these issues.

v2 spot table 수정
1 participant