-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
PR 작성하느라 고생 많았어요!! 라벨 잘 지정되었는지 확인 한 번 해 주기 🫶 |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
또이 확인했어요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
presigned 공통 로직이라 다행이다~
고생했어 !!
export interface PresignedAllResponse { | ||
status: number; | ||
message: string; | ||
data: { | ||
performanceMakerPresignedUrls: PresignedResponse; | ||
}; | ||
} | ||
|
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p5) prerenderer 관련된 설정인건 알겠는데, renderAfterTime을 임시로 5000이라고 설정했던 이유가 있었나요? 어떤 테스트를 해보려고 한건지 궁금해서 여쭤봅니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
엑 그거 단톡에서도 얘기했었는데
데이터를 자꾸 못가져와서 시간이 문제인가 싶어서 바꿔봤었어용
📌 관련 이슈번호
🎟️ PR 유형
어떤 변경 사항이 있나요?
✅ Key Changes
📢 To Reviewers
📸 스크린샷
🔗 참고 자료