-
Notifications
You must be signed in to change notification settings - Fork 1
feature: 채팅 기능 구현 #87
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 페이징을 위한 query parameter 추가
- 팀 로고 imageview 추가 - 채팅방 인원 수 textview 추가
- 팀 로고 이미지 뷰 추가 - 팀 배경 이미지 뷰 리소스 변경 - 게임 정보 텍스트 뷰 간선 별도 생성
- 기존에 채팅 홈에서 채팅방 정보 객체 넘기는 대신 채팅방 id 넘기는 로직으로 변경 - 채팅방에서 상세 정보 조회 api 호출하여 데이터 받아와 사용
- 기존에 있던 채널 대신 직관 신청, 채팅 알림 채널 설정하여 구분
Delete -> Leave
-> ChattingCrewListAdapter
- 채팅 참가자 아이템 레이아웃 리더 뱃지 뷰 변경 - 채팅방 설정 화면 이동 시 채팅방 id도 전달 - 채팅 참가자 어댑터 생성자에 pageType 구분자 추가해 내보내기 버튼 표시 및 클릭 이벤트 설정
- 프로필 이미지 수정, 채팅방 이미지 수정에 모두 사용하기 위해 파일 이름과 api 변수명 인자로 사용할 수 있게 변경
- homeTeamId로 배경과 로고 뷰 설정하는 기존 방식 - chatRoomImage 값에 따라 이미지 변경 여부 파악해 표시되도록 변경
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
관련 이슈
작업 내용