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

[BE] 삭제된 페어룸의 회고 조회시 예외 발생 #939

Open
JiHyeonL opened this issue Oct 30, 2024 · 0 comments
Open

[BE] 삭제된 페어룸의 회고 조회시 예외 발생 #939

JiHyeonL opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
🌋 bug 버그 픽스

Comments

@JiHyeonL
Copy link
Contributor

JiHyeonL commented Oct 30, 2024

상황

  1. 페어룸 종료 후 회고 작성
  2. 페어룸 삭제
  3. 삭제된 페어룸의 회고 조회 시 유효하지 않은 접근입니다. 올바른 경로로 접근해 주세요. 예외 발생

문제

  • 페어룸의 회고로 이동할 때, 회고를 조회하기 전 페어룸 존재 여부를 응답하는 api를 먼저 호출함
image
  • DELETED 된 페어룸의 회고는 false를 응답하기 때문에 회고창에 들어가지 못하는 상황 발생

해결법

  • 회고 조회 시 페어룸 삭제 여부에 상관 없이 조회할 수 있도록 수정.
    • 페어룸 삭제 여부 api를 호출하되, 응답이 true일 경우 페어룸으로 이동 버튼을 활성화 하고 응답이 false일 경우 페어룸으로 이동 버튼을 비활성화 한다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌋 bug 버그 픽스
Projects
Status: 👷🏻 In Progress
Development

No branches or pull requests

1 participant