Conversation
Walkthrough이번 변경에서는 마이페이지의 자소서 리스트에서 데이터가 없을 때 404 에러가 반환되던 현상을 수정하여, 항상 200 상태 코드와 함께 빈 배열 또는 데이터를 반환하도록 API를 수정했습니다. 또한, 자소서 리스트와 관련된 컴포넌트들에서 Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant API
participant DB
Client->>API: GET /api/resume
API->>DB: 자소서 리스트 조회
DB-->>API: 자소서 리스트(배열, 비어있을 수 있음)
API-->>Client: 200 OK + 자소서 리스트(빈 배열 포함)
Assessment against linked issues
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (6)
💤 Files with no reviewable changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (7)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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 (
|
ImJaeOne
left a comment
There was a problem hiding this comment.
'아직 작성된 자소서가 없습니다' 문구 잘 뜹니다!
parkminjo
left a comment
There was a problem hiding this comment.
자소서 삭제 했을 때 멘트 잘 뜨는거 확인했습니다!
💡 관련이슈
#264
🍀 작업 요약
작성한 자소서가 없습니다.~문구 노출💬 리뷰 요구 사항
<ResumeItem />사용하는 제가 한 번씩 확인하긴 했는데 크로스 체크 부탁드립니다.💛 미리보기
✔️ 이슈 닫기
Closes #264
Ref #이슈번호 // 해당 이슈에 대한 작업이 완전히 끝나지 않은 경우
Summary by CodeRabbit
버그 수정
스타일
리팩터
기타