Walkhub/Walkhub-Server

랭킹 API

Closed this issue · 0 comments

Describe

No response

Work

학교 랭킹 검색

  • @transactional(readOnly = true) 추가
  • 빌더 private method로 변경
  • 파라미터 이름 schoolDateType으로 변경

유저 랭킹 검색

  • section 404 처리
  • 오늘 랭킹이 없을 경우 걸음 수 0

학교 랭킹 조회

  • 파라미터 이름 schoolDateType으로 변경
  • section 404 처리

다른 학교 유저 랭킹

  • static import 설정

우리학교 유저 랭킹

  • 성능 개선
  • 테스트 해본 후 캐싱 잘 되면 response void로 수정
  • 운동중인 유저 표시 isMeasuring
  • static import 설정
  • section 404 처리
  • @transactional(readOnly = true) 추가

Additional

No response