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-14 BE] airbnb 프로젝트 1주차 첫 번째 PR 입니다. #5

Merged
merged 22 commits into from
May 27, 2022

Conversation

naneun
Copy link
Collaborator

@naneun naneun commented May 25, 2022

PR 인사

안녕하세요 brian team-14 에서 백엔드를 담당한 로니와 리아코입니다!
잘 부탁드리겠습니다~ 🙆‍♂️🙆‍♂️

ERD

tables drawio (5)

한 일

  • 요구사항 분석
  • 테이블 설계
  • API 설계 및 DTO 초안 작성
  • API 문서화

API 초안 목록

Room

  • 숙소정보 상세 조회
  • 숙소목록 상세 조건으로 조회
  • 숙소목록 지역정보만으로 조회
  • 위시리스트에 속한 숙소 목록 조회
  • 숙소 가격대 분포(빈도값) 조회

Reservation

  • 숙소 예약하기
  • 숙소 예약 취소하기
  • 예약 상세 조회
  • 예약 리스트 조회

다음 PR 까지의 계획

  • git action 을 사용하여 무중단 배포
  • Elastic Search 학습
  • 지도 API 학습

PR 요청 이후 수정사항

  • 포키(BE) 의 리뷰로 reservation 테이블에 member_id 칼럼 추가

@naneun naneun added the review-BE Improvements or additions to documentation label May 25, 2022
@naneun naneun requested a review from wheejuni May 25, 2022 07:07
naneun and others added 2 commits May 25, 2022 16:32
sungik-choi pushed a commit that referenced this pull request May 25, 2022
* Create feature_request.md

* Create pull_request_template.md

* 📝 이슈 템플릿 수정

* 📝 feature issue label 수정 (#5)

* 🔧 초기 환경설정 세팅 (#7)

* 🔧 CRA --template typescript 설정

* 🔧 prettier 설정

* 🔧 eslint 설정

* 🔧 craco 절대경로 설정

* 💩 임시 데이터 생성

Co-authored-by: ver <luzverde0314@gmail.com>

Co-authored-by: ver <luzverde0314@gmail.com>
torch-ray pushed a commit that referenced this pull request May 25, 2022
torch-ray pushed a commit that referenced this pull request May 25, 2022
torch-ray pushed a commit that referenced this pull request May 25, 2022
torch-ray pushed a commit that referenced this pull request May 25, 2022
sabgilhun pushed a commit that referenced this pull request May 26, 2022
sabgilhun pushed a commit that referenced this pull request May 26, 2022
[Android] 히데 로그인 화면 구현
@naneun naneun merged commit d1ffc8d into codesquad-members-2022:team-14 May 27, 2022
jminie-o8o pushed a commit that referenced this pull request May 27, 2022
jminie-o8o pushed a commit that referenced this pull request May 27, 2022
- 기존 : sealdClass( 설명, 인기장소 정보)
- 수정 : sealdClass( 인기 장소 정보, 검색 장소 정보)
- 설명에 대한 부분을 리사이클러 뷰에서 fragment 단위로 빼냄
jminie-o8o pushed a commit that referenced this pull request May 27, 2022
jminie-o8o pushed a commit that referenced this pull request May 27, 2022
jminie-o8o pushed a commit that referenced this pull request May 27, 2022
ikjo93 added a commit that referenced this pull request May 27, 2022
* 일정 도메인은 투숙일자와 빈방 개수 정보를 가진다.
* 숙소 : 일정 = 1  : N
choichoigang pushed a commit that referenced this pull request May 30, 2022
hayoung123 pushed a commit that referenced this pull request Jun 2, 2022
* feat : Detail 영역 생성 (#5)

* feat : Schedule Detail 캘린더 컴포넌트 구현

* feat : CalendarDetail 달력 구현

* refactor : 캘린더 컴포넌트 분리

* refactor : 달력 컴포넌트 분리

* feat : ScheduleContext 추가

* feat : 우측, 좌측 버튼 클릭 시 달력 2달 단위로 변경 구현

* feat : 날짜 클릭 시 배경 색 변경

* feat : Modal Price 영역 구현

* feat : modal 페이지 transition 수정

* feat : search bar price part 클릭 이벤트 설정

* feat : price context 설정

* feat : Price Detail에 context 추가 및 렌더링

* feat : hotel mock data 추가 및 price data를 가져와 렌더링

* fix : modal 영역 사라질 시 작은 화면 보이지 않도록 설정

* feat : hotels 데이터 수정 및  api 통해 가격 리스트 전달

* feat : Price graph 생성 및 렌더링

* feat : Price graph를 곡선 형태로 변경

* fix : range slider가 canvas 아래에 위치하도록 수정

* fix : 초기 그래프 설정 수정

* feat : 양방향 범위 슬라이더 생성

* feat : range slider button 디자인 지정

* fix : type error 수정

* refactor : Price detail part 파일 구조 수정 및 세분화

* refactor : hotels data 정리 함수 분리

* feat : range slider 이동 시 context의 상태가 변경 및 렌더링

* fix : range slider 조절 편의를 위해 thumb 크기 조절

* feat : 슬라이더 조절을 통해 평균 요금 계산 및 적용

* feat : price range slider 이동 시 search bar 상태 변경 및 초기화 버튼 구현

* refactor : 가격, 단위 수치 util로 분리

* refactor : Price graph가 range에 따라 색상이 변경되도록 구현

Co-authored-by: Serin Kim <68533016+Serin-Kim@users.noreply.github.com>
ITzombietux pushed a commit that referenced this pull request Jun 3, 2022
- SearchViewController 구현
- PopularHeaderVIew 구현
- PopularCollectionViewDataSource 구현

- SectionLayoutFactory / createPopularDestinationLayout메소드 추가

jeremy0405/airbnb/#5
ITzombietux pushed a commit that referenced this pull request Jun 3, 2022
- MapKit 활용
- SearchCollectionViewDataSource
- SearchBarDelegate
- SearchResultViewCell

jeremy0405/airbnb/#5
ITzombietux pushed a commit that referenced this pull request Jun 3, 2022
- SearchViewModelAction -> ViewModelAction 변경
- SearchViewModelState -> ViewModelState 변경
- SearchViewModelBindable -> ViewModelBindable 변경

- HeroBannerViewModel 추가
- HeaderViewModel 추가
- NearCitiesViewModel 추가
- ThemeViewModel 추가

jeremy0405/airbnb/#5
ITzombietux pushed a commit that referenced this pull request Jun 3, 2022
- searchBar -> searchController 변경
- 관련 로직 변경

jeremy0405/airbnb/#5
ITzombietux pushed a commit that referenced this pull request Jun 3, 2022
- 근처 인기 여행지(nearCities)를 서버로부터 도시 정보, 이미지 받아와서 출력하도록 변경
- 도시 검색시 나타나던 뷰 수정
  - 도시 이미지를 Mock Image -> SF Symbol로 변경
  - cell 레이아웃 조정

jeremy0405/airbnb/#5
ITzombietux pushed a commit that referenced this pull request Jun 3, 2022
… 및 선택된 인덱스 처리 흐름 구현

- searchCollectionViewDelegate가 선택된 Cell의 인덱스를 searchViewController에게 넘겨줌
- searchViewController가 searchCollectionViewDataSource에게 해당 Index를 넘겨줌
- searchCollectionViewDataSource가 선택된 인덱스의 MKSearchCompletion 값을 searchViewController에게 넘겨줌

jeremy0405/airbnb/#5
ITzombietux pushed a commit that referenced this pull request Jun 3, 2022
- SearchViewController에서 터치된 cell의 location값을 받아오는 FilteringViewController

jeremy0405/airbnb/#5
hayoung123 pushed a commit that referenced this pull request Jun 3, 2022
* feat : Detail 영역 생성 (#5)

* feat : Router 추가 및 일부 사항 수정 (#12)

* fix : modal 화면 전환 시 글씨가 외부에 보이지 않도록 설정

* refactor : Context 사용 편의를 위해 index에 통합

* fix : context provider를 jsx element로 인식하지 않는 에러 해결

* refactor : context import 위치를 index로 변경

* feat : router 생성 및 적용 테스트

* refactor : Router 디렉토리 분리

* feat: Router 적용 및 테스트 페이지 생성

* feat : search button, logo에 링크 추가

* refactor : price graph 설명 추가

* feat : 달력 내 체크인, 체크아웃 및 초기화 이벤트 구현

* feat : 캘린더 checkin, checkout 상태 구현

Co-authored-by: JinJeon <JinJeon@users.noreply.github.com>

* feat : SearchBar에 체크인&체크아웃 상태 표시, CancelButton 클릭 시 초기화

* refactor : getLastDay 함수 util 에 분리

* feat : 체크인, 체크아웃 날짜 선택 시 달력에 CSS 적용

* design : 체크인 & 체크아웃 선택된 날짜 배경 회색

Co-authored-by: JinJeon <JinJeon@users.noreply.github.com>

* feat : SearchBar에서 체크아웃 누를 시 모달 이벤트 추가

* feat : 값이 입력되면 취소 버튼 활성화

* feat : SearchBar 호버 시 그림자 생성 구현

* fix : 체크인, 체크아웃 같은 날짜 선택 못하도록 막음

* fix : hover 시 구분선 사라지도록 수정

* fix : GNB hover 시 밑줄 표시

Co-authored-by: Serin-Kim <serin9864@gmail.com>
Co-authored-by: JinJeon <JinJeon@users.noreply.github.com>

* fix : error 수정

Co-authored-by: Serin Kim  <Serin-Kim@users.noreply.github.com>

* feat : mini-bar 일부 생성 및 checkin X버튼 적용 (#14)

* feat : mini bar 영역 생성

* feat : 체크인에 X버튼 추가 및 이벤트 적용

* fix : 기타 에러 수정 (#15)

* fix : 기타 에러 수정

* fix : 체크아웃만 초기화 하는 기능 수정

Co-authored-by: Serin-Kim <serin9864@gmail.com>
Co-authored-by: JinJeon <JinJeon@users.noreply.github.com>
Co-authored-by: Serin Kim  <Serin-Kim@users.noreply.github.com>
Dae-Hwa pushed a commit that referenced this pull request Jun 12, 2022
tmdgusya added a commit that referenced this pull request Jun 12, 2022
[Team-24][BE] airbnb 프로젝트 PR #5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review-BE Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants