-
Notifications
You must be signed in to change notification settings - Fork 0
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
이미지 관리 테이블 작성한다 #67
base: week7
Are you sure you want to change the base?
이미지 관리 테이블 작성한다 #67
Conversation
- Presgiend Url 발급 메소드
- aws/s3 분리 #32
week7 만들었습니다 ~ |
저는 review만들면서 referenceId 대신에 entityId 변수 명을 사용했는데 뭐가 더 직관적인거 같나여? |
오 둘 다 괜찮아서 못 고르겠네요
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | ||
|
||
// 특정 이미지 삭제 | ||
@DeleteMapping("delete/{id}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기 /빠진 것 같습니당~~
삭제된 이미지와 똑같은 이미지를 사용자가 다시 올릴 경우, 삭제된 이미지의 deleted_at을 null로 바꿔서 다시 복구가 되는 것처럼 구현하였는데 괜찮을까요? 따로 복구 로직도 만들긴 했습니다! |
해결하려는 문제가 무엇인가요?
어떻게 해결했나요?
코드 리뷰시 요청 사항
더 하고 싶은 말
하다 보니 위의 이슈 사항이 생겼는데, 나중에 리팩토링 해보도록 할게요.!
일단은 api 명세도 빠른 시일 내에 해보겠습니다.
week7이 없어서 일단 week6으로 pr 올렸는데, week7 그냥 만들면 되나요?