[FEAT] 최근 포커스한 순으로 조회 API 구현#275
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (10)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
|
|
||
| public record RecentFocusItem( | ||
| Long focusId, | ||
| Long libraryId, |
There was a problem hiding this comment.
서재 id가 응답에 필요한 이유가 있을까요?
총 포커스 시간도 문자열로 주어지는데 sec가 필요없을 것 같아요!
| ); | ||
| } | ||
|
|
||
| private static String formatDuration(Integer totalSec) { |
There was a problem hiding this comment.
이거 포맷팅하는 util이 있어서 그거 사용하면 좋을 것 같아요
📄 작업 내용 요약
📎 Issue 번호
✅ 작업 목록
📝 기타 참고사항