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/NST-13] group member 화면 구현완료 #36

Merged
merged 6 commits into from
Feb 11, 2025

Conversation

oyslucy
Copy link
Collaborator

@oyslucy oyslucy commented Feb 10, 2025

🔥 Issue

close #34


🔥 PR Point

그룹 멤버 화면을 구현했습니다
폰트 기강도 잡았어요~~~
NSTDateUtility 관련된 내용은 이전 PR과 동일한테 이전에 컨플릭트 해결하면서 반영이 안 된 듯 합니다 ,, 변경사항은 따로 없습니당
다들파이팅 ㅋㅋ


🔥 ScreenShot


🔥 Reference


@oyslucy oyslucy added the Feat 새로운 기능 구현 label Feb 10, 2025
@oyslucy oyslucy self-assigned this Feb 10, 2025
Copy link
Contributor

@thingineeer thingineeer left a comment

Choose a reason for hiding this comment

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

잘 짰는데요~?

Comment on lines 64 to 69
.subscribe(onNext: { [weak self] group in
self?.rootView.groupProfileImageView.image = .imgProfileFilled // api 연결시 변경
self?.rootView.groupNameLabel.text = group.name
self?.rootView.groupMemberTotalLabel.text = "그룹 멤버 \(group.membersCount)"
self?.rootView.groupMemberLabel.text = "멤버 (\(group.membersCount)/50)"
})
Copy link
Contributor

Choose a reason for hiding this comment

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

guard let self = self else { return }
을 활용하는 건 어떤가요~?

@oyslucy oyslucy changed the title [Feat/NST-15] group member 화면 구현완료 [Feat/NST-13] group member 화면 구현완료 Feb 10, 2025
oyslucy added a commit that referenced this pull request Feb 11, 2025
Copy link
Collaborator

@FpRaArNkK FpRaArNkK left a comment

Choose a reason for hiding this comment

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

LGTM Let's go

@oyslucy oyslucy merged commit 924c136 into main Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat/NST-13] 그룹멤버화면
3 participants