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: 상품 리뷰 작성 구현 #89

Merged
merged 13 commits into from
Apr 20, 2024
Merged

feat: 상품 리뷰 작성 구현 #89

merged 13 commits into from
Apr 20, 2024

Conversation

Leejin-Yang
Copy link
Contributor

Issue

✨ 구현한 기능

  • 상품 리뷰 작성
  • 상품 관련 꿀조합 없을 때 처리

📢 논의하고 싶은 내용

  • TopBar에서 등록을 버튼으로 수정했습니다.
  • 닫기 버튼은 바텀시트에서 fixed로 하니까 상단 닫기 헤더가 먼저 등장하고 애니메이션이 동작해 따로 만들었습니다.

🎸 기타

  • 특이 사항이 있으면 작성합니다.

⏰ 일정

  • 추정 시간 : 2시간
  • 걸린 시간 : 1시간

Copy link

🔗 배포된 storybook 주소: https://65f015a4aed45406385006ee-tnsdjsaaum.chromatic.com/

@@ -25,3 +25,4 @@ export { default as PageHeader } from './PageHeader/PageHeader';
export { default as Badge } from './Badge/Badge';
export { default as WriteButton } from './WriteButton/WriteButton';
export { default as Text } from './Text/Text';
export { default as TopBar } from './TopBar/TopBar';
Copy link
Contributor

Choose a reason for hiding this comment

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

아 헐 이거 깜박했다

Copy link
Member

Choose a reason for hiding this comment

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

찾았다 범인

Comment on lines +38 to +44
export const register = style({
selectors: {
'button:disabled > &': {
color: vars.colors.text.disabled,
},
},
});
Copy link
Contributor

Choose a reason for hiding this comment

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

👍👍👍

Choose a reason for hiding this comment

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

우아 이거 VE에여 ?

Copy link
Member

Choose a reason for hiding this comment

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

@Creative-Lee 아니 어떻게 들어왔지..?ㅋㅋㅋㅋㅋㅋㅋ 맞아여

Choose a reason for hiding this comment

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

그러면 스타일드 컴포넌트랑 VE 둘다 쓰는건가요?

Copy link
Member

Choose a reason for hiding this comment

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

마이그레이션 중임다

Choose a reason for hiding this comment

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

야무지군요 구웃

Copy link
Contributor

Choose a reason for hiding this comment

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

요기에 스크롤 버튼 안 붙이시나요?!?!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

피그마 시안에 없어서 삭제했슴다.!

Comment on lines 21 to 25
interface Value {
isValid: boolean;
reviewFormValue: ReviewFormValue;
}

Copy link
Contributor

Choose a reason for hiding this comment

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

얘 이름이 Value인게 state가 reviewFormValue여서 그런거죠? 아예 state 이름을 formValue 같은 걸로 바꾸고, 얘를 ReivewFormAction이랑 통일감 있게 ReivewFormValue로 바꿔버리면 안되나??

Copy link
Member

@xodms0309 xodms0309 left a comment

Choose a reason for hiding this comment

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

굿굿 고생하셨슴다~~~!!!!

@Leejin-Yang
Copy link
Contributor Author

@hae-on @xodms0309
변수명 바꾼거 확인 부탁드려요.!

Copy link

🔗 배포된 storybook 주소: https://65f015a4aed45406385006ee-shtfxtcvii.chromatic.com/

@xodms0309
Copy link
Member

좋네요 LGTM~~~

Copy link
Contributor

@hae-on hae-on left a comment

Choose a reason for hiding this comment

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

굿굿 수고했어용~~😎

@Leejin-Yang Leejin-Yang merged commit 4685b8b into feat/v2 Apr 20, 2024
2 of 3 checks passed
@Leejin-Yang Leejin-Yang deleted the feat/issue-88 branch April 20, 2024 06:07
Copy link

🔗 배포된 storybook 주소: https://65f015a4aed45406385006ee-ljdfxlfbng.chromatic.com/

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.

상품 리뷰 작성 구현
4 participants