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

[FIX] 이미지 캐싱 오류 해결 및 일부 코드 개선 #391

Merged
merged 9 commits into from
Oct 16, 2024

Conversation

Goder-0
Copy link
Member

@Goder-0 Goder-0 commented Oct 15, 2024

📝 PR 타입

  • 기능 추가
  • 기능 수정
  • 기능 삭제
  • 리팩토링
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

📝 반영 브랜치

📝 변경 사항

  • 문자열 쿼리 기반으로 파일의 버전을 관리하도록 변경하였습니다.
  • 이에 따라 일부 스키마 변경이 이루어졌습니다.
    • userimgVersion 추가
    • portfolioversion 추가
  • 일부 로직에서 dto에 version 관련 데이터가 추가되었습니다.

📝 테스트 결과

📝 To Reviewer

  • 현재 진행한 방식의 경우, 기능 구현을 위한 코드로 되어있습니다.
  • 이미지에 대한 버전을 dto로 조회해와서 그대로 서빙하기 때문에 이상하다고 느껴지긴합니다.
  • 때문에 내부에서 version을 제외한 dto로 한번 더 변환하면 어떨까 싶은데 어떻게 생각하시나요?

@Goder-0 Goder-0 added the Priority: High 우선순위: 높음 label Oct 15, 2024
@Goder-0 Goder-0 self-assigned this Oct 15, 2024
@Goder-0 Goder-0 linked an issue Oct 15, 2024 that may be closed by this pull request
2 tasks
@Goder-0 Goder-0 requested a review from mikekks October 15, 2024 03:44
Copy link
Contributor

@mikekks mikekks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

구현 잘 하셨네요!! 고생하셨습니다!!

@Goder-0 Goder-0 merged commit f4d49d7 into develop Oct 16, 2024
1 check passed
@mikekks mikekks deleted the fix/#390_fix-cache-image branch October 16, 2024 07:29
@Goder-0 Goder-0 restored the fix/#390_fix-cache-image branch October 24, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High 우선순위: 높음
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 이미지 캐싱 이슈 해결
2 participants