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/33] 채팅방 나가기, 시작하기 기능 구현 및 버그 수정 #34

Merged
merged 6 commits into from
Aug 8, 2024

Conversation

Eunjin3395
Copy link
Member

@Eunjin3395 Eunjin3395 commented Aug 8, 2024

🚀 개요

채팅방 나가기, 시작하기 기능 구현 및 버그 수정

🔍 변경사항

  • 프로필 이미지 static file 제공 코드 추가
  • 친구 목록 조회 API endpoint 변경된 것 반영
  • 친구 목록 li 마다 클릭 시 해당 친구와의 채팅방 시작되도록 api 연동 및 화면 렌더링
  • 채팅방 내부 헤더에 채팅방 나가기 버튼 추가 및 채팅방 나가기 api 연동
  • 채팅방 시작 후 첫 메시지 전송 시 채팅방 목록에 해당 채팅방 li 추가
  • 채팅방 퇴장 시 채팅방 목록에 해당 채팅방 li 삭제 및 전역변수 초기화

⏳ 작업 내용

  • 프로필 이미지 static file 제공 코드 추가
  • 친구 목록 조회 API endpoint 변경된 것 반영
  • 채팅방 시작하기, 채팅방 나가기 api 요청 코드 구현
  • 채팅방 시작 시 관련 화면 렌더링 코드 구현
  • 채팅방 퇴장 시 관련 화면 렌더링 코드 구현

📝 논의사항

@Eunjin3395 Eunjin3395 requested a review from rimi3226 August 8, 2024 04:22
@Eunjin3395 Eunjin3395 self-assigned this Aug 8, 2024
@Eunjin3395 Eunjin3395 linked an issue Aug 8, 2024 that may be closed by this pull request
2 tasks
@Eunjin3395 Eunjin3395 merged commit e4b1a0f into develop Aug 8, 2024
@Eunjin3395 Eunjin3395 deleted the feat/33 branch August 8, 2024 15:51
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.

✨ [Feat] 채팅방 나가기 및 채팅 시작 버튼 구현
1 participant