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.
💡 PR Summary - 회고 기능 response dto 필드 정리
📝 Description
회고록 목록 보기 api와 회고록 상세 보기/수정 api에 사용되는 response dto의 필드에 다소 아쉬운 부분이 있어 수정 진행
-> 회고록 작성 api에서는 입력하지만 사용되지 않았던 파트를 dto에 추가하고 "상세 보기"라는 api 이름에 맞게 상세 보기 api에서 더 자세한 회고록 정보를 확인할 수 있도록 수정
세오스 프로젝트 페이지를 보면 목록 보기에서는 프로젝트 이름, 기수, 한줄소개를 보여주고 있어 회고록 목록 보기 dto도 비슷한 느낌으로 수정하였습니다.
🌲 Working Branch
refact/retrospect
📖 Related Issues