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] 엔티티의 Soft-delete 삭제 상태를 반영해 조회한다. #473

Closed
1 task done
yoondgu opened this issue Sep 21, 2023 · 0 comments
Closed
1 task done
Labels
BE 백엔드 관련 이슈 refactor 리팩토링 관련 이슈 우선순위 : 상

Comments

@yoondgu
Copy link
Collaborator

yoondgu commented Sep 21, 2023

📄 작업 대상

현재 삭제는 Soft delete로 구현되어있지만 조회 시 이를 고려하지 않아 삭제를 해도 데이터가 보이는 상황입니다.
따라서 admin API 외에는 isDeleted=false 인 경우만 조회하도록 변경이 필요합니다.

✅ 작업 내용

  • 조회 API 전체에 soft delete 반영되도록 구현 (최대한 전역적으로 바꿀 수 있는 방법 선택)

📎 참고 자료

No response

⏰ 추정 시간

비관적 추정: 10시간
낙관적 추정: 4시간

@yoondgu yoondgu added BE 백엔드 관련 이슈 우선순위 : 상 feat 새로운 기능 개발 labels Sep 21, 2023
@yoondgu yoondgu added refactor 리팩토링 관련 이슈 and removed feat 새로운 기능 개발 labels Sep 21, 2023
@yoondgu yoondgu closed this as completed Oct 2, 2023
@yoondgu yoondgu added this to the 최종 데모데이 milestone Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 관련 이슈 refactor 리팩토링 관련 이슈 우선순위 : 상
Projects
Status: Done
Development

No branches or pull requests

1 participant