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

결제 페이지 수정 #228

Open
6 of 8 tasks
ktmihs opened this issue May 29, 2022 · 0 comments
Open
6 of 8 tasks

결제 페이지 수정 #228

ktmihs opened this issue May 29, 2022 · 0 comments
Assignees
Milestone

Comments

@ktmihs
Copy link
Contributor

ktmihs commented May 29, 2022

설명

장바구니 추가로 여러 객실 한 번에 결제 시, 선택된 모든 객실을 보여주어야 함.
때문에, UI 수정과 데이터 처리 과정을 수정할 필요가 있음.

구현 목록

스타일

  • 선택된 객실 정보 UI 수정
    • 예약자 정보와 병렬이 아닌 직렬로 정렬
    • 한 행에 하나의 객실을 보여줄 수 있도록 수정
  • list component 추가
    • 각 객실 정보를 list 형태로 보여주기 위해 component 생성

구현

  • 여러 정보를 받아오기 때문에 배열 형태로 객체 받아오기
  • 결제 페이지의 reducer의 초기화 정보 수정
    • 받아왔던 객실 정보들을 reducer에 초기화하지 않고, 따로 처리하기
    • 결제 완료 시, 각 객실 정보에 다른 예약 정보 추가해서 서버에 요청하기
  • 금액 정보 수정
  • 요청 시, 반복문으로 모든 객실을 따로 저장 (코드 수정)

추가

  • 변경된 코드에 따라 타입 추가
  • 코드 정리
@ktmihs ktmihs added this to the Sprint 5 milestone May 29, 2022
@ktmihs ktmihs self-assigned this May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant