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.
#️⃣ 연관된 이슈
Resolves #109
📝 작업 내용
주요 변경 사항
api/trend/recommend로 GET 요청 시 다음과 같은 응답을 받을 수 있습니다.
3개 이하일 때 (null 값 처리를 하지 않도록 데이터를 채워두기로 했지만, 혹시 몰라 데이터가 3개 이하일 때 null 값을 넣어 보내주도록 구현했습니다.)
3개 이상일 때
사소한 변경 사항
ActivityHappinessDto
->ActivityHappinessResponseDto
와 같이 Response 키워드가 필요할 것 같은 DTO는 일관성을 위해 넣어주었습니다.TrendPopularActivitiesResponseDto
는 활동 하나에 대한 DTO이므로TrendPopularActivitiyResponseDto
로 변경했습니다!리팩토링 기준이 주관적입니다!! 언제든 다른 의견이 있다면 마구마구 코멘트 남겨주시와요!!
스크린샷 (선택)
💬 리뷰 요구사항(선택)
✅ Check List