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] 튜토리얼 오늘의 질문 알 수 있도록 변경 #131

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

ddongseop
Copy link
Member

📌 관련 이슈

closed #130

✨ 어떤 이유로 변경된 내용인지

  • SP3 변경사항으로 인해 부모 자식 관계에 1명만 참여하고 있을 때도 오늘의 질문을 알 수 있습니다! (튜토리얼용 첫번째 질문)

  • 정확히는 GET /home/case를 호출했을 때 response_case=4인 경우, 튜토리얼과 함께 GET /qna/today 호출이 가능해야 합니다.

    (아래 뷰가 나오는 상황)

  • 따라서 기존에 GET /qna/today 호출 시 매칭이 완료되지 않았을 경우 에러 핸들링 했던 것을 수정했습니다.

🙏 검토 혹은 리뷰어에게 남기고 싶은 말

테스트 결과

image

명세서 반영

image

@ddongseop ddongseop added 🔥 Pull Request PR 날림 ddongseop🍑 🐞BugFix 에러 수정, 버그 수정 🪄API 서버 API 통신 🔧Modify 코드 수정 (기능의 변화가 있을 때) labels Feb 26, 2024
@ddongseop ddongseop requested review from 0lynny and jun02160 February 26, 2024 13:52
@ddongseop ddongseop self-assigned this Feb 26, 2024
Copy link
Member

@jun02160 jun02160 left a comment

Choose a reason for hiding this comment

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

확인했습니다!! 빠른 반영 감사합니다 😂

Copy link
Member

Choose a reason for hiding this comment

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

아하 이 부분 예외처리가 걸려 있었군요.. 해결 감사합니다 !!!

Copy link
Member

@0lynny 0lynny left a comment

Choose a reason for hiding this comment

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

어푸룹!

@ddongseop ddongseop merged commit dceb65e into develop Feb 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪄API 서버 API 통신 🐞BugFix 에러 수정, 버그 수정 ddongseop🍑 🔧Modify 코드 수정 (기능의 변화가 있을 때) 🔥 Pull Request PR 날림
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 부모 자식 관계에 1명만 참여하고 있을 때도 오늘의 질문 알 수 있도록 변경
3 participants