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

[FE] 필수가 아닌 객관식, 서술형에서 답변 작성이 들어갈 경우에도 유효성 검사를 진행한다. #338

Closed
BadaHertz52 opened this issue Aug 13, 2024 · 0 comments · Fixed by #339

Comments

@BadaHertz52
Copy link
Contributor

🔍 설명

  • 필수가 아닌 객관식, 서술형에서 리뷰어가 답변을 작성한다면, 이에 대한 유효성 검사를 진행하며 그에 따른 버튼 비활성화 여부를 판단한다.

🔥 할 일

    1. 필수가 아닌 객관식, 서술형에서 리뷰어가 답변을 작성하는 지 여부 판단
    1. 1에서 리뷰어가 작성한 답에 대한 유효성 검사 진행
    • 빈문자열이나 빈 배열로 수정하면 유효성 검사 통과
    1. 답변의 필수 여부, 답변의 유효성 여부를 판단해 다음,제출 버튼 활성화 여부를 판단

⏰ 예상 시간

  • 30분

🐴 할 말

  • 고칠게 계속 나오네
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment