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

[MODIFY] 문답 튜토리얼 추가에 따른 API 변경사항 적용 #127

Merged
merged 6 commits into from
Feb 25, 2024

Conversation

jun02160
Copy link
Member

📌 관련 이슈

closed #125

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

  1. 튜토리얼 화면을 띄우기 위한 유저의 홈 화면 첫 진입 여부 구분

    → 기존에 메인페이지 API 호출했던 부분 전에 유저의 첫 진입 여부 조회 API를 먼저 호출하여 튜토리얼을 띄울지에 대한 판단을 수행한다.

    • ❗ is_first_entry = true 인 경우애 튜토리얼 진행 *나머지는 모두 false
  2. 홈 화면 Case response_case 추가
    → 3가지의 response_case로 응답 값을 구분했던 API 에서 4번 케이스와 유저의 첫 질문 답변 작성 여부에 대한 필드가 추가되어, response_case = 4, is_user_first_answer = false 인 경우에 따라 첫 질문 답변 작성을 유도한다.

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

위 링크에 클라이언트의 동작과 내부 구현에 대한 상세한 내용을 적어두었으니 참고해 주시기 바랍니다 :)

  • 테스트는 완료했고, 추가로 고려하면 좋을 것 같은 내용이 있다면 자유롭게 의견 주세요 !!

@jun02160 jun02160 added 🔥 Pull Request PR 날림 예준🍒 ✨Feat 새로운 기능 추가 🪄API 서버 API 통신 🔧Modify 코드 수정 (기능의 변화가 있을 때) labels Feb 24, 2024
@jun02160 jun02160 self-assigned this Feb 24, 2024
Copy link
Member

@ddongseop ddongseop left a comment

Choose a reason for hiding this comment

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

고려할게 정말 많았는데 꼼꼼히 고민하고, 적용도 꼼꼼히 잘 해주셨네요!
수고하셨습니당~

@jun02160 jun02160 merged commit a026abf into develop Feb 25, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
예준🍒 🪄API 서버 API 통신 ✨Feat 새로운 기능 추가 🔧Modify 코드 수정 (기능의 변화가 있을 때) 🔥 Pull Request PR 날림
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MODIFY] 문답 튜토리얼 추가에 따른 로직 수정
2 participants