Skip to content

[REFACTOR] 지금 뜨는 글 API 응답 값 수정#519

Merged
GiJungPark merged 5 commits into
devfrom
refactor#516
Jun 8, 2026
Merged

[REFACTOR] 지금 뜨는 글 API 응답 값 수정#519
GiJungPark merged 5 commits into
devfrom
refactor#516

Conversation

@GiJungPark

Copy link
Copy Markdown
Member

Related Issue

Key Changes

API 응답 데이터 변경:

  • '지금 뜨는 글' 조회 시 장르 이미지가 아닌 장르명(값)을 반환하도록 응답 구조를 수정했습니다.

조회 쿼리 최적화:

  • 차단 ID 대상 목록 조회 시 불필요하게 2번 발생하던 SELECT 쿼리를 1번으로 단축하여 조회 성능을 개선했습니다.

코드 가독성 개선 및 데드 코드 제거:

  • '지금 뜨는 글' 조회 메서드명을 의도를 명확히 파악할 수 있도록 직관적으로 변경했습니다.
  • 사용하지 않는 불필요한 소스코드를 정리하여 유지보수성을 높였습니다.

To Reviewers

References

@github-actions github-actions Bot requested review from ljy1348 and sansan20535 June 8, 2026 07:07
@GiJungPark GiJungPark removed the request for review from sansan20535 June 8, 2026 07:07

@ljy1348 ljy1348 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이견 없습니다~

@GiJungPark GiJungPark merged commit 2fe563e into dev Jun 8, 2026
2 checks 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.

[REFACTOR] 지금 뜨는 글 API 응답 값 수정

2 participants