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

Form validation #27

Open
5 of 9 tasks
cla6shade opened this issue Oct 12, 2024 · 0 comments
Open
5 of 9 tasks

Form validation #27

cla6shade opened this issue Oct 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cla6shade
Copy link
Contributor

cla6shade commented Oct 12, 2024

스터디 생성 등의 작업을 위해 form validation이 필요합니다.

기존에 step2에서 사용했던 react-hook-form 라이브러리를 사용하여 폼 validation을 구현하고, 테스트 코드도 함께 작성해봅시다.

  • StudyCreationModal에서 validation 구현

    • 스터디명, 주제, 설명 모두 required
    • required 필드에 값을 입력하지 않은 경우 생성 버튼 비활성화
    • dirty 필드인 경우에만 validation 및 에러 메시지 적용
    • 위의 내용을 바탕으로 단위 테스트코드 작성
  • 개인정보 입력 모달에서 validation 구현

    • 모든 필드가 required
    • required 필드에 값을 입력하지 않은 경우 하단의 버튼 비활성화
    • 위의 내용을 바탕으로 단위 테스트코드 작성
@cla6shade cla6shade added the enhancement New feature or request label Oct 12, 2024
@cla6shade cla6shade changed the title form validation Form validation Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants