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

[All] 필수가 아닌 서술형 질문에 응답하지 않은 경우 서버에게 해당 질문 응답 자체를 보내지 않도록 수정한다. #775

Open
skylar1220 opened this issue Oct 7, 2024 · 0 comments

Comments

@skylar1220
Copy link
Contributor

skylar1220 commented Oct 7, 2024

🔍 설명

  • 필수가 아닌 서술형 질문에 대한 답변을 아래와 같이 내려줄 텐데요 (부분 발췌)
{
    "questionId": 1,
    "text": "", 
    "selectedOptionIds": null
},
{
    // 다른 질문에 대한 답변
}

만약 질문에 대한 답변이 존재하지 않는다면, 해당 element 자체를 내려주지 않을 수 있나 해서요! 백엔드에서는 해당 요청이 들어오면 무조건 답변한 것으로 간주하고 이에 대한 검증을 진행하려고 해요. 불필요한 요청을 줄이고자 하는 목적도 있습니다.

🔥 할 일

  • 서술형 답변이 빈칸인 경우, 해당 element를 body에 포함하지 않는다.
  • 선택형 답변에서 선지를 아무것도 선택하지 않은 경우, 해당 element를 body에 포함하지 않는다.

🐴 할 말

  • 프론트 가능 여부 알려주세요!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant