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

[Fix/meal create] 식사 도메인 내 API 수정 #46

Merged
merged 7 commits into from
Oct 22, 2023

Commits on Oct 8, 2023

  1. chore: #44 API 수행시간 확인을 위한 AOP 도입

    service와 repository 내부 함수 실행 시점부터 종료시점까지의 소요 시간을 측정해서 콘솔창에 남깁니다.
    dldmsql committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    658a43a View commit details
    Browse the repository at this point in the history
  2. fix: #44 식사 등록 API DTO 수정 및 성능 고도화

    - 피그마 상에 노출되어야 하는 데이터에 맞추어 DTO를 수정했습니다.
    - 등록 시, 동일한 제공일자와 식사구분 데이테를 갖고 있는지 검증 로직으로 변경했습니다.
    - 학식 하루/주간 조회 성능 고도화를 위해 비동기 처리/인덱스/Instant 타입 변경을 수행하였습니다.
    dldmsql committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    2b933ed View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

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

Commits on Oct 22, 2023

  1. fix: #44 식사 조회 API (주간/하루) 쿼리 튜닝

    - 등록되지 않은 데이터 포맷에 맞추어 반환 작업을 서비스 레이어에서 레포지토리 레이어로 변경하였습니다.
    dldmsql committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    bb63818 View commit details
    Browse the repository at this point in the history
  2. fix: #44 sonarcloud 버그 수정

    dldmsql committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    8ed92bd View commit details
    Browse the repository at this point in the history
  3. style: Spotless 수정

    dldmsql committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    002a9ca View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/fix/meal-create' into fix/meal-c…

    …reate
    
    # Conflicts:
    #	src/main/java/everymeal/server/meal/service/MealServiceImpl.java
    dldmsql committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    ac7f3a3 View commit details
    Browse the repository at this point in the history