-
Notifications
You must be signed in to change notification settings - Fork 3
[feat] 문제와 함께 퀴즈 조회 API 구현 #38
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
Conversation
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.
고생하셨습니다!
은주님, 혹시 퀴즈와 문제함께 조회가 용도가 프론트로 프리로드하는 용도도 있을까요?
우선은 퀴즈 상세 모달에서 수정하기 눌렀을 때 불러올 용도로 생각했는데, 웹 소켓 명세서를 확인해보니까 프리로드용 문제를 이전 설계로는 그게 가능했는데, 저희가 지금은 정답은 빼버렸기도 하고, |
sehee123
left a comment
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.
몇시간만에 뚝딱! 만드셨네요 ㅎㅎ 수고하셨습니다 💨
| public record QuizQuestionListResponse( | ||
| String title, | ||
| QuizType quizType, | ||
| Long creatorId, |
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.
[L5-참고의견]
creatorId는 필수 값이어서 밑의 numberOfQuestion처럼 원시타입으로 통일해도 될 것 같습니다.
정답없이 퀴즈와 문제를 내려주는 api를 하나 만들어야할 것 같습니다! |
jiwon1217
left a comment
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.
고생하셨습니다 !
확인했습니다 ! API 명세에 하나 더 추가해서 만들도록 하겠습니다 :) 감사합니다 ! |
🛰️ Issue Number
🪐 작업 내용
퀴즈와 문제를 함께 조회해오는 API를 구현했습니다.
기존 API 명세서에서 questions의 question을 questions의 content로 수정했습니다.
📚 Reference
✅ Check List