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

[feature/store-get-review] 주변 식당 (store) 리뷰 조회 API #82

Merged
merged 3 commits into from
Jan 27, 2024

Conversation

Qbeom0925
Copy link
Member

작업 내용

이 머지 리퀘스트에서는 주변 식당의 리뷰를 조회하는 새로운 기능을 추가했습니다. 새로운 엔드포인트 /api/v1/stores/reviews를 통해 사용자는 주변 식당의 리뷰를 정렬 및 필터링하여 조회할 수 있습니다.

관련 이슈

#81

작업 확인 방법

서버를 실행하고 /api/v1/stores/reviews 엔드포인트에 요청하여 주변 식당의 리뷰를 조회합니다.
필요한 파라미터(정렬 기준, 그룹, 평점 등)을 설정하여 다양한 조회를 시도합니다.
응답 결과를 확인하여 주변 식당의 리뷰가 올바르게 페이징되고 정렬되는지 확인합니다.

@Qbeom0925 Qbeom0925 added Feature 기능 개발 Test 테스트 관련 labels Jan 27, 2024
@Qbeom0925 Qbeom0925 self-assigned this Jan 27, 2024
Copy link

sonarcloud bot commented Jan 27, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

2 New issues
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Member

@dldmsql dldmsql left a comment

Choose a reason for hiding this comment

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

수고하셨습니다

@Qbeom0925 Qbeom0925 merged commit aaa1b55 into develop Jan 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature 기능 개발 Test 테스트 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants