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/CK-149] 골룸 인증피드 내부 전체 인증피드 도출 로직을 구현한다 #102

Merged
merged 3 commits into from
Aug 15, 2023

Conversation

sh981013s
Copy link
Collaborator

📌 작업 이슈 번호

CK-149

✨ 작업 내용

image

  • 인증피드 도출 로직 구현
  • 골룸 인증피드 컴포넌트에 인증피드 전체 렌더링

💬 리뷰어에게 남길 멘트

잘부탁드립니다.

🚀 요구사항 분석

  • 골룸 인증피드 내부 전체 인증피드 도출 로직 구현

@sh981013s sh981013s added feature 🔅 Improvements or additions to documentation FE 👨‍👨‍👧 FrontEnd labels Aug 8, 2023
@sh981013s sh981013s requested review from NaveOWO and jw-r August 8, 2023 08:19
@sh981013s sh981013s self-assigned this Aug 8, 2023
Copy link
Collaborator

@jw-r jw-r left a 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' }}
Copy link
Collaborator

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'>
Copy link
Collaborator

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>;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Array<CertificationFeedType>
CertificationFeedType[]
둘 중 어떻게 작성할지 팀 컨벤션으로 이야기해봐도 좋을 것 같아요!

현재는 CertificationFeedType[]와 같이 작성된 타입이 많은데, 이걸로 통일시키는 것은 어떨까요?

Copy link
Collaborator

@NaveOWO NaveOWO left a comment

Choose a reason for hiding this comment

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

리뷰할만한 부분은 우디가 다 짚어준 것 같아요!! 수고햇어요~! Array<> 만 변경해주세요~!

@sh981013s
Copy link
Collaborator Author

Array<>

변경 적용했습니다~~!

@sh981013s sh981013s requested a review from NaveOWO August 9, 2023 06:16
@jw-r jw-r self-requested a review August 9, 2023 06:20
Copy link
Collaborator

@NaveOWO NaveOWO 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
Collaborator

@jw-r jw-r left a comment

Choose a reason for hiding this comment

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

부엉이 너무 고생하셨습니다!!

@sh981013s sh981013s merged commit bbe895e into develop-client Aug 15, 2023
1 check passed
@sh981013s sh981013s deleted the feature/CK-149 branch August 15, 2023 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 👨‍👨‍👧 FrontEnd feature 🔅 Improvements or additions to documentation
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants