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 구현 #17

Merged
merged 12 commits into from
Jan 8, 2024
Merged

상품 생성 API 구현 #17

merged 12 commits into from
Jan 8, 2024

Commits on Jan 5, 2024

  1. feat: 상품 Repository 구현

    ProductRepository 구현
    Hwang-Kyu-Cheol committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    df47331 View commit details
    Browse the repository at this point in the history
  2. feat: 상품 생성 요청 DTO 구현

    ProductSaveRequest 구현
    Hwang-Kyu-Cheol committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d2f4b99 View commit details
    Browse the repository at this point in the history
  3. feat: 상품 생성 응답 DTO 구현

    ProductIdResponse 구현
    Hwang-Kyu-Cheol committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    004901d View commit details
    Browse the repository at this point in the history
  4. rename: RoomOrder 클래스명 Order 로 변경

    RoomOrder -> Order 로 클래스명 변경
    Hwang-Kyu-Cheol committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    21b043b View commit details
    Browse the repository at this point in the history
  5. feat: ProductService의 상품 등록 메소드 구현

    ProductService의 saveProduct 메소드 구현
    Hwang-Kyu-Cheol committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    a22ddd2 View commit details
    Browse the repository at this point in the history
  6. feat: Product 등록시 발생하는 예외 구현

    Product 등록시 발생하는 예외 구현
    Hwang-Kyu-Cheol committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    e70d45a View commit details
    Browse the repository at this point in the history
  7. feat: Product 등록시 발생하는 예외의 메시지 구현

    Product 등록시 발생하는 예외의 메시지 구현
    Hwang-Kyu-Cheol committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    619c96c View commit details
    Browse the repository at this point in the history
  8. feat: Product 등록의 요청 및 응답 DTO 구현

    ProductSaveRequest, ProductIdResponse 구현
    Hwang-Kyu-Cheol committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d2f4388 View commit details
    Browse the repository at this point in the history
  9. feat: ProductController 의 상품 등록 메소드 구현

    ProductController 의 addProduct 메소드 구현
    Hwang-Kyu-Cheol committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    78521b6 View commit details
    Browse the repository at this point in the history
  10. style: Exception 의 Enum 메시지를 static import 로 변화

    Exception 의 Enum 메시지를 static import 로 변화
    Hwang-Kyu-Cheol committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    b2c64ed View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. refactor: 응답 DTO 생성 방식 수정

    응답 DTO 생성 방식에 빌더 패턴과 팩토리 메소드 패턴 적용
    Hwang-Kyu-Cheol committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a988596 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa21ee6 View commit details
    Browse the repository at this point in the history