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

[BE] 리소스의 소프트 삭제를 구현한다. #967

Open
Kimprodp opened this issue Nov 17, 2024 · 0 comments
Open

[BE] 리소스의 소프트 삭제를 구현한다. #967

Kimprodp opened this issue Nov 17, 2024 · 0 comments
Assignees

Comments

@Kimprodp
Copy link
Contributor

Kimprodp commented Nov 17, 2024

🔍 설명

  • 현재 운영 환경에 테스트용 데이터, 누군가 임의로 생성한 데이터 등 실제 사용되는 데이터와 의미 없는 데이터가 뒤섞여 있습니다.
  • 운영 환경에서의 데이터 삭제는 추척과 히스토리 보존을 위해 조심스럽습니다.
  • 따라서 물리적으로 삭제하지 않는 소프트 삭제 방법을 사용하여, 로직에서 제외합니다.

🔥 할 일

  • 자원의 컬럼에 deleted 를 추가합니다.
  • 모든 로직에서 deleted가 true인 항목은 제외합니다.

⏰ 예상 시간

  • ?? 상황에 따라 급한건 아니니 천천히 진행할게요

🐴 할 말

  • 일단 컬럼만 뚫어놓고, 삭제하는 api는 다음에 고려할게요
  • 아마 이미 임의로 생성된 것들을 모두 찾아서 delete 처리 하긴 어렵겠지만, 앞으로 데이터를 측정하거나 관리할 때 필요한 부분 같습니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant