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

채팅방 추가 기능 #9

Open
5 tasks done
sim-mer opened this issue May 3, 2024 · 0 comments
Open
5 tasks done

채팅방 추가 기능 #9

sim-mer opened this issue May 3, 2024 · 0 comments
Assignees
Labels
feat New feature or request

Comments

@sim-mer
Copy link
Contributor

sim-mer commented May 3, 2024

채팅방 추가 기능

개요

기존의 채팅기능 이외에 추가적으로 파일을 전송할 수 있도록 구현
오류 발생시 클라이언트로 알리는 방법 추가
접속상태 체크

API 구현 내용

  • 채팅방 파일 전송
  • 채팅방 파일 다운로드
  • 이미지 업로드
  • 채팅방 접속 종료 알림
  • 오류 응답

참고 사항

s3 사용

@sim-mer sim-mer added the feat New feature or request label May 3, 2024
@sim-mer sim-mer self-assigned this May 3, 2024
@sim-mer sim-mer changed the title 채팅방 파일 전송 기능 추가 채팅방 추가 기능 May 4, 2024
sim-mer added a commit that referenced this issue May 10, 2024
- CHAT, FILE, IMAGE의 3가지 타입
- 각 타입별 Chatting의 message 형태가 다름
sim-mer added a commit that referenced this issue May 10, 2024
sim-mer added a commit that referenced this issue May 10, 2024
- 접속 종료 API
- 채팅 파일 업로드 API
- 채팅 파일 다운로드 API
- 채팅 이미지 업로드 API
sim-mer added a commit that referenced this issue May 10, 2024
- 이미지 업로드 - 이미지 공개 url을 반환
- 파일 업로드
- 파일 다운로드
- MultiPart -> File 변환 메소드
sim-mer added a commit that referenced this issue May 10, 2024
sim-mer added a commit that referenced this issue May 25, 2024
- S3 버킷 액세스 키를 사용해서 접근하도록 변경
- 메타데이터 사용해서 multipart 파일 그대로 업로드하도록 변경
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant