-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feat: team image #253
Feat: team image #253
Conversation
- 생성 혹은 갱신 - 삭제 API 구현 uuid에 대한 처리 이후에 진행할 예정
어떤 DTO 사용하는지 명시해주었고 ModelAttribute 사용해서 이미지 받을 수 있게 구현
team과의 연결 끊고 flush를 통해 repository의 삭제 요청을 즉시 수행
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.
수고하셨습니다😁
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.
이렇게하면 flush()
를 한번 더 하게 되니까 delete없이 이미지 url만 수정할 수 있도록 하는 것도 가능한가요??
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.
그 생각을 못했네요...! 해당 방식으로 다시 구현 해보겠습니다
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.
아주 좋습니다! 수고했어요
#️⃣연관된 이슈
📝작업 내용
🔎코드 설명 및 참고 사항
💬리뷰 요구사항