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

[team-21] 데이먼 첫 번째 PR 드립니다. #44

Merged
merged 4 commits into from
May 26, 2022

Commits on May 24, 2022

  1. init project

    dukcode committed May 24, 2022
    Configuration menu
    Copy the full SHA
    3c8d528 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. feat(#7): Entity 구현

    - Room, Booking, User, Wish, Review, Image, Amenity 구현
    - H2 작동을 위한 application.yml 수정
    dukcode committed May 25, 2022
    Configuration menu
    Copy the full SHA
    86790d7 View commit details
    Browse the repository at this point in the history
  2. fix: Image, Wish 엔티티 Constructor(All -> No) 수정함

    - 기존 AllArgsConstructor로 잘못 설정된 annotation을 NoArgsConstructor로
      수정
    dukcode committed May 25, 2022
    Configuration menu
    Copy the full SHA
    f95dbec View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. feat: 최소, 최대 가격과 가격에 따른 distribution을 제공하는 API 구현 (#9)

    * feat: Room의 int field Wrapper 클래스로 변경, Builder 추가
    
    * chore: DB 방언 SQL로 변경
    
    * feat: Entity auto-increment 적용
    
    * feat: RoomRepository 구현
    
    * test: RoomRepositoryTest 구현
    
    * feat: RoomChargeDistributionResponse DTO 구현
    
    * feat: RoomService getRoomChargeDistribution() 메서드 구현
    
    * test: RoomService test 구현
    
    * feat: Entity 생성자 parameter wrapper 클래스로 변경
    
    * feat: responseDTO field final 제거 및 기본생성자 추가
    
    * feat: HomeController 구현
    
    * test: HomeController 테스트 구현
    dukcode committed May 26, 2022
    Configuration menu
    Copy the full SHA
    210a787 View commit details
    Browse the repository at this point in the history