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

RAC-403 fix : 선배 조회시 멘토링 진행 횟수 우선 정렬 수정 #292

Merged
merged 5 commits into from
Jul 2, 2024

Conversation

ywj9811
Copy link
Member

@ywj9811 ywj9811 commented Jul 2, 2024

🦝 PR 요약

선배 조회시 멘토링 진행 횟수 우선 정렬

✨ PR 상세 내용

  • Senior 테이블에 mentoringHit 컬럼 추가 및 인덱스 설정
  • 선배 조회시, mentoringHit 우선 정렬 후 조회수 정렬 및 ㄱㄴㄷ순 정렬
  • 멘토링 신청 및 취소시 mentoringHit 업데이트 추가

🚨 주의 사항

Mentoring 의 senior count를 통해 order by를 설정하는 것 보다, mentoringHit 컬럼 추가 및 인덱스 처리를 통해 빠른 정렬 가능할 것이라 생각하여 Senior 테이블 수정하여 기능 추가함

✅ 체크 리스트

  • 리뷰어 설정했나요?
  • Label 설정했나요?
  • 제목 양식 맞췄나요? (ex. RAC-1 feat: 기능 추가)
  • 변경 사항에 대한 테스트 진행했나요?

@ywj9811 ywj9811 added 🐞 BugFix 오류 수정 ✨ Feature 새로운 기능 추가 labels Jul 2, 2024
@ywj9811 ywj9811 self-assigned this Jul 2, 2024
Copy link

sonarcloud bot commented Jul 2, 2024

@ywj9811 ywj9811 merged commit ae9608c into develop Jul 2, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 BugFix 오류 수정 ✨ Feature 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant