[MODIFY] 문답 튜토리얼 추가에 따른 API 변경사항 적용 #127
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 관련 이슈
closed #125
✨ 어떤 이유로 변경된 내용인지
튜토리얼 화면을 띄우기 위한 유저의
홈 화면 첫 진입 여부
구분→ 기존에 메인페이지 API 호출했던 부분 전에 유저의 첫 진입 여부 조회 API를 먼저 호출하여 튜토리얼을 띄울지에 대한 판단을 수행한다.
is_first_entry
= true 인 경우애 튜토리얼 진행 *나머지는 모두 false홈 화면 Case
response_case
추가→ 3가지의 response_case로 응답 값을 구분했던 API 에서 4번 케이스와 유저의 첫 질문 답변 작성 여부에 대한 필드가 추가되어,
response_case = 4
,is_user_first_answer = false
인 경우에 따라 첫 질문 답변 작성을 유도한다.🙏 검토 혹은 리뷰어에게 남기고 싶은 말
클라&모두에게 공유 : https://www.notion.so/SP3-API-a1bdc3cea2bd4aa4a009490982ecdafc?pvs=4#64a6ed7ea8b34ac4b70b66f6c6b06ed6
서버 내부 로직에 대한 공유 : https://www.notion.so/daee7f35dcfb46bf9447277959ddf019?pvs=4
위 링크에 클라이언트의 동작과 내부 구현에 대한 상세한 내용을 적어두었으니 참고해 주시기 바랍니다 :)