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 조회 s3 경로 추가, Store 상세 조회, Store 식당 분류 조회 추가 #77

Merged
merged 23 commits into from
Jan 12, 2024

Conversation

Qbeom0925
Copy link
Member

@Qbeom0925 Qbeom0925 commented Jan 8, 2024

작업 내용

S3Util의 해당 메서드의 static으로 사용하여 클래스로 접근이 가능하도록 설정
feature : Store 조회 s3 경로 추가
Github Action의 에러로 인한 피알 분리하여 작업하도록 하겠습니다

식당 상세 조회 API를 개발하였습니다.
관련된 테스트를 작성하였습니다.

관련 이슈

해당 작업과 관련된 이슈가 없습니다.
#49

작업 확인 방법

식당 상세 조회 API를 호출하여 결과를 확인할 수 있습니다.
API 엔드포인트: /api/v1/stores/{storeIdx}
테스트 코드에서 가게 상세 조회 테스트를 실행하여 확인 가능합니다.

추가 정보 (선택 사항)

변경된 코드는 다음과 같습니다.
Image 엔티티에 Review와 연관된 필드 추가
ImageRepository에 가게 이미지 조회를 위한 쿼리 추가
StoreController에서 상세 조회 엔드포인트 변경 (/detail/{index})
StoreGetDetailRes 클래스 추가
StoreGetRes 클래스에 이미지 리스트 및 좋아요 여부 추가
StoreServiceImpl에서 가게 상세 조회 시 이미지 리스트를 가져오도록 수정
StoreControllerTest 및 StoreServiceImplTest에서 가게 상세 조회 테스트 추가

@Qbeom0925 Qbeom0925 requested a review from dldmsql January 8, 2024 12:01
@Qbeom0925 Qbeom0925 self-assigned this Jan 8, 2024
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
Copy link
Member Author

해당 Fail은 상세 조회 미완성으로 인해 실패하였습니다.

@Qbeom0925 Qbeom0925 changed the title feature : Store 조회 s3 경로 추가 feature : Store 조회 s3 경로 추가, Store 상세 조회, Store 식당 분류 조회 추가 Jan 10, 2024
Copy link

sonarcloud bot commented Jan 12, 2024

Quality Gate Passed Quality Gate passed

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

4 New issues
0 Security Hotspots
94.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@Qbeom0925 Qbeom0925 merged commit 6fbf72d into develop Jan 12, 2024
2 checks passed
@Qbeom0925 Qbeom0925 added Feature 기능 개발 Setting 환경 설정 Refactor 코드 리팩토링 labels Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature 기능 개발 Refactor 코드 리팩토링 Setting 환경 설정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants