Skip to content

[✨Feat] 자기소개서 목록 조회 API 구현#29

Merged
yong203 merged 1 commit into
devfrom
feat/#28
Jun 17, 2026
Merged

[✨Feat] 자기소개서 목록 조회 API 구현#29
yong203 merged 1 commit into
devfrom
feat/#28

Conversation

@yong203

@yong203 yong203 commented Jun 17, 2026

Copy link
Copy Markdown
Member

작업 내용

  • API-007 GET /cover-letters 자기소개서 목록 조회 API를 구현했습니다.
  • 현재 사용자 기준으로 삭제되지 않은 자기소개서를 최신 생성순으로 페이지 조회합니다.
  • status 선택 필터와 page, size query parameter validation을 추가했습니다.
  • 목록 응답 DTO를 추가하고 entity를 API 응답에 직접 노출하지 않도록 유지했습니다.
  • 잘못된 enum query parameter를 공통 validation error 응답으로 처리했습니다.
  • API 상태 문서와 진행 상태 문서를 [✨Feat] 현재 사용자 자기소개서 목록 조회 API 구현 #28 기준으로 갱신했습니다.
1 2

관련 이슈

문서 반영

  • 반영한 문서:
    • docs/api/README.md
    • docs/status.md

확인 결과

  • ./gradlew test
  • ./gradlew check
  • 기타: git diff --check
  • 실행하지 못함. 이유:

@yong203 yong203 linked an issue Jun 17, 2026 that may be closed by this pull request
9 tasks
@yong203 yong203 marked this pull request as ready for review June 17, 2026 08:51
@yong203 yong203 self-assigned this Jun 17, 2026
@yong203 yong203 added the ✨ Feature 새로운 기능 구현 label Jun 17, 2026
@codecov

codecov Bot commented Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 97.87234% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...ewrite/coverletter/service/CoverLetterService.java 90.90% 0 Missing and 1 partial ⚠️

📢 Thoughts on this report? Let us know!

@yong203 yong203 merged commit 1edd63e into dev Jun 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature 새로운 기능 구현

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[✨Feat] 현재 사용자 자기소개서 목록 조회 API 구현

1 participant