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] #103 - 이전 모의고사 결과 조회 API 구현 #104

Merged
merged 1 commit into from
Mar 22, 2025

Conversation

haeun1107
Copy link
Member

@haeun1107 haeun1107 commented Mar 22, 2025

Related Issue 🍀


Key Changes 🔑

  • 현재 mockTestId 기준으로 해당 사용자가 푼 가장 최근 이전 모의고사 결과 반환
  • 이전 모의고사가 존재하지 않는 경우, 'MOCK_TEST_NOT_FOUND' 예외 반환
  • 불필요한 로직 없이 기존 'getMockTestResult' 로직 재활용

To Reviewers 🙏🏻

  • '이전'보다 '최근' 모의고사 조회라고 표현하는 게 더 좋을 듯!

@haeun1107 haeun1107 added ✨ feature 기능 개발 🐸 하은 작업 하은 작업 labels Mar 22, 2025
@haeun1107 haeun1107 self-assigned this Mar 22, 2025
@haeun1107 haeun1107 linked an issue Mar 22, 2025 that may be closed by this pull request
3 tasks
@haeun1107 haeun1107 merged commit ba3ebc4 into main Mar 22, 2025
@haeun1107 haeun1107 deleted the feature/#103 branch March 22, 2025 15:09
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] - 이전 모의고사 결과 조회 기능 구현
1 participant