-
Notifications
You must be signed in to change notification settings - Fork 4
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/CK-149] 골룸 인증피드 내부 전체 인증피드 도출 로직을 구현한다 #102
Conversation
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.
부엉이 너무 잘 작성해주셔서 크게 수정사항이 없습니다🤩
너무너무 고생하셨어요!!
몇가지 코맨트만 확인 부탁드려요!
id='fileInput' | ||
type='file' | ||
onChange={handleImageChange} | ||
style={{ display: 'none' }} |
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.
으으 이거 진짜진짜 어떤 느낌인지 아는데ㅠㅠ
그래도 스타일은 styled component에서 주는걸로 통일시키는 것은 어떨까요?
</S.InputFieldWrapper> | ||
<TextCount maxCount={250} currentCount={value.length} /> | ||
<S.ErrorMessage>{errorMessage}</S.ErrorMessage> | ||
<S.CertificationSubmitButton type='submit'> |
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.
type='submit'은 없어도 무방할 것 같아요🤩
checkFeed: CheckFeedType; | ||
}; | ||
|
||
export type GoalRoomCertificationFeedsResponse = Array<CertificationFeedType>; |
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.
Array<CertificationFeedType>
CertificationFeedType[]
둘 중 어떻게 작성할지 팀 컨벤션으로 이야기해봐도 좋을 것 같아요!
현재는 CertificationFeedType[]
와 같이 작성된 타입이 많은데, 이걸로 통일시키는 것은 어떨까요?
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.
리뷰할만한 부분은 우디가 다 짚어준 것 같아요!! 수고햇어요~! Array<> 만 변경해주세요~!
변경 적용했습니다~~! |
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.
부엉이 너무 고생하셨습니다!!
📌 작업 이슈 번호
CK-149
✨ 작업 내용
💬 리뷰어에게 남길 멘트
잘부탁드립니다.
🚀 요구사항 분석