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

[feat] 전체 회원 조회 #100

Merged
merged 15 commits into from
Aug 17, 2024
Merged

Conversation

kimhyun5u
Copy link
Member

@kimhyun5u kimhyun5u commented Aug 17, 2024

💡 다음 이슈를 해결했어요.

Issue Link - #99

  • 전체 회원을 조회하는 기능을 구현했습니다.

💡 이슈를 처리하면서 추가된 코드가 있어요.

  • RetrieveCustomerSerivce, RetrieveVendorSerivce 추가: 각각 구매자와 점주를 조회하는 서비스 입니다.

  • VendorApiController, CustomerApiController 수정: 전체 구매자와 점주를 조회하는 요청 처리할 수 있도록 endpoint 를 추가했습니다.

  • 관리자는 논리적으로 존재하지만 실제로 구현하기는 무리가 있을 것으로 판단해 일단 임의로 관리자란 이 애플리케이션을 사용하는 모든 사람이라고 규정하고 권한을 모두 열어두어 조회가 가능하도록 구현했습니다.


💡 이런 고민을 했어요.

  • 간단히만 구현하면 되는건가 ?

✅ 셀프 체크리스트

  • 내 코드를 스스로 검토했습니다.
  • 필요한 테스트를 추가했습니다.
  • 모든 테스트를 통과합니다.
  • 브랜치 전략에 맞는 브랜치에 PR을 올리고 있습니다.
  • 커밋 메세지를 컨벤션에 맞추었습니다.
  • wiki를 수정했습니다.

-  RetrieveCustomerServiceTest.testRetrieveAllCustomers: 전체 구매자 조회 테스트 성공
-  RetrieveCustomerService.retrieveAllCustomers: 전체 구매자 조회 로직
- CustomerApiControllerTest.testRetrieveCustomers: 전체 구매자 조회 테스트
- CustomerApiController.retrieveAllCustomers: 전체 구매자 조회 요청 처리
- RetrieveVendorServiceTest.testRetrieveVendors: 전체 판매자 조회 테스트
- VendorApiControllerTest.FindVendor: 전체 점주 조회 요청 테스트
- RetrieveVendorService.retrieveVendors: 전체 점주 조회 로직
- VendorApiController.retrieveVendors: 전체 점주 조회 요청 처리
- assertEquals actual 과 expected 정확한 위치로 가도록 수정
@kimhyun5u kimhyun5u added the ✨ Feature 기능 개발 label Aug 17, 2024
@kimhyun5u kimhyun5u added this to the 프로토타입 만들기 milestone Aug 17, 2024
@kimhyun5u kimhyun5u self-assigned this Aug 17, 2024
@kimhyun5u kimhyun5u linked an issue Aug 17, 2024 that may be closed by this pull request
Copy link
Member

@Dr-KoKo Dr-KoKo left a comment

Choose a reason for hiding this comment

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

소소한 요청 하나 남겼습니다. 확인 부탁드려요

Copy link
Member

@june-777 june-777 left a comment

Choose a reason for hiding this comment

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

확인 완료입니다!

- Vendor 와 Customer 가 보여주고 싶은 PayAccount의 정보가 다를 수 있으므로 각 DTO 안에 종속된 PayAccount 정보를 가지도록 수정
@kimhyun5u kimhyun5u requested a review from Dr-KoKo August 17, 2024 14:31
@kimhyun5u kimhyun5u dismissed Dr-KoKo’s stale review August 17, 2024 15:05

9713592 에서 반영 완료

@kimhyun5u kimhyun5u merged commit e19b259 into main Aug 17, 2024
1 check passed
@kimhyun5u kimhyun5u deleted the feature/99_kimhyun5u_전체-회원-조회 branch August 17, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[기능] 전체 회원 조회
4 participants