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: 상품 썸네일 및 판매시작 api 연동 #124

Merged
merged 14 commits into from
Dec 5, 2021

Conversation

jiyaaany
Copy link
Contributor

@jiyaaany jiyaaany commented Oct 20, 2021

PR 제안 사유

  • 상품 등록 절차 중 상품 확인하기 페이지를 추가합니다.
  • 상품 썸네일 컴포넌트를 추가합니다.
  • 상품 판매하기/product api를 연동합니다.

Resolves #114 #115

주요 변경 기록

  • 상품 썸네일 마크업
  • 상품 판매하기 api 연동

Code review

Code review 에서 중점적으로 봐야하는 부분

Design review

Design review 에서 중점적으로 봐야하는 부분 / 스크린샷

image

기타 질문 및 특이 사항

@jiyaaany jiyaaany added the Feat 새로운 기능과 관련된 작업 label Oct 20, 2021
@jiyaaany jiyaaany self-assigned this Oct 20, 2021
Copy link
Member

@zoripong zoripong left a comment

Choose a reason for hiding this comment

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

콤엔트가 있어용

src/pages/CreateProduct/Confirm/index.tsx Outdated Show resolved Hide resolved
src/pages/CreateProduct/Confirm/index.tsx Outdated Show resolved Hide resolved
src/pages/CreateProduct/components/Footer/index.tsx Outdated Show resolved Hide resolved
src/pages/CreateProduct/Confirm/index.css.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@YuuRiLee YuuRiLee left a comment

Choose a reason for hiding this comment

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

코멘트들이 있습니다!

src/styles/constants.ts Outdated Show resolved Hide resolved
src/pages/CreateProduct/components/Footer/index.tsx Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
src/pages/CreateProduct/Confirm/index.tsx Outdated Show resolved Hide resolved
src/pages/CreateProduct/components/Footer/index.tsx Outdated Show resolved Hide resolved
src/pages/CreateProduct/Confirm/index.css.ts Outdated Show resolved Hide resolved
src/pages/CreateProduct/Confirm/index.tsx Show resolved Hide resolved
@jiyaaany jiyaaany force-pushed the #114/product-confirm-page branch 2 times, most recently from 59196db to a9bd76a Compare November 17, 2021 11:19
src/hooks/usePost.ts Outdated Show resolved Hide resolved
@YuuRiLee
Copy link
Contributor

어디서부터 봐야하는건가욤,,?

Copy link
Contributor

@YuuRiLee YuuRiLee left a comment

Choose a reason for hiding this comment

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

어디서부터 봐야하는지 코멘트로 남겨주세요

@YuuRiLee
Copy link
Contributor

^ 이거 작업 마무리되면 2-1(2-3) 배포합시다

@jiyaaany
Copy link
Contributor Author

a9bd76a 이 커밋만 확인해주세욥 !

Copy link
Contributor

@YuuRiLee YuuRiLee left a comment

Choose a reason for hiding this comment

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

코멘트 봐주세욤

src/hooks/usePost.ts Outdated Show resolved Hide resolved
src/libs/draftjs-utils/inline.ts Outdated Show resolved Hide resolved
@jiyaaany
Copy link
Contributor Author

jiyaaany commented Nov 28, 2021

@YuuRiLee 9a80b3b 커밋만 보면 됨당
리베이스도 했어욥

Copy link
Contributor

@YuuRiLee YuuRiLee left a comment

Choose a reason for hiding this comment

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

saso한 코멘트가 있어욤 반영감삼다! 고생하셨어요

@@ -4,7 +4,7 @@ import styled from 'styled-components';
import { theme } from 'themes';

export const ProductCard = styled(Link)`
color: #000;
color: ${theme.palette.common.black};
Copy link
Contributor

Choose a reason for hiding this comment

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

Q: color: ${palette.text.secondary}; 이런거 안써주시고 새로 정의하신 이유가 궁금해욤

Copy link
Contributor Author

Choose a reason for hiding this comment

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

A: 정의한게 아니라 palette 정의된거 보니까 기본으로 common이라는 객체가 있고 그 안에 white, black 있습니당!
palette.ts에 common 정의되어있는거 제가 한 것 같은데 ,, 왜 추가했는지 ,, 기억도 나지 않고 제거해도 동일하게 작동하네요 (33789a3 )
${palette.text.secondary}는 회색인 것 같슴다

image
node_modules/@material-ui/core/styles/createPalette.d.ts

Copy link
Contributor

Choose a reason for hiding this comment

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

${palette.text.primary}도 있어용

Copy link
Contributor Author

Choose a reason for hiding this comment

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

eb76c79 수정했어용

src/pages/CreateProduct/components/Footer/index.tsx Outdated Show resolved Hide resolved
yarn.lock Outdated Show resolved Hide resolved
Copy link
Contributor

@YuuRiLee YuuRiLee 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
Contributor

@YuuRiLee YuuRiLee left a comment

Choose a reason for hiding this comment

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

반영 감사합니드아앙!!

@jiyaaany jiyaaany merged commit 5364bbb into sprint-2-1 Dec 5, 2021
@jiyaaany jiyaaany deleted the #114/product-confirm-page branch December 5, 2021 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능과 관련된 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants