Skip to content

refactor: 약속 리스트 화면 리팩터링 #973

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

Merged
merged 11 commits into from
Feb 20, 2025
Merged

Conversation

kimhm0728
Copy link
Contributor

🚩 연관 이슈

close #965


📝 작업 내용


🏞️ 스크린샷 (선택)


🗣️ 리뷰 요구사항 (선택)

MeetingsActivity 관련 코드 수정 사항이 몇개 보여서 리팩터링했어요~
위에 작업 내용에서 MeetingCatalogMeeting으로 변경했다고 작성했는데, 도메인 객체명은 여전히 MeetingCatalog예요.
도메인을 MeetingCatalog에서 Meeting으로 변경하면, 약속 상세 화면에서 쓰이는 도메인명과 약속 리스트에서 쓰이는 도메인이 둘다 Meeting이 되어버리더라구요.
그래서 약속 상세 화면에서 쓰이는 도메인명을 DetailMeeting으로 변경하고, 약속 리스트 화면에서 쓰이는 도메인명을 Meeting으로 변경하려고 하는데 어떤가요?

@haeum808
Copy link
Contributor

약속 상세 화면 도메인명 DetailMeeting으로 변경하는거 좋네요!

@kimhm0728
Copy link
Contributor Author

@haeum808 Meeting -> DetailMeeting / MeetingCatalog -> Meeting으로 변경했습니다!
코드 모두 확인하셨다면 approve도 부탁드려요~

Copy link
Contributor

@haeum808 haeum808 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 113 to 116
override fun onClickSetting() {
viewModelScope.launch {
_navigateAction.emit(MeetingsNavigateAction.NavigateToSetting)
}
Copy link
Contributor

Choose a reason for hiding this comment

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

설정하면으로 갈 때도 _isSelectedFloatingNavigator.emit(false) 해주는건 어떤가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

오 좋네요! 수정했습니다 9891808 바로 머지할게요!!

@kimhm0728 kimhm0728 merged commit 8a42576 into develop Feb 20, 2025
2 checks passed
@kimhm0728 kimhm0728 deleted the feature/965 branch March 24, 2025 08:25
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.

refactor: 약속 리스트 화면 리팩터링
2 participants