f-lab-edu / f-lab-edu/spring-reservation-core
Slot Service/Repository 구현
Open
area:slot
step:1-core
- Dominant language
- Java
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
# SlotService – 생성/조회/리스트 조회 구현
## 📌 Summary
Slot 엔티티 기반으로 CRUD를 제공하는 서비스 계층을 구현한다.
---
## 🧩 Tasks
- [x] `SlotRepository` 생성
- [x] `SlotService` 구현
- [x] Slot 생성 (remaining = capacity, status = OPEN)
- [x] 단건 조회 (존재하지 않을 경우 예외)
- [ ] 리스트 조회 (간단한 페이징)
- [x] Slot 관련 예외 정의
---
## 🔍 Notes
- 리스트 조회 필터는 Step 1에서는 심플하게 유지
- Step 2에서 대기열과 엮일 수 있기 때문에 구조 유지 중요
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.