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

[Feat/#404] presignedUrl 응답 타입 변경 #405

Merged
merged 5 commits into from
Sep 13, 2024

Conversation

imddoy
Copy link
Contributor

@imddoy imddoy commented Sep 12, 2024

📌 관련 이슈번호

🎟️ PR 유형

어떤 변경 사항이 있나요?

  • 새 기능 추가
  • 버그 수정
  • CSS 등 사용자 UI 디자인 변경
  • 리팩토링

✅ Key Changes

이번 PR에서 작업한 내용을 간략히 설명해주세요

  1. 서버랑 응답 타입 맞췄어요

📢 To Reviewers

  • 공통으로 해놔서 공연 수정도 자동으로 적용된거 확인했습니다.

📸 스크린샷

🔗 참고 자료

@github-actions github-actions bot added the ✨ FEAT 기능 구현 label Sep 12, 2024
Copy link

PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶

Copy link

Copy link
Member

@pepperdad pepperdad left a comment

Choose a reason for hiding this comment

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

또이 확인했어요!

Copy link
Contributor

@ocahs9 ocahs9 left a comment

Choose a reason for hiding this comment

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

presigned 공통 로직이라 다행이다~
고생했어 !!

Comment on lines +15 to +22
export interface PresignedAllResponse {
status: number;
message: string;
data: {
performanceMakerPresignedUrls: PresignedResponse;
};
}

Copy link
Contributor

Choose a reason for hiding this comment

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

p5) 깔끔하게 기존 타입 활용해서 잘 정의했네요 굿굿

renderAfterTime: 5000,
renderAfterElementExists: "[data-testid='main-content']",
renderAfterTime: 500,
Copy link
Contributor

Choose a reason for hiding this comment

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

p5) prerenderer 관련된 설정인건 알겠는데, renderAfterTime을 임시로 5000이라고 설정했던 이유가 있었나요? 어떤 테스트를 해보려고 한건지 궁금해서 여쭤봅니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

엑 그거 단톡에서도 얘기했었는데
데이터를 자꾸 못가져와서 시간이 문제인가 싶어서 바꿔봤었어용

@imddoy imddoy merged commit 5a6c165 into develop Sep 13, 2024
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ FEAT 기능 구현
Projects
Status: 🎉Done
Development

Successfully merging this pull request may close these issues.

[ Refactor ] PresignedUrl 로직 변경
3 participants