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

[Feature] #91 - 퀴즈 기능 확장을 위한 엔티티 수정 및 MockTest 도입 #93

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

haeun1107
Copy link
Member

Related Issue 🍀


Key Changes 🔑

  • UserQuiz 엔티티에 solvedDate 필드 추가 (퀴즈 푼 날짜 저장)
  • 어제 푼 퀴즈를 오늘 다시 풀었는지 (복습 여부) 확인하기 위해 UserQuiz에 retriedToday 필드 추가
  • 모의고사 기능을 위한 MockTest, MockTestQuiz 엔티티 생성
  • 어제 많이 틀린 퀴즈 Top5 조회 기능을 위한 데이터 구조 준비

To Reviewers 🙏🏻

  • 어제 푼 퀴즈를 오늘 다시 풀었는지 여부를 확인하기 위해, 같은 퀴즈를 오늘 날짜에 또 풀었는지 체크하면 되지만, UserQuiz에 퀴즈-날짜 기준의 복수 데이터가 들어가야 하므로, 지금 구조로 충분하지만 중복 방지를 위해 고유 제약 조건 추가함!

@haeun1107 haeun1107 added ✨ feature 기능 개발 🐸 하은 작업 하은 작업 labels Mar 21, 2025
@haeun1107 haeun1107 self-assigned this Mar 21, 2025
@haeun1107 haeun1107 merged commit 9a06dea into main Mar 21, 2025
@haeun1107 haeun1107 deleted the feature/#91 branch March 21, 2025 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature 기능 개발 🐸 하은 작업 하은 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [Feature] - 모의고사 기능 추가를 위한 퀴즈 entity 수정 및 생성
1 participant