mobi-projects / nail-case-client

https://nail-case-client.vercel.app
Other
0 stars 0 forks source link

feat : 예약목록 조회를 url경로를 통해서 컨트롤 하도록 기능 구현 (페이지네이션) #239

Closed snkchan closed 1 month ago

snkchan commented 1 month ago

🔥 Issues



🎯 작업 내용

코드삭제

api > v2 폴더에 새로운 파일들을 작성하며 기존 중복되는 기능을하는 코드들은 모두 삭제했습니다.

toolbar경로 변경

기존 경로 : http://localhost:3000/manager/17/schedule 새 경로 : http://localhost:3000/manager/17/reservations/CONFIRMED/1

  • 새로운 경로에는 두가지 정보를 추가해서 그에 맞게 예약 리스트를 조회 하도록 변경 되었습니다.
  • page : 예약리스트의 몇번째 페이지를 보여줄 건지 (default === 1)
  • status : "PENDING" | "CONFIRMED" | "CANCELED" | "COMPLETED" 4가지 예약 상태에 맞는 데이터를 불러옵니다.

api작성

Woody님과 회의후 예약목록은 pagination형식으로 제공하자는 쪽으로 결정했습니다.

페이지네이션

페이지네이션 기능을 동작시키기 위해서 기존 폴더구조를 조금 변경했습니다.

적용

https://github.com/user-attachments/assets/4738540e-2d0a-4d9a-a44b-615d706cc7db

추후 예정된 작업

작업 범위가너무 커지는 것같아서 해당 pr에서는 두가지만 작업했습니다.

추후 작업



✅ 체크 리스트




🙏 꼭 리뷰 남겨주세요.!!

# Request Level

<!--
  - [x] "🚨 꼭 수정해주세요.!"
-->

<!--
  - [x] "🚧 재고해주시길.."
-->

<!--
  - [x] "✅ LGTM"
-->

# Description
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nail-case-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 24, 2024 2:46pm