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

사용 시작된 예약은 삭제하지 못하도록 설정 #90

Closed
khkim6040 opened this issue Jan 7, 2024 · 2 comments
Closed

사용 시작된 예약은 삭제하지 못하도록 설정 #90

khkim6040 opened this issue Jan 7, 2024 · 2 comments
Assignees

Comments

@khkim6040
Copy link
Member

현재는 예약을 마음대로 지울 수 있어 이미 지나버린 예약도 취소할 수 있음.
사용자에게 혼란을 줄 수 있고, 차후 예약 정보 분석에 어려움을 줄 수 있기에 해결해야 함.

Image

제안

  1. 현재 시각이 예약 시작 시각을 지나면 취소를 못하게 한다.
  2. 현재 시각이 예약 종료 시각을 지나면 취소를 못하게 한다.

1번이 적절할 것 같음.

@khkim6040 khkim6040 added this to POPO Jan 7, 2024
@BlueHorn07
Copy link
Member

단, ADMIN 유저는 삭제 제약 조건 없이 예약 삭제 가능하도록 설정하기

@BlueHorn07
Copy link
Member

나의 예약 탭에 예약 시작 시간이 지난 예약은 삭제 불가능하다는 문구 추가 필요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants