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

[AN] refactor: 채팅 리팩터링 #361

Merged
merged 11 commits into from
Aug 12, 2024
Merged

[AN] refactor: 채팅 리팩터링 #361

merged 11 commits into from
Aug 12, 2024

Conversation

gaeun5744
Copy link
Member

이슈

개발 사항

  • 채팅 사이드바: 유저 리스트 api 연결
  • 나의 채팅/ 남의 채팅 구분 로직 구현
  • 유저 클릭시, 유저 상세보기로 이동 구현
KakaoTalk_20240812_022355587.mp4

@gaeun5744 gaeun5744 self-assigned this Aug 11, 2024
Copy link

Test Results

3 tests  ±0   3 ✅ ±0   0s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit c60d82a. ± Comparison against base commit 285323a.

Copy link
Member

@junjange junjange left a comment

Choose a reason for hiding this comment

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

고생하셨습니다🫡


fun getChats() {
viewModelScope.launch {
chatRepository.getChatList().onSuccess { room ->
getChatListUseCase.invoke().onSuccess { room ->
Copy link
Member

Choose a reason for hiding this comment

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

getChatListUseCase() 이렇게 써도 좋을 것 같아요~~

Copy link
Contributor

@jinuemong jinuemong left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 ~~

@gaeun5744 gaeun5744 merged commit 1c27695 into develop Aug 12, 2024
2 checks passed
@gaeun5744 gaeun5744 deleted the refactor/chat branch August 20, 2024 02:03
takoyakimchi pushed a commit that referenced this pull request Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

채팅 리팩터링
3 participants