Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

게시글 삭제 API 구현 #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

게시글 삭제 API 구현 #14

wants to merge 2 commits into from

Conversation

kitaee
Copy link
Member

@kitaee kitaee commented Nov 25, 2024

💌 전달사항

🧩 사용 예시

[실패 예시]

  1. 게시글 id 불일치
스크린샷 2024-11-26 오전 5 31 03
  1. 작성자 불일치 (게시글 생성자와 다른 계정으로 로그인된 상태에서 삭제 시도)
스크린샷 2024-11-26 오전 5 37 04

[성공 사례]
스크린샷 2024-11-26 오전 5 35 20

⚙️ 기타사항

일반 프로젝트라면 게시글 같은 성격의 엔티티는 SOFT DELETE 방식을 채택했겠지만 현재 프로젝트의 경우 간단하게 HARD DELETE 방식으로 우선 설계 및 구현했습니다. 추후에 게시글 삭제와 더불어 비공개 라는 기능까지 생각한다면 컬럼을 하나 추가해 '공개/비공개/삭제' 등으로 운영하면 좋을 것 같습니다. 우선 지금은 단순하게 WIKI에 있는 삭제라고 생각해주시면 되고, 추후 명세서 설계 후에 고쳐야할 부분이 있으면 고치도록 하겠습니다:)

@kitaee kitaee requested a review from SL313 November 25, 2024 20:52
@kitaee kitaee self-assigned this Nov 25, 2024
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.

1 participant