-
Notifications
You must be signed in to change notification settings - Fork 2
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
댓글 작성란 - 프로필 이미지 UI 구현 #316
Conversation
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.
고생많으셨습니다 승현님!
} | ||
} | ||
|
||
private func bind() { | ||
// 프로필 이미지 설정 | ||
AccountService.shared.inquireMyInfo() |
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.
내 정보 데이터가 여러 군데에서 쓰일 것 같은데, 추후 로컬에 저장하는 형태로 바꿔봐도 좋을 것 같습니다!!
저도 그걸 고려하고있었어요. 그래서 사용자 정보 데이터를 User라는 객체로 구성해서 UserManager가 갖고있게 하는 것이 어떨까 싶어요.
어떻게 생각하시나요?
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.
넵! 부탁드려요 😁
📌 PR 요약
🌱 작업한 내용
📸 스크린샷
📮 관련 이슈