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

[#20] 음식 등록 기능을 구현한다 #36

Merged
merged 11 commits into from
Oct 6, 2024
Merged

[#20] 음식 등록 기능을 구현한다 #36

merged 11 commits into from
Oct 6, 2024

Commits on Oct 5, 2024

  1. feat: Food 도메인 작성

    - Food 도메인 작성
    - 하위 VO 작성
    - 필요한 예외 등록
    devholic22 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    5177460 View commit details
    Browse the repository at this point in the history
  2. feat: Food 컨트롤러/서비스/리포지터리 작성

    - Food 컨트롤러 코드 작성
    - Food 서비스 코드 작성
    - Food 리포지터리 코드 작성
    - 인터셉터 등록
    - FoodServiceTest 코드 문제 수정
    - FakeFoodRepository 초안 작성
    - 요청 dto, 응답 dto 작성
    - createdAt 추가
    devholic22 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    d6c2eea View commit details
    Browse the repository at this point in the history
  3. test: Food 테스트 작성

    - Food 단위 테스트 작성
    - 하위 VO 테스트 작성
    devholic22 committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    5b072b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. test: FoodService 음식 생성 테스트 작성

    - FoodService 음식 생성 테스트 작성
    - FakeFoodRepository 기능 작성
    - SuperBuilder 적용
    devholic22 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    5291853 View commit details
    Browse the repository at this point in the history
  2. test: FoodController 통합 테스트 추가 작성

    - FoodController 음식 생성 테스트 작성
    - API 문서화 반영
    - 필요한 fixture 등록
    devholic22 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    c06f90e View commit details
    Browse the repository at this point in the history
  3. test: FoodJpaRepository 테스트 작성

    - FoodJpaRepository 테스트 작성
    devholic22 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    5f8c30f View commit details
    Browse the repository at this point in the history
  4. docs: food.sql 작성

    - Food DDL 작성
    devholic22 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    470487f View commit details
    Browse the repository at this point in the history
  5. fix: url 정보 추가

    - 음식 url 정보 추가
    devholic22 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    c9ae538 View commit details
    Browse the repository at this point in the history
  6. refactor: FoodServiceTest 중복 제거

    - FoodServiceTest 중복 제거 및 fixture 등록
    devholic22 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    8d15d63 View commit details
    Browse the repository at this point in the history
  7. refactor: FoodControllerWebMvcTest 픽스처 이용

    - FoodControllerWebMvcTest에 fixture 이용되도록 수정
    devholic22 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    29fd830 View commit details
    Browse the repository at this point in the history
  8. refactor: FoodCreateRequestFixture 중복 제거

    - FoodCreateRequestFixture 중복 제거하고 다른 방식으로 작성
    devholic22 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    d37a58b View commit details
    Browse the repository at this point in the history