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

fix: 예약 삭제 후에도 그대로 이전 예약이 남아 보이는 문제 수정 #722

Merged
merged 3 commits into from
Oct 28, 2021

Conversation

Puterism
Copy link
Collaborator

@Puterism Puterism commented Oct 28, 2021

구현 기능

  • 모바일 크롬에서 발생하는 문제로, 예약 삭제 후에도 그대로 이전 예약이 남아 보이는 문제를 수정했습니다.

공유하고 싶은 내용

  • alert 창이 닫히고 나서, 다시 focus되지 않아 refetch가 이루어지지 않는 문제가 있었습니다
  • 예약 목록을 GET하는 커스텀 훅이 각 유닛 컴포넌트에 위치해 있어, 이를 각 페이지 컴포넌트로 이동했습니다.

Close #716

- 예약 삭제 성공 후, `getReservations`를 refetch하도록 처리

- `getReservations`를 refetch할 수 있도록, `ReservationList` 유닛 컴포넌트에 정의된 `getReservations`를 페이지로 이동
- 예약 삭제 성공 후, `getReservations`를 refetch하도록 처리

- `getReservations`를 refetch할 수 있도록, `ReservationDrawer` 유닛 컴포넌트에 정의된 `getReservations`를 페이지로 이동
Copy link
Collaborator

@yujo11 yujo11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생했어 쳎! 👍 👍 👍

const removeReservation = useMutation(deleteManagerReservation, {
onSuccess: () => {
getReservations.refetch();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍👍👍

@Puterism Puterism merged commit e4f8009 into dev Oct 28, 2021
@Puterism Puterism deleted the fix/716-reservation-delete branch October 28, 2021 09:50
@xrabcde xrabcde mentioned this pull request Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] (삼성 인터넷) 예약 삭제 후에도 그대로 이전 예약이 남아있게 보이는 이슈
3 participants