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

feat: 맛집 상세 정보 API 고도화 작업 #51

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    592bc0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0fb05d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    d5710bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88640ef View commit details
    Browse the repository at this point in the history
  3. feat: RestaurantService의 getRestaurantDetails에 캐싱 작업 추가 (#38)

    - 리뷰 개수가 10개 이상인 맛집 객체만 캐싱하는 조건 설정
    jooda00 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    caf8b6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34012c3 View commit details
    Browse the repository at this point in the history
  5. feat: redis config 파일에 objectMapper 메소드 추가 (#38)

    - PointSerializer 직렬화 메소드 등록
    jooda00 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    27785cb View commit details
    Browse the repository at this point in the history
  6. feat: Restaurant 클래스에 location 역직렬화 어노테이션 등록 (#38)

    - @JsonDeserialize(using = GeoUtils.PointDeserializer.class)
    jooda00 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7ed208e View commit details
    Browse the repository at this point in the history
  7. refactor: RestaurantDetailRes 좌표 반환 형식 double x, double y -> Point 객체…

    …로 한번에 반환하게 변경 (#38)
    jooda00 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    754d028 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a23f297 View commit details
    Browse the repository at this point in the history
  9. style: 주석 제거 (#38)

    jooda00 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    002481b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    38e575f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d983d49 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a310430 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/feature/map-details-advance' int…

    …o feature/map-details-advance
    
    # Conflicts:
    #	src/main/java/oz/yamyam_map/module/restaurant/service/RestaurantService.java
    jooda00 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c839c13 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    071fc56 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7089158 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    854f98a View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'origin/feature/map-details-advance' int…

    …o feature/map-details-advance
    
    # Conflicts:
    #	build.gradle
    #	src/main/java/oz/yamyam_map/module/restaurant/entity/Restaurant.java
    jooda00 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    09b5a08 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ea2be7c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    d945e52 View commit details
    Browse the repository at this point in the history