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

인풋 관련 컴포넌트 구현 및 스토리북 추가 #20

Merged
merged 12 commits into from
Aug 12, 2024

Conversation

froggy1014
Copy link
Collaborator

PR 타입 ( 하나 이상의 PR 타입을 선택해주세요 )


  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 기타 사소한 수정

개요

저희 폼에서 공용적으로 사용할만한 인풋 컴포넌트들을 구현하고 스토리북에 추가했습니다.

그리고 Preview 메인 root 페이지가보시면 제가 간단하게 폼 만들어놨는데.. 테스트해보셔도 괜찮을 것 같습니다.

그리고 색상, 폰트 추가된것도 이 브랜치에서 작업해버렸네용.

@froggy1014 froggy1014 self-assigned this Aug 12, 2024
Copy link

vercel bot commented Aug 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fiesta ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 12, 2024 5:58pm

@froggy1014 froggy1014 linked an issue Aug 12, 2024 that may be closed by this pull request
Copy link

💅 스토리북 URL 확인하기 - https://66a939e10fecfdf69816c066-veeuuhbqac.chromatic.com/

Copy link
Member

@punchdrunkard punchdrunkard left a comment

Choose a reason for hiding this comment

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

안녕하세요! 오늘도 늦은 시간까지 수고가 많습니다...
몇 가지 궁금한 점이 있어서 내용 남깁니다!
(관련 내용들이 storybook에는 있는 것 같아서, 아직 구현 전인 부분은 가볍게 무시해주세요 ㅎㅎㅎ..)


  • 각 input 에 대한 validation 이 제대로 동작하지 않는 것 같습니다.
    image
  • 필수값에 대한 validation이 있으면 좋겠습니다.
  • 페스티벌 기간이 하루인 경우 (에를 들어 2024/08/09 ~ 2024/08/09) endDate 에 null 값이 들어오고 있습니다!
    (혹시 의도하신 동작이라면, startDate 와 endDate 가 같은 경우에는 둘이 같은 값으로 보내주실 수 있을까요?)
    image

src/app/view.tsx Show resolved Hide resolved
src/components/Calendar/Calendar.tsx Outdated Show resolved Hide resolved
@froggy1014
Copy link
Collaborator Author

froggy1014 commented Aug 12, 2024

안녕하세요! 오늘도 늦은 시간까지 수고가 많습니다... 몇 가지 궁금한 점이 있어서 내용 남깁니다! (관련 내용들이 storybook에는 있는 것 같아서, 아직 구현 전인 부분은 가볍게 무시해주세요 ㅎㅎㅎ..)

  • 각 input 에 대한 validation 이 제대로 동작하지 않는 것 같습니다.
    image
  • 필수값에 대한 validation이 있으면 좋겠습니다.
  • 페스티벌 기간이 하루인 경우 (에를 들어 2024/08/09 ~ 2024/08/09) endDate 에 null 값이 들어오고 있습니다!
    (혹시 의도하신 동작이라면, startDate 와 endDate 가 같은 경우에는 둘이 같은 값으로 보내주실 수 있을까요?)
    image
  1. 이게 다름이 제가 Validation은 아직 하나도 구현을 안 해놓은 상태고, 디자인 때문에 저렇게 maxLength랑 현재 길이값을 표현하고 있지만, 실질적인 Validation은 useForm에서 일어날 것이기때문에 지금은 신경안써셔도 될 것 같습니다. 저 UI때문에.. controlled Input이 되어야했지만. ㅠ ;;

  2. 아 바로 처음부터 하나찍고 제출하면 null을 뱉군요. 시정하겠습니다.

@punchdrunkard

@froggy1014 froggy1014 merged commit 12e683d into develop Aug 12, 2024
3 of 4 checks passed
@froggy1014 froggy1014 deleted the feature/input-component branch August 12, 2024 17:58
Copy link

💅 스토리북 URL 확인하기 - https://66a939e10fecfdf69816c066-nvgsndxuug.chromatic.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

컴포넌트 구현 및 스토리북 정리
2 participants