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

[#25] 가게 제휴 API 구현 #28

Merged
merged 7 commits into from
Nov 21, 2023
Merged

[#25] 가게 제휴 API 구현 #28

merged 7 commits into from
Nov 21, 2023

Conversation

yeop0740
Copy link
Collaborator

@yeop0740 yeop0740 commented Nov 21, 2023

💡 연관된 이슈

close #25

📝 작업 내용

  • 제휴 등록 기능 구현
    • 혜택과 1 : N 연관관계를 적용하였습니다.
  • 제휴 가게 목록 조회(이름, 카테고리 검색)
    • 현재 날짜 기준 startDate, endDate 사이에 위치한 제휴 엔티티를 조회합니다.
  • 제휴 가게 상세 정보 조회
  • 제휴 내용 수정
    • 혜택을 수정할 때 컬렉션의 내용을 모두 삭제하고 새로 등록합니다.
  • 제휴 내용 삭제(만료)
    • 실제 삭제가 아닌 현재 시간 기준 하루 전으로 endDate를 변경하여 조회되지 않도록 하였습니다.

💬 리뷰 요구 사항

@yeop0740 yeop0740 added the ✨ Feature 기능 개발 label Nov 21, 2023
@yeop0740 yeop0740 self-assigned this Nov 21, 2023
@yeop0740 yeop0740 merged commit 0c9ae4c into dev Nov 21, 2023
1 check passed
@yeop0740 yeop0740 deleted the feature/25-contract-store branch November 21, 2023 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 가게 제휴 API 구현
1 participant