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

[Feature/meal review] 학식 리뷰 API 기능 개발 #60

Merged
merged 13 commits into from
Nov 18, 2023

Commits on Oct 31, 2023

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

Commits on Nov 11, 2023

  1. Merge remote-tracking branch 'origin/develop' into feature/meal-review

    # Conflicts:
    #	src/main/java/everymeal/server/user/entity/User.java
    dldmsql committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    03214cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28595f0 View commit details
    Browse the repository at this point in the history
  3. fix: #56 학생식당 사용여부 컬럼명 변경

    - 코드 통일화를 위해 변수명을 변경
    - 컬럼명 변경에 따른 레포지토리 함수명 변경
    dldmsql committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    d41effd View commit details
    Browse the repository at this point in the history
  4. fix: #56 학식 리뷰 등록을 위한 학식 pk 응답값에 추가

    - 리뷰 등록을 위한 참조 값이 필요해짐에 따라 학식 조회 DTO에 PK 값을 추가
    dldmsql committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    1f27398 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04c58fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a50ada7 View commit details
    Browse the repository at this point in the history
  7. style: #56 SpotlessApply

    dldmsql committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    8a9d569 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. chore: #56 쿼리 콘솔 출력을 위한 라이브러리 추가

    - 콘솔창에 실행 쿼리의 param이 포함된 채 출력되도록 해줍니다.
    dldmsql committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f66f5ad View commit details
    Browse the repository at this point in the history
  2. fix: #56 하루 학식 조회 API 쿼리 튜닝

    - 기존) 날짜로 그룹핑 해서 리스트 형태로 반환
    - 변경) 학생식당명을 기준으로 그룹핑해서 MAP 형태로 반환
    dldmsql committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d9142ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a29e4c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    752b21f View commit details
    Browse the repository at this point in the history
  5. chore: #56 spotless

    dldmsql committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ea07745 View commit details
    Browse the repository at this point in the history