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] #101 - 모의고사 결과 조회 API 구현 및 불필요한 계산 제거 #102

Merged
merged 7 commits into from
Mar 22, 2025

Conversation

haeun1107
Copy link
Member

Related Issue 🍀


Key Changes 🔑

  • 모의고사 제출 시 본인의 평균 점수를 기준으로 전체 사용자 평균과 비교해 상위 퍼센트 계산 및 저장
  • 모의고사 결과 조회 시 상위 퍼센트 및 변화량 계산 간소화 (DB 값 사용)
  • 'MockTest' 엔티티에 'topPercentile' 컬럼 추가 및 매핑
  • 퀴즈 메인 페이지 조회 시 최근 모의고사 점수 계산 단위를 '%'로 변경
  • 상위 퍼센트 계산 오류 수정 및 일관성 유지
  • 불필요한 등수 계산 로직 제거로 성능 및 가독성 개선

To Reviewers 🙏🏻

  • 상위 퍼센트 계산하느라 애 먹었다능

@haeun1107 haeun1107 added ✨ feature 기능 개발 ♻️ refactor 리펙토링 🐸 하은 작업 하은 작업 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
9 tasks
@haeun1107 haeun1107 merged commit 39c0854 into main Mar 22, 2025
@haeun1107 haeun1107 deleted the feature/#101 branch March 22, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature 기능 개발 ♻️ refactor 리펙토링 🐸 하은 작업 하은 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [Feature] - 모의고사 결과 조회 기능 구현
1 participant