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-11][BE][민지노&&필] 3주차 PR 입니다 #283

Open
wants to merge 40 commits into
base: team11
Choose a base branch
from

Commits on May 28, 2022

  1. feat: Entity 설계

    Airbnb의 Entity생성 및 매핑을 함
    Minzino committed May 28, 2022
    Configuration menu
    Copy the full SHA
    4fa868d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. chore: 초기 데이터 입력

    엔티티 설계 및 테스트 DB(RDS)에 더미 데이터 추가
    PhilSoGooood committed May 31, 2022
    Configuration menu
    Copy the full SHA
    eb8b8ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from wnsxor1993/feature-entity

    chore: 초기 데이터 입력
    Minzino authored May 31, 2022
    Configuration menu
    Copy the full SHA
    dfd4694 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Feat: Room 상세 조회기능 구현

    Room의 ID를 입력받으면 해당 Room의 상세정보를 반환한다.
    Minzino committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    5857eff View commit details
    Browse the repository at this point in the history
  2. Chore: GitHub Actions 세팅

    Minzino committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    af97364 View commit details
    Browse the repository at this point in the history
  3. chore: 패키지 분리

    repository와 service 패키지 생성
    Minzino committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    5bf5331 View commit details
    Browse the repository at this point in the history
  4. refactor: 상세조회시 DTO를 반환하도록 변경

    - Address는 ios와 회의 결과 주소가 아닌 위도와 경도로 받아서 의미에 부합하도록 클래스 이름을 Location으로 변경
    - Host와 Room의 DTO 생성
    - Image 리스트의 경우 copyOf를 써서 불변객체를 반환
    - 불필요한 import 삭제
    Minzino committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    2258819 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c166ab View commit details
    Browse the repository at this point in the history
  6. Merge pull request #43 from wnsxor1993/feature-search

    [BE] 상세조회시 DTO를 반환하도록 변경
    Minzino authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    c3eeafc View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. chore: github actions 설정

    - gradle.yml 작성
    - application-develop.yml의 datasource를 secret key로 관리하도록 수정
    PhilSoGooood committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    a96c81a View commit details
    Browse the repository at this point in the history
  2. fix: 배포용 스크립트 파일 수정

    - deploy.sh에서 도커허브 레포지토리 변경
    Minzino committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    19c051f View commit details
    Browse the repository at this point in the history
  3. fix: GitHUb Actions 트리커 브랜치 수정

    - 개발 메인 브랜치인 BE-develop에서 배포용 브랜치 BE-deploy로 수정
    Minzino committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    38845b7 View commit details
    Browse the repository at this point in the history
  4. fix: application.yml 파일 수정

    - 잘못 올린 파일 삭제
    Minzino committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    2e70228 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. feat: MainEvent(히어로 이미지 영역) 엔티티 생성

    - IOS 기획서에 첫번째 페이지에서 히어로 이미지 영역의 내용 및 이미지 주소를 담당하는 클래스
    Minzino committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    059b7b7 View commit details
    Browse the repository at this point in the history
  2. feat: ArroungSpotDto 생성

    - 홈화면에서 가까운 여행지 둘러보기를 담당하는 DTO
    Minzino committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    27cd4a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a51fe14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    115554c View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    e5e2e5d View commit details
    Browse the repository at this point in the history
  2. feat: 행정구역 인기여행지를 받아오기 위한 클래스 생성

    - Location은 각 행정지의 중심좌표를 의미
    Minzino committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7cdcd50 View commit details
    Browse the repository at this point in the history
  3. feat: 메인 홈 화면 Controller, Service, Dto 생성

    - HomeData는 MainEventDto, AroundSpotDto List, ThemeSpotDto List를 포함하고 있음
    Minzino committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    f7020ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab00bfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a308437 View commit details
    Browse the repository at this point in the history
  6. fix: RoomController의 RequestMapping 수정

    - api 구분을 주기위해서 Mapping에 room을 넣어줌
    Minzino committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    50ee00f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #55 from wnsxor1993/feature-district

    [BE] 가까운 여행지 기능을 위한 행정지역 클래스 생성
    Minzino authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2debc26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efd722f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. feat: Open API를 사용해서 현재위치를 기준으로 여행지와의 거리를 반환

    - 카카오 네비게이션 API를 사용
    Minzino committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    f2529fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64 from wnsxor1993/feature-openapi

    [BE] 카카오 api를 통해 현재 위치와의 거리와 이동 시간 계산
    PhilSoGooood authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    52533b6 View commit details
    Browse the repository at this point in the history
  3. fix: 라이브러리를 통한 시간 및 거리 단위 변환

    - 내장 라이브러리를 통해 시간 단위를 초에서 분으로 변경
    - 외부 라이브러리를 통해 거리 단위를 미터에서 킬로미터로 변경
    PhilSoGooood committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    55d8840 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Merge pull request #67 from wnsxor1993/feature-openapi

    [BE] 라이브러리를 통한 시간 및 거리 단위 변환
    Minzino authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    9a1480a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    PhilSoGooood authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    4c43731 View commit details
    Browse the repository at this point in the history
  3. refactor: 불필요한 클래스 제거

    - 단위 변환을 내장, 외장 라이브러리를 사용하여 해당 역할을 담당하던 DistanceInfo 클래스를 삭제하였습니다.
    PhilSoGooood committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    ca38301 View commit details
    Browse the repository at this point in the history
  4. refactor: 불필요한 ENUM클래스와 DTO클래스 삭제

    - district를 enum이 아닌 엔티티로 관리하기위해 수정
    - DistanceInfoResponse를 AroundSpotDto로 대체
    Minzino committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    ecf0e0f View commit details
    Browse the repository at this point in the history
  5. refactor: 홈화면에서 현재 위치와 여행지와의 거리 및 이동시간을 반환하도록 수정

    - HomeController에서 HomeService, DistrictSearchService를 통해 각 Dto를 반환받아 HomeData를 생성하는것으로 수정하였습니다.
    PhilSoGooood committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    4921ea2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdd438a View commit details
    Browse the repository at this point in the history
  7. test: 배포 테스트

    PhilSoGooood committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    ce23eeb View commit details
    Browse the repository at this point in the history
  8. test: 배포 테스트

    PhilSoGooood committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    72d7c45 View commit details
    Browse the repository at this point in the history
  9. test: 배포 테스트

    PhilSoGooood committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    625a35e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. refactor: 코드 리뷰 반영(반복문 -> stream)

    - TheamSpot 엔티티를 Dto로 변환하는 과정을 Stream을 이용하여 간소화하였습니다.
    PhilSoGooood committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    58f5c58 View commit details
    Browse the repository at this point in the history
  2. refactor: 코드 리뷰 반영(actuator 사용)

    - 기존 HealthController를 통해 서버 상태를 확인하던 것을 Actuator로 바꾸었습니다.
    PhilSoGooood committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    39e2d95 View commit details
    Browse the repository at this point in the history
  3. chore: 환경 설정 변경

    workflow 수정
    PhilSoGooood committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    71c9750 View commit details
    Browse the repository at this point in the history