I-deul-of-zoo / foodie-hotspot-recommendation-service

(2차 과제) foodie hotspot recommendation service based geography
0 stars 3 forks source link

Feat/mathtkang/#53 #60

Closed sysgaeng closed 11 months ago

sysgaeng commented 11 months ago

PR 타입(하나 이상의 PR 타입을 선택해주세요)

반영 브랜치

ex) feat/mathtkang/#53 -> dev

변경 사항

  1. ♻️Refact : changes score field name to average_score
    • Restaurant 모델에도 score 필드가 있고 Rate 모델에도 score 필드가 있다.
    • Restaurant에서의 score는 평균점수이고 Rate에서의 score는 하나의 평가에 대한 점수이다.
    • 따라서 Restaurant 모델의 score 필드를 average_score로 바꾸기로 함.
  2. ✅Test : 맛집 평가 생성 API에 대한 테스트코드 작성

테스트 결과

스크린샷 2023-11-30 오전 10 56 23