feat(report): 답변 상세조회 API 응답 필드 추가 및 검색 API와 검색어 저장 API 분리#91
Merged
feat(report): 답변 상세조회 API 응답 필드 추가 및 검색 API와 검색어 저장 API 분리#91
Conversation
GET /answers/{answerId}와 GET /calendar/{date}에 대해 응답으로 질문 내용, 질문 카테고리, 답변 작성일, 답변 내용, 리포트 내용, 감정 상태를
반환하도록 변경, Repository에 findDetailByAnswerId, findDetailByUserAndDate 쿼리 추가, 사용하지 않는 메서드 제거
POST /api/v1/search/histories 엔드포인트를 추가
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📝 요약(Summary)
🔗 Related Issue
💬 공유사항
GET /api/v1/answers/calendar/{date}는 이전에는 특정 날짜의 답변 미리보기 API였다면 이제는 상세 조회 API라서 해당 날짜의 답변에 대한 모든 정보를 포함합니다.(dailyreport 내용도 포함)
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.