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 FE] airbnb 1주차 첫번째 PR #12

Merged
merged 6 commits into from
May 26, 2022

Conversation

hemudi
Copy link
Collaborator

@hemudi hemudi commented May 25, 2022

안녕하세요! PAPICO!
HemdiJimmy neutron 입니다!
저희가 타입스크립트를 사용해본 경험이 없어서 이번 주는 타입스크립트 학습 위주로 진행할 예정입니다~
3주 동안 리뷰 잘 부탁드립니다!

💡 Issue Number

📙 작업 내역

@hemudi hemudi requested a review from ocipap May 25, 2022 07:51
@hemudi hemudi added the review-FE New feature or request label May 25, 2022
wooody92 pushed a commit that referenced this pull request May 25, 2022
chore: 환경변수 설정
guswns1659 pushed a commit that referenced this pull request May 25, 2022
* [#12] Feat: 숙소 검색 Service 로직 설계

- AccommodationService 클래스 작성
- 숙소 검색 로직 설계. DB에는 체크인 날짜를 기준으로 한 번 접근하고, 이후에는 자바 코드로 필터링하도록 구현.

* [#12] Feat: AccommodationRepository 클래스 추가

- 추후 JPA와 연동하여 설계 예정.

Co-authored-by: Senglee Choi <tmdfl1027@gmail.com>
torch-ray pushed a commit that referenced this pull request May 25, 2022
* feat: TabBarController 설정 및 탭별 ViewController 생성(#10)

* feat: ScrollableView 구현 (#11)

* feat: 앱 디자인 컬러 추가
@ocipap
Copy link

ocipap commented May 26, 2022

오늘 저녁에 리뷰 남기도록 하겠습니다!

eeeesong pushed a commit that referenced this pull request May 26, 2022
Copy link

@ocipap ocipap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

잘 부탁드립니다! 하시면서 궁금한 사항은 편하게 DM 주세요!

@ocipap ocipap merged commit dce4a52 into codesquad-members-2022:team-21 May 26, 2022
sabgilhun pushed a commit that referenced this pull request May 26, 2022
[FEAT] 상단 앱 바 구현 및 여행지 리스트 구현하기
SangHwi-Back pushed a commit that referenced this pull request May 27, 2022
[#6] feat: searchBar 화면 전환 및 초기 화면에서 구성
naneun added a commit that referenced this pull request May 27, 2022
[BE] API 및 DTO 간단 설계, swagger 적용
wnsxor1993 added a commit that referenced this pull request May 27, 2022
wnsxor1993 added a commit that referenced this pull request May 27, 2022
wnsxor1993 added a commit that referenced this pull request May 27, 2022
tmdgusya pushed a commit that referenced this pull request May 28, 2022
스키마 작성, 엔티티 클래스 생성
ink-0 pushed a commit that referenced this pull request May 28, 2022
Hyune-c pushed a commit that referenced this pull request May 29, 2022
kimyouknow added a commit that referenced this pull request May 30, 2022
* [Feat] 모달 구현 (#8)

* docs: 템플릿 수정(리뷰반영)

* refactor: config폴더내의 파일을 루트로 이동(리뷰반영)

* build: react-refresh 추가

* feat: 모달 구현

* refactor: config폴더내의 파일을 루트로 이동(리뷰반영)

* build: react-refresh 추가

* build: 빌드 수정

* build: webpack styled options 수정

* [feat] 캘린더 한 달 뷰 (#11)

* feat: 현재 달의 calendar를 모달에 출력

* fix: calendar날짜가 마지막 일까지 출력되도록 수정

* refactor: 캘린더 뷰에 사용하는 상수를 파일로 분리

* [feat] 차트 레이아웃 시도 (svg, canvas) (#12)

* Feat: svg 그래프

* Feat: canvas 레이아웃

- 선 그리는 로직 미완

* Chore: svgChart에서 plots 좌표값 관련 주석 작성

Co-authored-by: HongJungKim(이든) <58525009+HongJungKim-dev@users.noreply.github.com>
Co-authored-by: khj <hongjung.kim.dev@gmail.com>
junseokseo9306 added a commit that referenced this pull request May 31, 2022
kimyouknow added a commit that referenced this pull request Jun 1, 2022
* [Feat] 모달 구현 (#8)

* docs: 템플릿 수정(리뷰반영)

* refactor: config폴더내의 파일을 루트로 이동(리뷰반영)

* build: react-refresh 추가

* feat: 모달 구현

* refactor: config폴더내의 파일을 루트로 이동(리뷰반영)

* build: react-refresh 추가

* build: 빌드 수정

* build: webpack styled options 수정

* [feat] 캘린더 한 달 뷰 (#11)

* feat: 현재 달의 calendar를 모달에 출력

* fix: calendar날짜가 마지막 일까지 출력되도록 수정

* refactor: 캘린더 뷰에 사용하는 상수를 파일로 분리

* [feat] 차트 레이아웃 시도 (svg, canvas) (#12)

* Feat: svg 그래프

* Feat: canvas 레이아웃

- 선 그리는 로직 미완

* Chore: svgChart에서 plots 좌표값 관련 주석 작성

* build: react-refresh 추가

* [PR] 1주차 두번째 PR 리뷰 반영 (#14)

* refactor: 관심사 분리를 고려하여 모달 리팩토링

응집성을 위하여 html에서 모달 태그 삭제, Portal 컴포넌트에서 해당
element 생성

* refactor: interface 네이밍 수정

컴포넌트 이름 + Props (ex.ComponentProps)

* build: liveReload 기능 false처리

* [Feat] 캘린더 렌더링 로직 구현 (#17)

* Feat: 캘린더 렌더링

* Chore: 캘린더 관련 주석 작성

* [Feat] 차트 그래프 기본 구현 (#18)

* feat: 가격 범위 차트 그래프 렌더링

* refactor: 중복 스타일 mixin으로 분리

중복된 캔버스 컨테이너 스타일 분리

Co-authored-by: HongJungKim(이든) <58525009+HongJungKim-dev@users.noreply.github.com>
Co-authored-by: khj <hongjung.kim.dev@gmail.com>
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>
deprecated-hongbiii pushed a commit that referenced this pull request Jun 6, 2022
* Feat: svg 그래프

* Feat: canvas 레이아웃

- 선 그리는 로직 미완

* Chore: svgChart에서 plots 좌표값 관련 주석 작성
Dae-Hwa pushed a commit that referenced this pull request Jun 12, 2022
Feat: 숙소 예약 조회 기능 구현
dev-Lena pushed a commit that referenced this pull request Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review-FE New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants