forked from EungyuCho/react-payments
-
Notifications
You must be signed in to change notification settings - Fork 15
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
[넥스트레벨 Woobottle] 페이먼츠 미션 STEP1-1 #9
Open
woobottle
wants to merge
7
commits into
nextlevel-2022:woobottle
Choose a base branch
from
woobottle:woobottle
base: woobottle
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Outwater
approved these changes
Feb 3, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
우병님 코드 정말 잘 봤습니다.
저보다 훨씬 수준이 높아서 읽으면서도 많이 배우게 되었습니다. 감사합니다.
- Typescript로 작성되어 있어서, 코드리뷰하기에 정말 편하다는 생각이 들었습니다. (저도 ts 리팩토링 고려해보아야겠습니다..ㅎㅎ)
- 변수명에 공을 들이신 것이 그대로 느껴졌습니다. 전반적으로 네이밍에 통일성이 느껴져서, 나중에는 더욱 빠르게 이해할 수 있었습니다.
- publicCardNumber, is--- , get---, ...
- Utils, Validation 등 관심사 분리가 정말 잘 되어있다고 느꼈습니다. 작게 관심사 별로 구분되어 있어, 가독성과 유연성 모두 확보된 것 같습니다 👍
기능관련
- 잘못된 값이 입력되었더라도, 다음페이지로 그대로 이동되는 것 같습니다.
- string으로 cardNumber를 입력하여도, errorMsg는 뜨지만 다음 페이지 넘어가네요. (cvc값이 2자리만 입력이 되어도)
안녕하세요 우병님 PR이 지금 nextlevel-2022:main from woobottle:woobottle 이런 상태인데 main 말고 woobottle 브랜치로 머지 부탁드릴게요~ 편하시라고 제가 만들어두겠습니다~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
안녕하세요 인수님!!
리뷰 잘 부탁드려요!!
제가 인수님과 논의하고 싶은 부분들은 아래와 같습니다. (고민하던 시기에 적은 날것 그대로 적어두었습니다. 양해 한번만 부탁드릴게요!)
필수 요구사항
Storybook
상호 작용 테스트재사용 가능한 Component
작성카드 추가
<
(뒤로가기) 버튼 클릭 시, 카드 목록 페이지로 이동한다.-
가 삽입된다.*
로 보여진다.MM / YY
로 placeholder를 적용한다./
가 삽입된다.*
으로 보여진다.*
으로 보여진다.심화 요구사항 (선택사항)
Storybook
단위 테스트