-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Description
1. 구분
- BackEnd
- Infra
- ETC
2. 대분류
- feat
- refactor
- settings
- etc
3. 작업의 주 내용에 대해서 작성해주세요
3-1. ReviewRepository 구현, ReviewRepository 구현
4. 세부 작업에 대해서 작성해주세요
4-1. ReviewRepository 구현
-
사용자(user_id), 음식점(store_id), 주문(order_id), 메뉴(product_id), 별점(rating), 리뷰 내용(contents)으로 리뷰 조회
-
주문 리뷰 중복 체크
4-2. CategoryRepository구현
- Enum 방식 카테고리 조회
Reactions are currently unavailable