Skip to content

Conversation

@bh2980
Copy link
Member

@bh2980 bh2980 commented Nov 16, 2022

관련 이슈

작업 내용

  • FeedbackArea 컴포넌트 개발
  • currentTime에 따라 feedback 상단 위치 로직 구현

추가작업 by @seyoung8239

@bh2980 bh2980 added this to the Week 2 milestone Nov 16, 2022
@bh2980 bh2980 requested review from anzmin and punkryn November 16, 2022 20:27
@bh2980 bh2980 self-assigned this Nov 16, 2022
@bh2980 bh2980 linked an issue Nov 16, 2022 that may be closed by this pull request
2 tasks
@bh2980 bh2980 requested a review from seyoung8239 November 16, 2022 20:27
Copy link
Collaborator

@seyoung8239 seyoung8239 left a comment

Choose a reason for hiding this comment

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

  • 기존의 코드와 같은 스타일로 작성해주셔서 코드의 일관성을 지켜준 부분 너무 훌륭했습니다.
  • UX관점에서 포커스된 피드백을 feedbackArea의 가장 위로 올려줄 필요가 있을까요?
    늦은 밤까지 개발하시느라 고생 많으셨습니다..

{dummyFeedback.map((feedback, idx) => (
<FeedbackBox
key={feedback.id}
handleClick={onClickFeedback}
Copy link
Collaborator

Choose a reason for hiding this comment

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

prop key가 onClick이 낫겠네용.. 죄송합니다

Copy link
Member Author

Choose a reason for hiding this comment

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

  • 감사합니당. 코드 스타일 유지 외에도 props drilling 문제도 저 패턴 쓰니까 해결이 되는 것 같아요. 굳
  • pin 기능 말씀하신건가요?? 그부분은 얘기를 나눠봐야할 것 같아서 보류해놓겠습니다. 오늘 얘기 나눠보시죠

@seyoung8239 seyoung8239 self-assigned this Nov 16, 2022
@seyoung8239 seyoung8239 self-requested a review November 16, 2022 21:22
@bh2980 bh2980 merged commit e01d925 into dev Nov 17, 2022
@seyoung8239 seyoung8239 deleted the 12-fe-feedbackarea-컴포넌트-구현 branch November 21, 2022 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FE - FeedbackArea 컴포넌트 구현

3 participants