We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 Friend Entity에서 발생하는 높은 결합도 문제가 존재합니다. Friend -> FriendResponseDto로 변환하는데 Reminder / Gift / Photo 등 여러 요소가 연관되어 값을 불러오는데 어려움이 존재합니다
이에 따라 다음과 같은 형태로 변환하려고 합니다 Friend
이후 Dto에서 followee -> User 가져와서 reminder / gift / photo 등 구현 예정
The text was updated successfully, but these errors were encountered:
Juser0
eunki96
No branches or pull requests
📋 이슈 내용
현재 Friend Entity에서 발생하는 높은 결합도 문제가 존재합니다.
Friend -> FriendResponseDto로 변환하는데 Reminder / Gift / Photo 등 여러 요소가 연관되어 값을 불러오는데 어려움이 존재합니다
이에 따라 다음과 같은 형태로 변환하려고 합니다
Friend
이후 Dto에서 followee -> User 가져와서 reminder / gift / photo 등 구현 예정
✅ 체크리스트
📚 레퍼런스
The text was updated successfully, but these errors were encountered: