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

[Feat] Pending 상태 추가에 따른 예약 로직 수정 #153

Open
2 of 3 tasks
yeopyeop-82 opened this issue Apr 15, 2024 · 0 comments
Open
2 of 3 tasks

[Feat] Pending 상태 추가에 따른 예약 로직 수정 #153

yeopyeop-82 opened this issue Apr 15, 2024 · 0 comments
Assignees
Labels
feat 💜 새로운 기능 추가

Comments

@yeopyeop-82
Copy link
Contributor

yeopyeop-82 commented Apr 15, 2024

💡 Description

  • 아티스트가 해당 예약을 수락(확정)을 해야 예약이 성립됨
    • Pending -> Expected API가 필요함
  • 펜딩 기간 = 하루
    • 그래서 하루 지나면 해당 reservation 제거 해야 함
      • 아티스트의 availableTime도 반환
        • isPending 추가
        • isReservated

📝 Progress

  • 하루가 지나면 Pending 제거
  • AvailableTime에 isPending 추가
  • Reservation에 pending status 추가
@yeopyeop-82 yeopyeop-82 added the feat 💜 새로운 기능 추가 label Apr 15, 2024
@yeopyeop-82 yeopyeop-82 self-assigned this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 💜 새로운 기능 추가
Projects
None yet
Development

No branches or pull requests

1 participant