Feat/#4 북마크 목록 조회#7
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
#️⃣ 연관된 이슈
📝 작업 내용
북마크 관련 기능 중 북마크 목록 조회 기능을 구현했습니다.
가게 및 유저 도메인이 아직 추가되지 않아서 임시 데이터 기반으로 구조를 설계했습니다.
1️⃣ 북마크 목록 조회 기능 구현
GET /api/bookmarks/{userId}경로를 통해 특정 유저의 북마크된 storeId 목록을 조회합니다.BookmarkInfo(storeId)리스트를BookmarkResponse(bookmarks: List<BookmarkInfo>)형태로 감쌌습니다.2️⃣ 연관 도메인 부재 이슈
연관관계
테스트
💬 리뷰 요구사항 (선택)
이상한 부분 있으면 코멘트 달아주세요...
어 지금 보니 엔티티 추가 커밋에 build.gradle이 같이 들어갔네요 죄송합니다... jpa랑 lombok 넣었어요