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

[Feature] Get 그룹 UI 로직 구현 #49

Merged
merged 3 commits into from
Feb 5, 2024
Merged

[Feature] Get 그룹 UI 로직 구현 #49

merged 3 commits into from
Feb 5, 2024

Conversation

jinuemong
Copy link
Collaborator

설명

  • 그룹 리스트 + 삭제 UI 로직 구현하였습니다.

참고

체크리스트

  • : 빌드 테스트를 진행하셨나요?
  • : 실제 기기에서 테스트를 진행하셨나요?

Comment on lines 62 to 69
fun GetGroupScreen(
onDismissRequest: () -> Unit,
onResult: (Group) -> Unit,
model: GetGroupModel,
handler: CoroutineExceptionHandler,
intent: (GetGroupIntent) -> Unit,
event: EventFlow<GetGroupEvent>
) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

이거 이렇게 하면 ViewModel 이랑 연결이 안돼서 실행을 못할텐데, 기존에 있는 BottomSheet 들 참고해서 연결하는 부분까지 만들어주시고 해당 부분 private 로 만들어주세요.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

음 확인해보겠습니다

@jinuemong jinuemong merged commit 3a16c08 into main Feb 5, 2024
1 check passed
@jinuemong jinuemong deleted the feat-#49 branch February 5, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants