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

Open
3 tasks
hanurii opened this issue May 19, 2020 · 0 comments
Open
3 tasks

날짜/인원/요금 API 구현 #6

hanurii opened this issue May 19, 2020 · 0 comments
Assignees
Labels
BE feature New feature or request
Milestone

Comments

@hanurii
Copy link
Contributor

hanurii commented May 19, 2020

  • : 필요한 데이터 스키마 구현
  • : 날짜/인원/요금 Mockup API 제공
  • : 날짜/인원/요금 API 구현
@hanurii hanurii added the BE label May 19, 2020
@hanurii hanurii added the feature New feature or request label May 19, 2020
@hanurii hanurii added this to the BE - 2+1 milestone May 25, 2020
hanurii added a commit that referenced this issue May 25, 2020
- 최소 금액과 최대 금액을 정해줄 시 그에 맞는 숙소들을 보여준다

- issue : #6
hanurii added a commit that referenced this issue May 25, 2020
- adults와 children 인원 수를 합친 값을 기준으로 숙소 목록을 출력한다

- issue : #6
haveagood added a commit that referenced this issue May 26, 2020
- 기존의 main 화면에서 RequestParameter를 받아서 해당 조건에 맞춰서 값을
  필터링하는 기능 구현
- 우선적으로 숙박 인원수를 필터링하여 가지게하는 코드 구현
- 변수를 유동적으로 받아서 처리하는 방법 고민중

issue : #5,#6

-------------------------
-------------------------
haveagood added a commit that referenced this issue May 26, 2020
- 날짜가 입력되지 않으면 현재의 날짜를 표시하도록 구현
- calender 테이블에 booking이 되지 않는 숙소만 나오도록 구현

issue : #5, #6

-------------------------
-------------------------
haveagood added a commit that referenced this issue May 26, 2020
- min, max Price에 따른 필터링 기능 구현
- 우선적으로 Controller에서 문자열로 값을 입력받도록 하였다.
- 혹시모를 RequestParam조작을 대비하여 문자열로 받고, Controller에서
  파싱하도록 하였다.
- 파싱하는 과정에서 에러가 발생할 경우 min, max값을 DEFAULT로 설정한
  값으로 가도록 하였다.

issue : #5, #6

-------------------------
-------------------------
hanurii added a commit that referenced this issue May 26, 2020
hanurii added a commit that referenced this issue May 26, 2020
- url 파라미터가 잘못된 값으로 들어오더라도 디폴트 값을 넣어서 서비스에 지장없도록 구현

- issue : #6
hanurii added a commit that referenced this issue May 26, 2020
- 날짜가 넘어오면 예약이 가능한 숙소만 보여지게 구현
- checkin 보다 checkout이 과거 날짜로 넘어와도 제대로 checkin날짜와 checkout 날짜가 전후 관계가 될 수 있도록 구현

- issue : #6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants