게시글 삭제 API 구현#14
Open
kitaee wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💌 전달사항
🧩 사용 예시
[실패 예시]
[성공 사례]

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