-
Notifications
You must be signed in to change notification settings - Fork 20
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: 예약페이지 예약현황 조회 기능 #901
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export const HeaderWrapper = styled.div` | ||
position: fixed; | ||
width: calc(100% - 576px); | ||
`; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 fixed 아니여도 되지 않나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fiexed
없이 해결하는 방법을 찾지 못 했는데요.
다른 방법이 있다면 공유 주시면 적용해보겠습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- absolute -> 실패
- 맵 영역만 따로 스크롤 -> 실패
다음에 더 생각해봅시다..
@xrabcde 시간이 지나간 예약에 대해 핸들링하는 처리가 빠진거 같네요 이전 예약에 대해서는 수정/삭제를 못 하도록 로직을 추가하겠습니다 |
382e2a8
to
1003b52
Compare
1003b52
to
061cf9b
Compare
구현 기능
case 별 스크린샷
회원이 본인 예약을 볼 때
회원이 다른 사람 예약을 볼 때
비회원이 비회원 예약을 볼 때
비회원이 회원 예약을 볼 때
위에 케이스 맞는지 크로스체크가 필요해서 @xrabcde 리뷰어로 추가했습니다
Close #900