Skip to content

[FIX] 게시글 삭제 기능 오류 + 검색/책 상세 페이지 비회원 조회 가능하게 수정#144

Merged
rhkr8521 merged 1 commit into
developfrom
fix/#143
Apr 1, 2026
Merged

[FIX] 게시글 삭제 기능 오류 + 검색/책 상세 페이지 비회원 조회 가능하게 수정#144
rhkr8521 merged 1 commit into
developfrom
fix/#143

Conversation

@gogori6565
Copy link
Copy Markdown
Contributor

@gogori6565 gogori6565 commented Apr 1, 2026

📣 Related Issue

📝 Summary

  • 기존, 스토리 Not Found 에러 발생으로 인한 게시글 삭제 기능 오류를 수정하였습니다.
  • 추가로, 같은 책에 대한 게시글 추가 시 '읽은 책' DB와 연결된 ArticleId가 기존 갱신되는 로직으로 구현되어 있어, 게시글 삭제 시 단순 연동 삭제가 불가능했습니다.
  • 이에 따라, 삭제 시 이전의 다른 기록이 있는지의 여부에 따라 ArticleId 값을 갱신 or 없다면 아예 삭제하는 방식으로 로직을 구현하였습니다.
  • 검색/책 상세 페이지 비회원 조회 가능하게 수정하였습니다.

📬 Reference

@gogori6565 gogori6565 requested a review from rhkr8521 April 1, 2026 13:24
@gogori6565 gogori6565 self-assigned this Apr 1, 2026
Copy link
Copy Markdown
Member

@rhkr8521 rhkr8521 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~

@rhkr8521 rhkr8521 merged commit 9ede56d into develop Apr 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FIX] 게시글 삭제 기능 오류 + 검색/책 상세 페이지 비회원 조회 가능하게 수정

2 participants