Skip to content

Comments

[Fix] QuizSession 조회 시 여러 UserAnswer가 오는 문제 해결#74

Merged
Dimo-2562 merged 3 commits intomainfrom
fix/#73
May 28, 2025
Merged

[Fix] QuizSession 조회 시 여러 UserAnswer가 오는 문제 해결#74
Dimo-2562 merged 3 commits intomainfrom
fix/#73

Conversation

@Dimo-2562
Copy link
Collaborator

🔍 개요

QuizSession 조회 시 QuestionId로 조회해 문제가 발생했습니다.
이를 해결합니다.

📝 변경사항

  • QuizSession과 UserAnswer를 일대다 관계로 매핑
  • 답변 저장 시 QuizSession 정보 저장
  • 세션 조회 시 SessionId로 조회하도록 변경

close #73

@Dimo-2562 Dimo-2562 requested a review from Joon9750 May 28, 2025 15:39
@Dimo-2562 Dimo-2562 self-assigned this May 28, 2025
@Dimo-2562 Dimo-2562 merged commit b989355 into main May 28, 2025
1 check passed
@Dimo-2562 Dimo-2562 deleted the fix/#73 branch May 28, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fix] QuizSession 조회 시 전체 userAnswer 불러오는 문제 해결

1 participant