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

[feat] 개최 프로세스 - 유저 정보 불러오기 API 연동 #116

Merged
merged 3 commits into from
Jan 12, 2024

Conversation

jihyunniiii
Copy link
Collaborator

@jihyunniiii jihyunniiii commented Jan 12, 2024

Related issue 🛠

Work Description ✏️

  • 개최 프로세스 뷰에서 유저 정보 불러오기 API를 연동하였습니다.

Screenshot 📸

스크린샷 2024-01-12 오후 9 31 25

Uncompleted Tasks 😅

  • N/A

To Reviewers 📢

ㅋㅋ

Copy link
Member

@Doreminwoo Doreminwoo left a comment

Choose a reason for hiding this comment

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

너무 잘하셔서 쓸 코멘트가 없네요....배지현 짱

@jihyunniiii jihyunniiii merged commit abe107e into develop Jan 12, 2024
1 check passed
@jihyunniiii jihyunniiii deleted the feat-plan-user-info-api-connection branch January 12, 2024 12:56
Copy link
Collaborator

@HAJIEUN02 HAJIEUN02 left a comment

Choose a reason for hiding this comment

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

어떻게 이러케 코리 달 수 없는 완벽한 코드가 다 있찌~~ㅜㅜ

viewModel.userInfoState.flowWithLifecycle(lifecycle).onEach { userInfoState ->
when (userInfoState) {
is UiState.Success ->
binding.tvPlanSummaryConfirmationOwnerName.text =
Copy link
Collaborator

Choose a reason for hiding this comment

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

오 위에 왜 없나 뉸 크게 뜨고 찾고 있었는디 ㅋㅋ
UiState Success인 여기에 있었군요 쩝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[feat] 개최 프로세스 - 유저 정보 불러오기 API 연동
3 participants