Skip to content

feat : 결제 페이지,카드 정보 입력 페이지 퍼블리싱#53

Merged
HSCHEOL merged 15 commits intodevelopfrom
feat/#50/payment_page
Mar 2, 2025
Merged

feat : 결제 페이지,카드 정보 입력 페이지 퍼블리싱#53
HSCHEOL merged 15 commits intodevelopfrom
feat/#50/payment_page

Conversation

@HSCHEOL
Copy link
Copy Markdown
Contributor

@HSCHEOL HSCHEOL commented Feb 27, 2025

결제 페이지

스크린샷 2025-02-27 오후 7 45 00

카드 등록 버튼

스크린샷 2025-02-27 오후 7 45 35

등록된 카드가 없을때

스크린샷 2025-02-27 오후 7 49 09

카드 등록 페이지

스크린샷 2025-02-27 오후 7 48 15

@HSCHEOL HSCHEOL requested a review from Yejiin21 February 27, 2025 10:49
@HSCHEOL HSCHEOL linked an issue Feb 27, 2025 that may be closed by this pull request
2 tasks
@HSCHEOL HSCHEOL self-assigned this Feb 27, 2025
@HSCHEOL HSCHEOL added the 🖼️ Publishing 페이지 퍼블리싱 label Feb 27, 2025
@github-actions
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

@Yejiin21 Yejiin21 left a comment

Choose a reason for hiding this comment

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

이번 한 주도 고생 많으셨어요! 몇 가지 코멘트 달았습니다:)

const handleCvcChange = (e: React.ChangeEvent<HTMLInputElement>) => {
const value = e.target.value.replace(/\D/g, '').slice(0, 3);
setCvc(value);
};
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

현재는 useState를 사용하여 각 입력값을 개별적으로 관리하고 있는데, react-hook-form을 사용하면 불필요한 리렌더링을 줄이고, 유효성 검사와 폼 상태 관리를 더 효율적으로 처리할 수 있어서 적용해보는 것도 좋을 것 같아요👍

@HSCHEOL HSCHEOL requested review from Yejiin21 February 28, 2025 20:08
Copy link
Copy Markdown
Contributor

@Yejiin21 Yejiin21 left a comment

Choose a reason for hiding this comment

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

수고 많으셨습니다!

@HSCHEOL HSCHEOL force-pushed the feat/#50/payment_page branch from ec8a7d1 to 82de401 Compare March 2, 2025 16:50
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 2, 2025

@HSCHEOL HSCHEOL merged commit cc143dc into develop Mar 2, 2025
1 check passed
@HSCHEOL HSCHEOL deleted the feat/#50/payment_page branch March 2, 2025 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🖼️ Publishing 페이지 퍼블리싱

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feat]결제 페이지 및 카드 정보 입력 페이지 퍼블리싱

2 participants