Skip to content

[FEAT] 서재 책 삭제 응답에 미등록 상태 반환#283

Merged
kjhyeon0620 merged 1 commit into
develop-demofrom
feat/#282-library-delete-reading-status
Jun 2, 2026
Merged

[FEAT] 서재 책 삭제 응답에 미등록 상태 반환#283
kjhyeon0620 merged 1 commit into
develop-demofrom
feat/#282-library-delete-reading-status

Conversation

@kjhyeon0620

Copy link
Copy Markdown
Contributor

📄 작업 내용 요약

  • 서재 책 삭제 응답의 readingStatusnull 대신 UNREGISTERED로 반환하도록 수정
  • 서재 등록/상태 변경 응답은 기존 독서 상태값이 유지되도록 응답 전용 상태 타입 추가

📎 Issue 번호


✅ 작업 목록

  • 기능 구현
  • 코드 리뷰 반영
  • 테스트 코드 작성
  • 문서 업데이트

📝 기타 참고사항

@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@kjhyeon0620, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 11 minutes and 28 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 51cca850-1ff2-420d-afd0-8fc03f4a2ca9

📥 Commits

Reviewing files that changed from the base of the PR and between 5136a50 and a5b5ebc.

📒 Files selected for processing (5)
  • src/main/java/app/nook/library/dto/LibraryViewDto.java
  • src/main/java/app/nook/library/dto/ReadingStatusResponse.java
  • src/main/java/app/nook/library/service/LibraryCommandService.java
  • src/test/java/app/nook/controller/library/LibraryControllerTest.java
  • src/test/java/app/nook/library/service/LibraryServiceTest.java
✨ Finishing Touches
🧪 Generate unit tests (beta)

✅ Unit Test PR creation complete.

  • Create PR with unit tests
  • Commit unit tests in branch feat/#282-library-delete-reading-status

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@JiwonLee42

Copy link
Copy Markdown
Contributor
Overall Project 67.99% 🍏
Files changed 100% 🍏

File Coverage
LibraryCommandService.java 94.47% 🍏

@UMC-NOOK UMC-NOOK deleted a comment from coderabbitai Bot Jun 2, 2026
@kjhyeon0620 kjhyeon0620 merged commit 2cc34d1 into develop-demo Jun 2, 2026
5 checks passed
@kjhyeon0620 kjhyeon0620 deleted the feat/#282-library-delete-reading-status branch June 2, 2026 17:55
@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

✅ Created PR with unit tests: #284

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.

[FEAT] 서재 책 삭제 응답의 readingStatus 미등록 상태값 반환

2 participants