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

리액션의 이모지 이미지 저장 리팩토링 #32

Open
2 tasks
bbeomgeun opened this issue Mar 17, 2022 · 0 comments
Open
2 tasks

리액션의 이모지 이미지 저장 리팩토링 #32

bbeomgeun opened this issue Mar 17, 2022 · 0 comments
Labels
refactor 리팩토링

Comments

@bbeomgeun
Copy link
Contributor

이슈 내용

  • 현재 리액션에서 이미지는 6개의 이모지로, S3에 매번 저장하고 URL을 갖고 있다.
  • 이미 정해진, static한 resource면 매번 저장할 필요 없이 6개를 정적으로 저장해두고 상태값으로 받아서 해당 URL을 반환하면 되지 않을까?

To-do

  • 정적 이미지 저장소 찾아보기
  • 해당 저장소의 URL을 미리 캐싱해두고, request의 이모지 enum값으로 바로 리소스 URL 반환하기

참고 사항

@bbeomgeun bbeomgeun added the refactor 리팩토링 label Mar 17, 2022
@bbeomgeun bbeomgeun added this to the 6주차 개발 스프린트 milestone Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 리팩토링
Projects
None yet
Development

No branches or pull requests

1 participant