Skip to content

[FEAT] 서재 노벨 정보에 작가명 추가 - #629

Merged
ljy1348 merged 2 commits into
devfrom
feat/#628
Sep 14, 2026
Merged

ljy1348 merged 2 commits into
devfrom
feat/#628

Conversation

@ljy1348

@ljy1348 ljy1348 commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Related Issue

Key Changes

  • 서재 조회 응답의 노벨 정보에 author 필드를 추가했습니다.
  • 공용 응답 DTO에 적용해 /users/{userId}/novels와 /users/{userId}/novels/v2 모두 작가명을 반환합니다.
  • 작가명 변환 회귀 테스트를 추가했습니다.

To Reviewers

  • legacy 서재 응답에는 기존부터 작가명이 포함되어 있어 변경하지 않았습니다.
  • DTO 단위 테스트가 통과했습니다.
  • 로컬 서버 검증 결과 v1·v2 모두 HTTP 200이며, 각 10개 응답 항목에서 author 필드와 비어 있지 않은 값을 확인했습니다.

References

@ljy1348
ljy1348 merged commit a5156e5 into dev Sep 14, 2026
1 check passed
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] 서재 조회 노벨 정보에 작가명 추가

2 participants