Skip to content

Conversation

@twodo0
Copy link
Contributor

@twodo0 twodo0 commented Jan 17, 2026

💡 작업 개요

  • 가게 기본 정보 수정 API 구현
  • 가게 영업시간 수정 API 구현 (요일별 부분 수정 가능)
  • 영업시간 수정 시 전체 7일 영업시간 응답 반환
  • 브레이크타임 설정 API 구현
  • 브레이크타임 유효성 검증
  • 가게 상세조회 응답에 브레이크타임 추가

✅ 작업 내용

  • 기능 개발
  • 버그 수정
  • 리팩토링
  • 주석/포맷 정리
  • 기타 설정

🧪 테스트 내용

- 가게 기본 정보 수정 (PATCH /api/v1/stores/{storeId})

image image


- 가게 영업시간 수정 (PATCH /api/v1/stores/{storeId}/business-hours)

image image


- 가게 브레이크타임 설정 (PATCH /api/v1/stores/{storeId}/break-time)

image image


- 식당 상세 조회 (GET /api/v1/stores/{storeId}) (변경 사항 확인)
image
image
image

📝 기타 참고 사항

  • ERDCloud
  • API 명세서

Closes #52

@twodo0 twodo0 self-assigned this Jan 17, 2026
@twodo0 twodo0 added the feature label Jan 17, 2026
@SungMinju SungMinju merged commit 9499e14 into develop Jan 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT]: 식당 기본 정보 및 영업시간 수정 API, 브레이크타임 설정 API 개발

4 participants