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

[BE] 피드 이미지 업로드 API 분리 #969

Open
pilyang opened this issue Dec 24, 2024 · 0 comments · May be fixed by #980
Open

[BE] 피드 이미지 업로드 API 분리 #969

pilyang opened this issue Dec 24, 2024 · 0 comments · May be fixed by #980

Comments

@pilyang
Copy link
Collaborator

pilyang commented Dec 24, 2024

배경

팀채팅 웹소켓전환 사전작업
=> 채팅 웹소켓으로 전송을 위해서 이미지 업로드는 따로 할 수 있도록 분리 => 이미지 업로드는 rest api로 업로드, 업로드된 이미지의 id를 채팅과 함께 업로드

구현기능

피드 업로드시 컨텐츠와 이미지를 같이 업로드 => 이미지만 업로드하는 API 분리
이미지 파일에 STATUS 필드(칼럼) 추가
=> 초기 업로드시 pending으로 저장

주의사항

db 마이그래이션 작업 필요
1안) 기존 feed_thread_images table 그대로 활용
2안) uploaded_images등으로 이미지 태이블 추가 생성

=> 기존 데이터들 : 업로드 완료이미지로 변경
=> 기존 api 플로우 : 이미지 업로드시 그냥 바로 업로드 완료상태로 저장 (새롭게 추가된 api로 업로드된경우만 pending으로 유지)

이미지 만료, 제거 기능 : 끊어가기 #749

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant