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

댓글 작성란 - 프로필 이미지 UI 구현 #316

Merged
merged 4 commits into from
Apr 27, 2023

Conversation

WhiteHyun
Copy link
Member

@WhiteHyun WhiteHyun commented Apr 24, 2023

📌 PR 요약

🌱 작업한 내용

  • 댓글작성란 왼쪽에 사용자의 프로필 이미지가 보이도록 설정
  • 댓글 작성란 뷰(CommentInputView)에서 직접 AccountService를 호출해서 적용시켰습니다. UseCase로 빼는 것이 오히려 복잡도가 높아지고 가독성에 좋지 않아 오버엔지니어링이 되는 것 같았습니다.

📸 스크린샷

사용자 A 사용자 B
Simulator Screenshot - iPhone 14 Pro - 2023-04-24 at 14 48 14 IMG_B34E5670323D-1

📮 관련 이슈

@WhiteHyun WhiteHyun added 🍎 ConfigureUI 화면 프로토타입 UI 구현 D+2 일반적인 범주의 PR이에요. 이틀 이내에 리뷰 해주시면 됩니다 🥳MainPage ♻️Refactoring labels Apr 24, 2023
@WhiteHyun WhiteHyun self-assigned this Apr 24, 2023
Copy link
Contributor

@soobin-k soobin-k left a 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()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네트워크 통신 부분은 뷰모델에서 처리하는 것이 좋을 것 같습니다!
내 정보 데이터가 여러 군데에서 쓰일 것 같은데, 추후 로컬에 저장하는 형태로 바꿔봐도 좋을 것 같습니다!!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

내 정보 데이터가 여러 군데에서 쓰일 것 같은데, 추후 로컬에 저장하는 형태로 바꿔봐도 좋을 것 같습니다!!

저도 그걸 고려하고있었어요. 그래서 사용자 정보 데이터를 User라는 객체로 구성해서 UserManager가 갖고있게 하는 것이 어떨까 싶어요.
어떻게 생각하시나요?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋은 것 같습니다!! 이거 제가 마이페이지 작업하면서 추가해놓을까요??

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넵! 부탁드려요 😁

@WhiteHyun WhiteHyun merged commit caa8ddd into develop Apr 27, 2023
@WhiteHyun WhiteHyun deleted the feat/302-Comment/Profile branch April 27, 2023 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍎 ConfigureUI 화면 프로토타입 UI 구현 D+2 일반적인 범주의 PR이에요. 이틀 이내에 리뷰 해주시면 됩니다 🥳MainPage ♻️Refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants