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

refactor/#167/storage #172

Merged
merged 1 commit into from
Dec 10, 2021
Merged

refactor/#167/storage #172

merged 1 commit into from
Dec 10, 2021

Conversation

seheon99
Copy link
Contributor

@seheon99 seheon99 commented Dec 9, 2021

  • 스토리지에서 프로필사진과 어메이징한 사진을 관리하지 않습니다
    • 클라이언트는 /storage 에서 파일을 다운로드받을 수 있습니다
    • 백엔드는 / 에서 파일을 업로드하고 삭제할 수 있습니다
  • 어메이징한 사진의 url은 storage_url 테이블에 저장됩니다
    • amazingPicture 쿼리로 URL을 얻을 수 있습니다
    • updateAmazingPicture 뮤테이션으로 사진을 변경할 수 있습니다
  • 기본 프로필 사진을 등록할 수 있습니다
    • updateDefaultAvatar 뮤테이션으로 기본 아바타를 등록할 수 있습니다
    • 유저의 아바타 값이 NULL이면 기본 아바타를 반환합니다

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