Skip to content

store 패키지에 있는 API 구현#7

Merged
Yeonu-Kim merged 4 commits into
mainfrom
feat/#7
Jun 15, 2026
Merged

store 패키지에 있는 API 구현#7
Yeonu-Kim merged 4 commits into
mainfrom
feat/#7

Conversation

@Yeonu-Kim

Copy link
Copy Markdown
Collaborator

No description provided.

Yeonu-Kim and others added 4 commits June 15, 2026 13:08
GET /api/store, POST /api/store, GET /api/store/{id},
DELETE /api/store/{id}, GET /api/store/{id}/events
5개 엔드포인트에 대한 테스트 케이스 작성

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
StoreCreateReq/Resp, StoreListResp, StoreEventsResp 스키마 정의.
list_stores, create_store, get_store_or_404, delete_store,
list_store_events 서비스 함수 구현.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
GET /api/store, POST /api/store, GET /api/store/{id},
DELETE /api/store/{id}, GET /api/store/{id}/events 엔드포인트 구현.
router.py에 store_router 등록.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
make check 전체 통과 (lint + format + typecheck)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Yeonu-Kim Yeonu-Kim linked an issue Jun 15, 2026 that may be closed by this pull request
@Yeonu-Kim Yeonu-Kim merged commit 1b4ef09 into main Jun 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

store 패키지에 있는 API 구현

1 participant