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

음식점 정보 응답 구조 변경, 위시 리스트 api 추가, swagger 문서 변경 #156

Merged
merged 23 commits into from
Nov 28, 2023

Commits on Nov 28, 2023

  1. feat : 음식점 검색, 필터링된 음식점 응답 시 리뷰 반영 개수 출력 #66,#63

    - 응답해줘야 할 음식점에 달린 리뷰 개수를 반영하여 개수를 응답
    LeeTH916 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c57ccca View commit details
    Browse the repository at this point in the history
  2. refactor : 필터링된 음식점 쿼리 변경 및 구조 변경 #63

    - 필터링된 음식점 조회를 restaurantRepository를 기준으로 변경
    - 해당 부분을 restaurant.Repository.ts로 이동
    LeeTH916 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7f897d6 View commit details
    Browse the repository at this point in the history
  3. feat : 음식점 상세정보 응답 구조 변경 1 #104

    - 응답 포맷 통일
    - 내 맛집리스트 등록 여부 응답
    LeeTH916 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    371d24b View commit details
    Browse the repository at this point in the history
  4. feat : 음식점 상세정보 응답 구조 변경 2 #104

    - 리뷰 개수를 반영하여 총 리뷰 개수 응답
    - 최대 3개의 리뷰를 응답
    LeeTH916 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6c3f115 View commit details
    Browse the repository at this point in the history
  5. feat : 전체 음식점 리스트 반환 api 구현 #63

    - 전체 음식점 리스트 반환 엔드포인트 생성
    - 현위치를 기반으로 전달받은 반경내의 모든 음식점 응답
    LeeTH916 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1a62e94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    115975b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #144 from LeeTH916/feature/be-home

    [Home/be] 음식점 정보 응답 시 리뷰를 반영하여 응답
    GeunH authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4ebe155 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b0e60a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    246fa82 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ae7566d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ed890b View commit details
    Browse the repository at this point in the history
  12. fix : filter api 에러 수정

    GeunH committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9770fe1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a169623 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #152 from GeunH/feature/be-wishlist

    [WishList/be] 위시리스트 등록/삭제/가져오기 구현
    LeeTH916 authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3758429 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    55f7cda View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6ff16ff View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e85546a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5925cbd View commit details
    Browse the repository at this point in the history
  19. Merge pull request #154 from LeeTH916/feature/be-home

    [Home/be] 위시 맛집리스트 등록 여부 응답 및 내 맛집 리스트 응답 수정
    GeunH authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f5c0026 View commit details
    Browse the repository at this point in the history
  20. style : prettier 적용 #35

    Co-authored-by: GeunH <[email protected]>
    LeeTH916 and GeunH committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    eade072 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e9a0fda View commit details
    Browse the repository at this point in the history
  22. Merge pull request #155 from LeeTH916/feature/be-global

    [Global/be] prettier 적용 및 api tag 적용
    LeeTH916 authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    57d77ad View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f356711 View commit details
    Browse the repository at this point in the history