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

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

예약 목록 기능 API 구현 #10

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

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
haveagood added a commit that referenced this issue May 28, 2020
- reservation service 분리
- reservation dto, dao 분리
- 일차적으로 cookie에서 user 정보값을 가져온다고 생각하고 controller에서 @cookievalue를 활용, default값을 none으로 하였습니다.
- reservation service에서 properties_id, checkin, checkout,name을 받아서
  해당 properties에 대한 예약을 진행하고자 합니다.

issue : #10

-------------------------
-------------------------
haveagood added a commit that referenced this issue May 28, 2020
- reservation에 필요한 DTO를 만들고, 그에 필요한 데이터를 Service에서
  생성하여 Dto에 builder로 만들었습니다.

- reservationDao에 해당 객체를 집어넣어서 Insert를 할 생각입니다.

issue : #10

-------------------------
-------------------------
haveagood added a commit that referenced this issue May 28, 2020
- 예약기능 구현
- 프론트에서 받는 변수에 대해서는 아직 정해지지 않아서 임의로 변수를
  설정하여 만들었음
- 프론트쪽과 논의 필요

issue : #10

-------------------------
-------------------------
haveagood added a commit that referenced this issue May 29, 2020
- 현재, 네이밍 수정중
- reservation 기능 구현 완료

issue : #10

-------------------------
-------------------------
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