We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
팀채팅 웹소켓전환 사전작업 => 채팅 웹소켓으로 전송을 위해서 이미지 업로드는 따로 할 수 있도록 분리 => 이미지 업로드는 rest api로 업로드, 업로드된 이미지의 id를 채팅과 함께 업로드
피드 업로드시 컨텐츠와 이미지를 같이 업로드 => 이미지만 업로드하는 API 분리 이미지 파일에 STATUS 필드(칼럼) 추가 => 초기 업로드시 pending으로 저장
db 마이그래이션 작업 필요 1안) 기존 feed_thread_images table 그대로 활용 2안) uploaded_images등으로 이미지 태이블 추가 생성
feed_thread_images
uploaded_images
=> 기존 데이터들 : 업로드 완료이미지로 변경 => 기존 api 플로우 : 이미지 업로드시 그냥 바로 업로드 완료상태로 저장 (새롭게 추가된 api로 업로드된경우만 pending으로 유지)
이미지 만료, 제거 기능 : 끊어가기 #749
The text was updated successfully, but these errors were encountered:
pilyang
Successfully merging a pull request may close this issue.
배경
팀채팅 웹소켓전환 사전작업
=> 채팅 웹소켓으로 전송을 위해서 이미지 업로드는 따로 할 수 있도록 분리 => 이미지 업로드는 rest api로 업로드, 업로드된 이미지의 id를 채팅과 함께 업로드
구현기능
피드 업로드시 컨텐츠와 이미지를 같이 업로드 => 이미지만 업로드하는 API 분리
이미지 파일에 STATUS 필드(칼럼) 추가
=> 초기 업로드시 pending으로 저장
주의사항
db 마이그래이션 작업 필요
1안) 기존
feed_thread_images
table 그대로 활용2안)
uploaded_images
등으로 이미지 태이블 추가 생성=> 기존 데이터들 : 업로드 완료이미지로 변경
=> 기존 api 플로우 : 이미지 업로드시 그냥 바로 업로드 완료상태로 저장 (새롭게 추가된 api로 업로드된경우만 pending으로 유지)
이미지 만료, 제거 기능 : 끊어가기 #749
The text was updated successfully, but these errors were encountered: